Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Forked from kasajian/RDPUbunto12
Last active August 29, 2015 14:13
Show Gist options
  • Save Nav-Appaiya/176a3dd10443c49caa78 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/176a3dd10443c49caa78 to your computer and use it in GitHub Desktop.
Tested with VM running on Azure
sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt-get install xrdp
sudo /etc/init.d/xrdp start
MAY NOT BE NEEDED:
echo gnome-session –session=Ubuntu-2d>~/.xsession
Or use Xfce desktop:
sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10
sudo apt-get update
sudo apt-get install xfce4
echo xfce4-session>~/.xsession
sudo service xrdp restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment