Skip to content

Instantly share code, notes, and snippets.

@Rio517
Created February 7, 2016 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rio517/7afd99967791e79722d4 to your computer and use it in GitHub Desktop.
Save Rio517/7afd99967791e79722d4 to your computer and use it in GitHub Desktop.
Setup Remote XFCE Desktop Build
# After creating a box on digital ocean, you can run this scrip to createa remote desktop
# digial ocean mirror have issues, swap out.
sudo sed 's/mirrors.digitalocean.com/mirror.us.leaseweb.net/g' -i /etc/apt/sources.list
sudo apt-get update
sudo apt-get install python-software-properties software-properties-common -y
sudo apt-add-repository -y ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession -y
sudo apt-get install xfce4 -y
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment