Update vnc.md
This commit is contained in:
parent
7ce5259a7a
commit
040ff99d29
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue