-
-
Save Nav-Appaiya/176a3dd10443c49caa78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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