首页 Ubuntu安装vnc
文章
取消

Ubuntu安装vnc

https://www.cnblogs.com/milton/p/16730512.html

  1. 下载

sudo apt install tigervnc-standalone-server

  1. 设置密码

  2. 启动服务

vncserver

  1. 查看vnc服务

vncserver -list

vncserver -localhost no

  1. kill vnc

vncserver -kill :1

vnc客户端

TigerVNC https://github.com/TigerVNC/tigervnc/

realvnc 的 vnc viewer 也不错,有mac版本的

关闭烦人的认证

https://blog.csdn.net/liangcsdn111/article/details/121873289

vim 45-allow-colord.pkla

1
2
3
4
5
6
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes

vim 46-allow-update-repo.pkla

1
2
3
4
5
6
[Allow Package Management all Users]
Identity=unix-user:*
Action=org.freedesktop.packagekit.system-sources-refresh
ResultAny=yes
ResultInactive=yes
ResultActive=yes
本文由作者按照 CC BY 4.0 进行授权