Windows可视化远程Centos

Windows可视化远程Centos
# 安装软件包
yum groups install "GNOME Desktop"
yum install xrdp
# 设置开机自启xrdp服务,并立即启动xrdp服务
systemctl enable --now xrdp
# 关闭防火墙或者开放端口3389
systemctl stop firewalld
systemctl disable firewalld
上一篇:【POJ3686】The Windy's


下一篇:Windows中查看端口占用及关闭对应进程