給只有命令行的linux裝上桌面並能遠程
安裝環境: CentOS6.4
01
# yum -y groupinstall "X Window System" "Desktop"
02
# yum install -y yum install tigervnc-server tigervnc
03
# yum -y install libXfont xorg-x11-xfs xorg-x11-xfs-utils xorg-x11-xinit xorg-x11-xdm xorg-x11-fonts*
04
05
06
# vim /etc/sysconfig/vncservers
07
08
VNCSERVERS="6:root"
09
VNCSERVERARGS[2]="-geometry 1024x768 -nolisten tcp -localhost"
10
11
# vncserver
客戶端的vnc軟件: vnc-E4_1_5-x86_win32