Windows Server 2008 R2 Server Core的介面

不同视角、不同观点、深度探讨,禁止人品和道德攻击
回复
陽光院景仁
帖子: 1513
注册时间: 2009-09-25 20:19

Windows Server 2008 R2 Server Core的介面

#1

帖子 陽光院景仁 »

所謂Server Core就是在安裝的時候選擇的一種安裝方式,使用這種方式安裝的WS僅提供了最初級的圖形介面,整個系統安裝後容量為700MB多,連explorer.exe也沒有,所有的系統操作都必須在命令行介面中進行。
附件
sc_install_11.jpg
陽光院景仁
帖子: 1513
注册时间: 2009-09-25 20:19

Re: Windows Server 2008 R2 Server Core的介面

#2

帖子 陽光院景仁 »

這個容量達到數百MB的系統核心當然不是MinWin,MinWin只是一個純粹的通用核心,相當於Linux Kernel,容量為25MB左右。而Server Core是一個完整功能的伺服器作業系統,相當於一個Linux Distribution。
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: Windows Server 2008 R2 Server Core的介面

#3

帖子 delectate »

debian 5.0 server pass by

apache,vsftp,mysql,and so on

just 600m,and 300- memory used :em11
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: Windows Server 2008 R2 Server Core的介面

#4

帖子 delectate »

i don't windowns user like it

they like gui ,all in gui

and linuxer like cli,all in cli :em11

i can ssh for whole day,but they have to 3389
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: Windows Server 2008 R2 Server Core的介面

#5

帖子 leeaman »

关键是那个鸟cmd不好用啊
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: Windows Server 2008 R2 Server Core的介面

#6

帖子 delectate »

pocoyo 写了:不懂。
just core+minigui(nothing but cmd.exe)
陽光院景仁
帖子: 1513
注册时间: 2009-09-25 20:19

Re: Windows Server 2008 R2 Server Core的介面

#7

帖子 陽光院景仁 »

不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: Windows Server 2008 R2 Server Core的介面

#8

帖子 delectate »

陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
need not gui if you just want console
陽光院景仁
帖子: 1513
注册时间: 2009-09-25 20:19

Re: Windows Server 2008 R2 Server Core的介面

#9

帖子 陽光院景仁 »

delectate 写了:
陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
need not gui if you just want console
自己建構伺服器的時候,每次想要用GUI管理時都要等半天啟動X再登出很沒有效率。
陽光院景仁
帖子: 1513
注册时间: 2009-09-25 20:19

Re: Windows Server 2008 R2 Server Core的介面

#10

帖子 陽光院景仁 »

leeaman 写了:关键是那个鸟cmd不好用啊
安裝Power Shell或者GNU Bash for Windows。
TA: Escalation
帖子: 23
注册时间: 2010-04-17 11:42

Re: Windows Server 2008 R2 Server Core的介面

#11

帖子 TA: Escalation »

陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
twm
sudo aptitude install twm
TA: Escalation
帖子: 23
注册时间: 2010-04-17 11:42

Re: Windows Server 2008 R2 Server Core的介面

#12

帖子 TA: Escalation »

如果“有時只是想要同時執行幾個CLI下的應用程式而已”
可以在程式末尾加个 &, 让程式在后台跑,输入fg使其回到前台,按Ctrl+Z, 然后bg回到后台。
陽光院景仁
帖子: 1513
注册时间: 2009-09-25 20:19

Re: Windows Server 2008 R2 Server Core的介面

#13

帖子 陽光院景仁 »

TA: Escalation 写了:如果“有時只是想要同時執行幾個CLI下的應用程式而已”
可以在程式末尾加个 &, 让程式在后台跑,输入fg使其回到前台,按Ctrl+Z, 然后bg回到后台。
這個我知道,只是我想要同時監視幾個命令的執行,這必須用到GUI。
回复