vnc镜像
转载
介绍一个 VNC连接工具:iis7服务器管理工具IIs7服务器管理工具可以批量连接并管理VNC服务器作为服务器集成管理器,它最优秀的功能就是批量管理windows与linux系统服务器、vps。能极大的提高站长及服务器运维人员工作效率。同时iis7服务器管理工具还是vnc客户端,服务器真正实现了一站式管理,可谓是非常方便。下载地址:http://yczm.iis7.com/?tscc
是虚拟网络计算机的缩写。它 是一款优秀的远程控制工具软件,由著名的 AT&T 的欧洲研究实验室开发的。VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效实用,其性能可以和 Windows 和 MAC 中的任何远程控制软件媲美。 在 Linux 中,VNC 包括以下四个命令:vncserver,vncviewer,vncpasswd,和 vncconnect。大多数情况下用户只需要其中的两个命令:vncserver 和 vncviewer。
1、关闭防火墙:
[root@localhost yum.repos.d]# /etc/init.d/iptables stop
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Flushing firewall rules: [ OK ]
iptables: Unloading modules: [ OK ]
|
2、安装相应桌面环境与vnc服务端和客户端:
yum install tigervnc-server tigervnc
|
3、设置远程登陆到gnome桌面的配置:
vi /etc/sysconfig/vncservers
VNCSERVERS="2:root"
VNCSERVERARGS[2]="-geometry 800x600"
|
4、如果要修改vcn密码:
[root@localhost yum.repos.d]# vncpasswd
Password:
Verify:
|
5、VNC的启动和重启:
# /etc/init.d/vncserver restart
|
注:有时候上面的命令启动会报错,直接运行就可以:
注:关闭具体的vncserver命令:vncserver -kill :1 vncserver -kill :2
[root@localhost yum.repos.d]# /etc/init.d/vncserver restart
Shutting down VNC server: [ OK ]
Starting VNC server: 2:root xauth: creating new authority file /root/.Xauthority
New 'localhost.localdomain:2 (root)' desktop is localhost.localdomain:2
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:2.log
[ OK ]
|
6、在windows下安装vnc客户端:











7、连接服务器:




所有痛苦都是来自对自己无能的愤怒
本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。