远程连接centos
- yum install tigervnc
- yum install tigervnc-server
Windows 7下载客户端
tigervnc-1.2.0.exe,在http://sourceforge.net/projects/tigervnc/
启动vncserver(服务器端)
vncserver :n
关闭vncserver(服务器端)
vncserver -kill :n
列出当前用户建立的所有远程桌面
[root@localhost ~]$ vncserver –list
关闭防火墙
[*@* ~]$su - root
passwd:
[root@* ~]#service iptables stop
作者:小菜鸟_yang
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。