Last active
May 8, 2020 18:03
-
-
Save toanalien/6aaa77aa3d96dffd92b63b24da1e9af5 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get install xrdp -y | |
sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon -y | |
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n mate-session \n' /etc/xrdp/startwm.sh | |
sudo ufw allow 3389/tcp | |
sudo /etc/init.d/xrdp restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment