【提示】本文写作命令为:abysw blog 远程桌面访问linux
目的:使用台式机的Windows远程桌面,访问linux系统的集群。
台式机:win11
服务器:centos7.9
主要参考网页:https://blog.51cto.com/u_11451275/3208421
由于之前做过,而且确实很简单,本次只是将整个安装历史放在下面做简单记录:
【有任何问题欢迎在公众号进行交流】
systemctl stop firewalld
service iptables stop
cat /etc/redhat-release
rpm -qa | grep gnome-desk
yum -y groups install “GNOME Desktop”
ping www.baidu.com
yum clean all
yum makecache
yum -y groups install “GNOME Desktop”
yum install -y epel-release
yum install -y xrdp
systemctl start xrdp
systemctl enable xrdp