今天跟大家一起讨论下,利用Windows自带的远程桌面连接工具,实现远程Linux桌面及在Linux系统中远程Windows桌面
一、Windows远程Linux桌面
1)本次实验以CentOS 7.7为例
[root@qll251 ~]# cat /etc/redhat-releaseCentOS Linux release 7.7.1908 (Core)
2)检查服务器是否安装图形桌面GNome
[root@qll251 ~]# rpm -qa | grep gnome-desktop
3)若上条命令无回显,则需要安装GNome,否则跳过本步骤
[root@qll251 ~]# yum -y groups install "GNOME Desktop"
4)安装xrdp包
[root@qll251 ~]# yum -y install epel-release # yum基本源中不包含xrdp包,因此需要安装epel扩展源 [root@qll251 ~]# yum -y install xrdp
5)启动xrdp并设置开机启动
[root@qll251 ~]# systemctl start xrdp[root@qll251 ~]# systemctl enable xrdp
6)快捷键Win+R,输入mstsc&#x
今天跟大家一起讨论下,利用Windows自带的远程桌面连接工具,实现远程Linux桌面及在Linux系统中远程Windows桌面
一、Windows远程Linux桌面
1)本次实验以CentOS 7.7为例
[root@qll251 ~]# cat /etc/redhat-releaseCentOS Linux release 7.7.1908 (Core)
2)检查服务器是否安装图形桌面GNome
[root@qll251 ~]# rpm -qa | grep gnome-desktop
3)若上条命令无回显,则需要安装GNome,否则跳过本步骤
[root@qll251 ~]# yum -y groups install "GNOME Desktop"
4)安装xrdp包
[root@qll251 ~]# yum -y install epel-release # yum基本源中不包含xrdp包,因此需要安装epel扩展源 [root@qll251 ~]# yum -y install xrdp
5)启动xrdp并设置开机启动
[root@qll251 ~]# systemctl start xrdp[root@qll251 ~]# systemctl enable xrdp
6)快捷键Win+R,输入mstsc&#x