安装 参考 (https://blog.csdn.net/zzzjjjfff/article/details/105203359)
yum groupinstall “Server with GUI”
systemctl set-default graphical
rdp部分:(参考https://www.cnblogs.com/lenmom/p/9516210.html)
yum install -y epel-release
yum install -y xrdp tigervnc-server
systemctl stop firewalld
systemctl disable firewalld
systemctl start xrdp
systemctl enable xrdp
重启,然后使用rpd连接
reboot
centos 8设置中文环境
https://blog.csdn.net/qq_40058321/article/details/103214656