Windows Server 2008 R2 Server Core的介面
-
- 帖子: 1513
- 注册时间: 2009-09-25 20:19
Windows Server 2008 R2 Server Core的介面
所謂Server Core就是在安裝的時候選擇的一種安裝方式,使用這種方式安裝的WS僅提供了最初級的圖形介面,整個系統安裝後容量為700MB多,連explorer.exe也沒有,所有的系統操作都必須在命令行介面中進行。
-
- 帖子: 1513
- 注册时间: 2009-09-25 20:19
Re: Windows Server 2008 R2 Server Core的介面
這個容量達到數百MB的系統核心當然不是MinWin,MinWin只是一個純粹的通用核心,相當於Linux Kernel,容量為25MB左右。而Server Core是一個完整功能的伺服器作業系統,相當於一個Linux Distribution。
-
- 帖子: 18311
- 注册时间: 2008-01-09 22:41
Re: Windows Server 2008 R2 Server Core的介面
debian 5.0 server pass by
apache,vsftp,mysql,and so on
just 600m,and 300- memory used
apache,vsftp,mysql,and so on
just 600m,and 300- memory used

-
- 帖子: 18311
- 注册时间: 2008-01-09 22:41
Re: Windows Server 2008 R2 Server Core的介面
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
they like gui ,all in gui
and linuxer like cli,all in cli

i can ssh for whole day,but they have to 3389
- leeaman
- 帖子: 30702
- 注册时间: 2007-02-02 18:14
- 系统: debian sid
-
- 帖子: 18311
- 注册时间: 2008-01-09 22:41
Re: Windows Server 2008 R2 Server Core的介面
just core+minigui(nothing but cmd.exe)pocoyo 写了:不懂。
-
- 帖子: 1513
- 注册时间: 2009-09-25 20:19
Re: Windows Server 2008 R2 Server Core的介面
不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
-
- 帖子: 18311
- 注册时间: 2008-01-09 22:41
Re: Windows Server 2008 R2 Server Core的介面
need not gui if you just want console陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
-
- 帖子: 1513
- 注册时间: 2009-09-25 20:19
Re: Windows Server 2008 R2 Server Core的介面
自己建構伺服器的時候,每次想要用GUI管理時都要等半天啟動X再登出很沒有效率。delectate 写了:need not gui if you just want console陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
-
- 帖子: 1513
- 注册时间: 2009-09-25 20:19
Re: Windows Server 2008 R2 Server Core的介面
安裝Power Shell或者GNU Bash for Windows。leeaman 写了:关键是那个鸟cmd不好用啊
-
- 帖子: 23
- 注册时间: 2010-04-17 11:42
Re: Windows Server 2008 R2 Server Core的介面
twm陽光院景仁 写了:不知X-Window桌面環境中有沒有像這樣超超輕量級的版本......e16之類還是太大。有時只是想要同時執行幾個CLI下的應用程式而已......
sudo aptitude install twm
-
- 帖子: 23
- 注册时间: 2010-04-17 11:42
Re: Windows Server 2008 R2 Server Core的介面
如果“有時只是想要同時執行幾個CLI下的應用程式而已”
可以在程式末尾加个 &, 让程式在后台跑,输入fg使其回到前台,按Ctrl+Z, 然后bg回到后台。
可以在程式末尾加个 &, 让程式在后台跑,输入fg使其回到前台,按Ctrl+Z, 然后bg回到后台。
-
- 帖子: 1513
- 注册时间: 2009-09-25 20:19
Re: Windows Server 2008 R2 Server Core的介面
這個我知道,只是我想要同時監視幾個命令的執行,這必須用到GUI。TA: Escalation 写了:如果“有時只是想要同時執行幾個CLI下的應用程式而已”
可以在程式末尾加个 &, 让程式在后台跑,输入fg使其回到前台,按Ctrl+Z, 然后bg回到后台。