浏览文章

文章信息

Linux CentOS7与Windows远程桌面互连 15126

1、CentOS7桌面安装

yum -y groupinstall "X Window System" "Chinese Support" "Desktop"

2、安装远程桌面依赖

yum -y install epel-release

3、远程桌面软件xrdp

yum -y install xrdp

4、修改xrdp配置

vim /etc/xrdp/xrdp.ini

5、启动xrdp服务并设置为开机启动

chkconfig xrdp on
service xrdp star

6、测试远程桌面


原创