给只有命令行的linux装上桌面并能远程

安装环境: CentOS6.4


# 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

参考: http://www.ha97.com/4634.html

你可能感兴趣的:(给只有命令行的linux装上桌面并能远程)