前提:
CentOS安装桌面,如果无桌面,请执行
# yum -y groups install "GNOME Desktop"
# startx- 1
- 2
配置源
# yum install epel* -y- 1
安装xrdp
# yum --enablerepo=epel -y install xrdp- 1
启动xrdp并设置开机启动
# systemctl start xrdp
# systemctl enable xrdp- 1
- 2


前提:
CentOS安装桌面,如果无桌面,请执行
# yum -y groups install "GNOME Desktop"
# startx配置源
# yum install epel* -y安装xrdp
# yum --enablerepo=epel -y install xrdp启动xrdp并设置开机启动
# systemctl start xrdp
# systemctl enable xrdp

1240
9641

被折叠的 条评论
为什么被折叠?