Windows可视化远程Centos
时间:2021-07-29 22:20:55
收藏:0
阅读:28
Windows可视化远程Centos
# 安装软件包
yum groups install "GNOME Desktop"
yum install xrdp
# 设置开机自启xrdp服务,并立即启动xrdp服务
systemctl enable --now xrdp
# 关闭防火墙或者开放端口3389
systemctl stop firewalld
systemctl disable firewalld
原文:https://blog.51cto.com/u_14907428/3227420