# yum -y groupinstall "X Window System" "Desktop" # yum install -y tigervnc-server tigervnc # yum -y install libX11 libXfont xorg-x11-xinit xorg-x11-xdm xorg-x11-fonts* # vim /etc/sysconfig/vncservers VNCSERVERS="6:root" VNCSERVERARGS[2]="-geometry 1024x768 -nolisten tcp -localhost"
# vncpasswd //设置链接密码 # vncserver
客户端的vnc软件: vnc-E4_1_5-x86_win32 html
参考: http://www.ha97.com/4634.html shell