日期:2014-05-16  浏览次数:20663 次

linux下vncserver配置与win下vnc客户端

http://tgyd2006.iteye.com/blog/871040

--begin vnc 远程桌面?
--注意:从服务端启动信息得知应该登录哪个桌面[第一次为桌面1]?

1,先看服务端启动了没有??
[root@10 first]# ps -ef | grep vnc?
root????? 6608? 6567? 0 21:38 pts/0??? 00:00:00 grep vnc?

2,启动服务端?
[root@10 first]# vncserver?
perl: warning: Setting locale failed.?
perl: warning: Please check that your locale settings:?
??????? LANGUAGE = (unset),?
??????? LC_ALL = (unset),?
??????? LANG = "en_UTF-8"?
??? are supported and installed on your system.?
perl: warning: Falling back to the standard locale ("C").?
New '10.0.22.230:1 (root)' desktop is 10.0.22.230:1?? --注意: 这里决定了客户端怎么登陆[10.0.22.230:1]?
Starting applications specified in /root/.vnc/xstartup?
Log file is /root/.vnc/10.0.22.230:1.log?

设置连接VNC服务器的密码? --注意:这一步一定不能少?
[root@10 first]#vnspassword?
Password:123456?
Verify:123456?