https://www.cnblogs.com/milton/p/16730512.html
- 下载
sudo apt install tigervnc-standalone-server
设置密码
启动服务
vncserver
- 查看vnc服务
vncserver -list
vncserver -localhost no
- 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