Skip to content

Instantly share code, notes, and snippets.

@kasajian
Last active August 29, 2015 14:03
Show Gist options
  • Save kasajian/0dbebdfee618d1f9d1b0 to your computer and use it in GitHub Desktop.
Save kasajian/0dbebdfee618d1f9d1b0 to your computer and use it in GitHub Desktop.
How to RDP into Ubuntu 12
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