Installed the VNCserver and VNCclient and tested. 1, install yum install vnc vnc-server 2, configure vim /etc/sysconfig/vncservers VNCSERVERS=”2:root” #VNCSERVERARGS[2]=”-geometry 800×600 -nolisten tcp -localhost” VNCSERVERARGS[3]=”-geometry 800×600″ 3, start vncserver and test the connection from other pc. service vncserver status chkconfig vncserver on connect from other computer by using TigerVNC Viewer, needs to input “IPaddress:2”, will access […]