安装桌面
yum -y groups install "GNOME Desktop" yum install epel* -y startx
yum -y groups install "GNOME Desktop"
yum install epel* -y
startx
安装xrdp,用于远程连接
yum --enablerepo=epel -y install xrdp
启动xrdp并设置开机启动
systemctl start xrdp systemctl enable xrdp
systemctl start xrdp
systemctl enable xrdp