Skip to content

Instantly share code, notes, and snippets.

@catharsis96
Created May 4, 2018 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catharsis96/27a991df89f2cea724af30e0291700a6 to your computer and use it in GitHub Desktop.
Save catharsis96/27a991df89f2cea724af30e0291700a6 to your computer and use it in GitHub Desktop.
ubuntu on RDP
#!/usr/bin/env bash
echo "Update system and then install xubuntu-desktop"
sudo apt update
sudo apt upgrade -y
sudo apt install -y xubuntu-desktop xorg xrdp
echo "Setting xrdp port to 3390"
sudo sed -i 's/port=3389/port=3390/g' /etc/xrdp/xrdp.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment