diff --git a/ubuntu/vnc.md b/ubuntu/vnc.md new file mode 100644 index 0000000..a0c9c82 --- /dev/null +++ b/ubuntu/vnc.md @@ -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 & +```