This commit is contained in:
light 2019-08-16 11:46:39 +08:00
parent c059820b99
commit d3e8b4ff99

18
ubuntu/vnc.md Normal file
View File

@ -0,0 +1,18 @@
# vnc for ubuntu
## xfce4
远程桌面选用xfce gnome 极消耗带宽资源
```bash
sudo apt install xfce4 xfce4-goodies
mv ~/.vnc/xstartup ~/.vnc/xstartup.bak
nano ~/.vnc/xstartup
```
```bash
~/.vnc/xstartup
#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &
```