最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

armbian安装图形桌面_Windows与Linux如何实现相互远程桌面连接?

业界 admin 5浏览 0评论

今天跟大家一起讨论下,利用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

发布评论

评论列表 (0)

  1. 暂无评论