Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Created December 31, 2019 21:12
Show Gist options
  • Save austinsonger/cdc0ca3f8be6b9872a4675e4b2d4667c to your computer and use it in GitHub Desktop.
Save austinsonger/cdc0ca3f8be6b9872a4675e4b2d4667c to your computer and use it in GitHub Desktop.
RDP on Ubuntu
#!/bin/bash
sudo apt update -y && sudo apt upgrade -y
sudo apt install xfce4 -y
sudo apt install xrdp -y
sudo adduser xrdp ssl-cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment