美文网首页
VNC Ubuntu 18.04

VNC Ubuntu 18.04

作者: LionPig | 来源:发表于2020-06-15 11:47 被阅读0次

安装

apt-get install x11vnc

使用

  • 设置VNC密码 x11vnc -storepasswd
  • 设置桌面共享
点击 `Win`键 查找 `sharing/共享`
打开屏幕共享(screen Sharing)
设置连接密码
打开网络(Networks)
  • 安装dconf-editor取消权限限制
sudo apt-get install dconf-editor
1、打开dconf-editor工具,在桌面搜索dconf-editor打开
2、打开之后,依次展开org->gnome->desktop->remote-access
3、然后关闭 requlre-encryption 的勾选
  • 启动VNC服务
sudo x11vnc -forever -shared -rfbauth ~/.vnc/passwd
打印信息会显示端口号,使用`VNCViewer`连接此服务器

Tip
可以使用screen挂起vnc服务

相关文章

网友评论

      本文标题:VNC Ubuntu 18.04

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