安裝服務(wù)器桌面
yum -y groups install "GNOME Desktop"
- `startx'
- 配置源
yum install epel* -y
- 安裝xrdp
yum --enablerepo=epel -y install xrdp
- 啟動(dòng)并設(shè)置開機(jī)啟動(dòng)
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