Update vnc.md

This commit is contained in:
aiminick 2019-02-07 21:34:12 +08:00 committed by GitHub
parent 7ce5259a7a
commit 040ff99d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -157,3 +157,9 @@ websockify -D --web=/usr/share/novnc/ --cert=/var/lib/shellinabox/certificate.pe
### 开机启动 ### 开机启动
将上面的命令放入 "/boot/rc-local" 即可 将上面的命令放入 "/boot/rc-local" 即可
## XRDP SERVER
```shell
apt install xrdp -y ; systemctl enable xrdp.service
```