Skip to content

Instantly share code, notes, and snippets.

@xiangruipuzhao
Created September 10, 2019 06:07
Show Gist options
  • Select an option

  • Save xiangruipuzhao/6ac5b47ba4453ce9019688fa7d58d2df to your computer and use it in GitHub Desktop.

Select an option

Save xiangruipuzhao/6ac5b47ba4453ce9019688fa7d58d2df to your computer and use it in GitHub Desktop.
#Install EPEL
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
sudo rpm -ivh epel-release-7-8.noarch.rpm
#Install X Windows and KDE
sudo yum -y groupinstall "X Window System" "KDE Desktop"
#Install and start xrdp
sudo yum -y install xrdp
sudo systemctl enable xrdp
sudo systemctl start xrdp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment