Ubuntu desktop:修订间差异
跳到导航
跳到搜索
(创建页面,内容为“=== Remote(Windows) === Port: 3389, 3350 # apt install ubuntu-desktop # apt install xrdp === VNC === 分类:Develop 分类:Linux”) |
无编辑摘要 |
||
第4行: | 第4行: | ||
# apt install ubuntu-desktop | # apt install ubuntu-desktop | ||
# apt install xrdp | # apt install xrdp | ||
# systemctl restart xrdp | |||
如果访问出问题,需要将相应用户加入组: | |||
* adduser xrdp ssl-cert | |||
<nowiki>#</nowiki> /var/log/xrdp.log | |||
<nowiki>#</nowiki> [ERROR] Cannot read private key file /etc/xrdp/key.pem: Permission denied | |||
<nowiki>#</nowiki> -rw-r----- 1 root ssl-cert 1704 Nov 18 05:58 /etc/ssl/private/ssl-cert-snakeoil.key | |||
=== VNC === | === VNC === | ||
[[分类:Develop]] | [[分类:Develop]] | ||
[[分类:Linux]] | [[分类:Linux]] |
2023年2月16日 (四) 19:01的版本
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