Ubuntu desktop:修订间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第21行: | 第21行: | ||
vncserver | vncserver | ||
vncserver -kill :1 | |||
[[分类:Develop]] | [[分类:Develop]] | ||
[[分类:Linux]] | [[分类:Linux]] |
2023年2月18日 (六) 12:02的版本
Remote(Windows)
Port: 3389, 3350
- apt install ubuntu-desktop
- apt install xrdp
- systemctl restart xrdp
如果访问出问题,需要将相应用户加入组:
- adduser xrdp ssl-cert
# /var/log/xrdp.log
# [ERROR] Cannot read private key file /etc/xrdp/key.pem: Permission denied
# -rw-r----- 1 root ssl-cert 1704 Nov 18 05:58 /etc/ssl/private/ssl-cert-snakeoil.key
VNC
apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils
apt install tigervnc-standalone-server tigervnc-common
vncserver
vncserver -kill :1