Created
September 10, 2019 06:07
-
-
Save xiangruipuzhao/6ac5b47ba4453ce9019688fa7d58d2df to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #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