CentOS 5.11开启VNC Service
1. #yum install vncserver
2. #vncpasswd 此密码将成为vnc的login password
password:
Verify:
3. #vncserver
这个时候会创建一个/root/.vnc/xstartup文件
正常情况下不用改动
可学习/root/.vnc/xstartup内容
4. #vim /etc/sysconfig/vncservers
酌情修改内容,可根据监视器分辨率修改:
VNCSERVERS="1:root"
VNCSERVERARGS[1]=”-geometry 800×600 -alwaysshared -depth 24″
-alwaysshared代表允许多用户同时登录 -depth代为色深,参数有8,16,24,32。
5. #/etc/init.d/vncserver restart 或 start 或 stop #重启vncserver
New 'hqvpn:1 (root)' desktop is hqvpn:1 (红色字即是windows vnc ip栏要填入)
6. 可在windows下用vnc 远程登入centos啦