-
-
Save atulkamble/fa6ad343e337c164bdadbcf1dfb86469 to your computer and use it in GitHub Desktop.
Install and configure xrdp to use Remote Desktop with Ubuntu
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
| sudo apt-get update | |
| sudo apt-get -y install xfce4 | |
| sudo apt install xfce4-session | |
| sudo apt-get -y install xrdp | |
| sudo systemctl enable xrdp | |
| 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