美文网首页
vnc服务(ubuntu14.04-不用更换桌面)

vnc服务(ubuntu14.04-不用更换桌面)

作者: 一颗了不起的葡萄 | 来源:发表于2018-06-03 21:21 被阅读0次

教程:原文链接

1.设置允许共享

打开Desktop Sharing

配置如下:


share_conf.png

2.安装相关软件

sudo apt-get install xrdp vnc4server xbase-clients

3.取消加密限制

sudo apt-get install dconf-editor

打开dconf-editor,配置如下


share_conf.png

4.查看端口开启

netstat -nap | grep 3389
netstat -nap | grep 5900

5.windows系统mstsc登录验证
选择vnc-any模式
输入之前配置的共享密码

login_conf.png

相关文章

网友评论

      本文标题:vnc服务(ubuntu14.04-不用更换桌面)

      本文链接:https://www.haomeiwen.com/subject/gglssftx.html