分页: 1 / 1
Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:27
由 陽光院景仁
所謂Server Core就是在安裝的時候選擇的一種安裝方式,使用這種方式安裝的WS僅提供了最初級的圖形介面,整個系統安裝後容量為700MB多,連explorer.exe也沒有,所有的系統操作都必須在命令行介面中進行。
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:30
由 陽光院景仁
這個容量達到數百MB的系統核心當然不是MinWin,MinWin只是一個純粹的通用核心,相當於Linux Kernel,容量為25MB左右。而Server Core是一個完整功能的伺服器作業系統,相當於一個Linux Distribution。
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:37
由 delectate
debian 5.0 server pass by
apache,vsftp,mysql,and so on
just 600m,and 300- memory used

Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:38
由 delectate
i don't windowns user like it
they like gui ,all in gui
and linuxer like cli,all in cli
i can ssh for whole day,but they have to 3389
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:40
由 leeaman
关键是那个鸟cmd不好用啊
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:41
由 delectate
pocoyo 写了:不懂。
just core+minigui(nothing but cmd.exe)
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:48
由 陽光院景仁
不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 18:55
由 delectate
陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
need not gui if you just want console
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 19:02
由 陽光院景仁
delectate 写了:陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
need not gui if you just want console
自己建構伺服器的時候,每次想要用GUI管理時都要等半天啟動X再登出很沒有效率。
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-16 19:07
由 陽光院景仁
leeaman 写了:关键是那个鸟cmd不好用啊
安裝Power Shell或者GNU Bash for Windows。
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-17 11:54
由 TA: Escalation
陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
twm
sudo aptitude install twm
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-17 12:00
由 TA: Escalation
如果“有時只是想要同時執行幾個CLI下的應用程式而已”
可以在程式末尾加个 &, 让程式在后台跑,输入fg使其回到前台,按Ctrl+Z, 然后bg回到后台。
Re: Windows Server 2008 R2 Server Core的介面
发表于 : 2010-04-18 22:36
由 陽光院景仁
TA: Escalation 写了:如果“有時只是想要同時執行幾個CLI下的應用程式而已”
可以在程式末尾加个 &, 让程式在后台跑,输入fg使其回到前台,按Ctrl+Z, 然后bg回到后台。
這個我知道,只是我想要同時監視幾個命令的執行,這必須用到GUI。