安装服务器桌面
yum -y groups install "GNOME Desktop"- `startx'
- 配置源
yum install epel* -y - 安装xrdp
yum --enablerepo=epel -y install xrdp - 启动并设置开机启动
systemctl start xrdp,systemctl enable xrdp
yum -y groups install "GNOME Desktop"yum install epel* -y
yum --enablerepo=epel -y install xrdp
systemctl start xrdp,systemctl enable xrdp