update
This commit is contained in:
parent
c059820b99
commit
d3e8b4ff99
18
ubuntu/vnc.md
Normal file
18
ubuntu/vnc.md
Normal 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 &
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user