centOS-远程连接桌面
2017-07-04 本文已影响0人
当如初见_163a
安装服务器桌面
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