From d3e8b4ff9993c7413a7b5300282dc4c2e4fdf44e Mon Sep 17 00:00:00 2001 From: light <1870499383@qq.com> Date: Fri, 16 Aug 2019 11:46:39 +0800 Subject: [PATCH] update --- ubuntu/vnc.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ubuntu/vnc.md 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 & +```