Last active
December 16, 2020 12:58
-
-
Save Alir3z4/52c02e3d169ca468acce9256739ac76f to your computer and use it in GitHub Desktop.
RDP + Midori browser Ubuntu 16.04
This file contains 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 install xrdp xfce4 midori | |
echo xfce4-session > ~/.xsession | |
sudo sh -c 'echo startxfce4 >> /etc/xrdp/startwm.sh' | |
sudo service xrdp restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment