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


给只有命令行的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
 

相关内容

    暂无相关文章