WWW.W1987.CN杨广的个人网站,记录生活的瞬间,分享学习的心得,感悟生活,留住感动,静静寻觅生活的美好
centos8 安装gui并使用windows的rdp远程连接桌面 Server with GUI
centos8 安装gui并使用windows的rdp远程连接桌面 Server with GUI

centos8 安装gui并使用windows的rdp远程连接桌面 Server with GUI

安装 参考 (https://blog.csdn.net/zzzjjjfff/article/details/105203359)
yum groupinstall “Server with GUI”
systemctl set-default graphical

rdp部分:(参考https://www.cnblogs.com/lenmom/p/9516210.html)

yum install -y epel-release
yum install -y xrdp tigervnc-server
systemctl stop firewalld
systemctl disable firewalld

systemctl start xrdp
systemctl enable xrdp

重启,然后使用rpd连接
reboot

发表回复