码迷,mamicode.com
首页 > 其他好文 > 详细

​Centos7和Centos6用tigervnc同步共享桌面

时间:2017-09-30 14:57:31      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:tigervnc   x0vncserver   


Centos7和Centos6用tigervnc同步共享桌面
网络环境:
vnc服务器:192.168.10.7
vnc客户端:192.168.10.1

1、安装tigervnc-server服务端软件
yum install -y tigervnc-server

2、在后运行服务端程序
x0vncserver   SecurityTypes=None  AlwaysShared=1  AcceptKeyEvents=0   AcceptPointerEvents=0   &

3、安装vnc客户端,

4、访问vnc服务器
yum install -y tigervnc-clients
vncviewer   192.168.10.7


附加功能
5、设置x0vncserver命令别名
echo  "alias  x0=‘x0vncserver   SecurityTypes=None  AlwaysShared=1  AcceptKeyEvents=0   AcceptPointerEvents=0   &‘ " >  /etc/profile.d/x0.sh
source   /etc/profile.d/x0.sh
x0


本文出自 “网络技术天地” 博客,请务必保留此出处http://1364952.blog.51cto.com/1354952/1969968

​Centos7和Centos6用tigervnc同步共享桌面

标签:tigervnc   x0vncserver   

原文地址:http://1364952.blog.51cto.com/1354952/1969968

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!