Linux的远程桌面
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-02
|
1.在linux下安装vnc
[root@www ~]#rpm -ivh vnc-<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />4.1.2-14.el5<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
[root@www ~]#rpm -ivh vnc-server-4.1.2-14.el5
2.写入:
[root@www ~]#vncserver
出现:
New linux.com:1 (root) desktop is South.redflag-linux.com:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/South.redflag-linux.com:1.log
3.编辑文件:
[root@www ~]#vi /root/.vnc/xstsrtup
#unset SESSION_MANAGER
#exec /etc/X11/xinit/xinitrc
将上面两行的#号去掉,使其生效
twm & 改为gnome - session &
4.重启VNC
[root@www ~]#service vncserver restart
5.杀掉以前的连接号:(****此步骤相当重要*****)
[root@www ~]#vncserver -kill linux.com:连接号 (注:连接号第一个为1,第二个为2)
6启动vnc连接号:
[root@www ~]#vncserver
这样将会得到一个连接号1
7.在windows下安装安装vnc viewer
8.运行vnc viewer,输入ip 连接号
例如:192.168.2.98:1 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn
为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
|