码迷,mamicode.com
首页 > Windows程序 > 详细

window 远程桌面 CentOS-7-x86_64-Minimal-1908

时间:2021-04-12 12:03:16      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:pre   div   tar   port   cmd   --   start   enable   conf   

 


打开vi  /etc/selinux/config, 设置

SELINUX=disabled

yum grouplist

yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

安装epel库 

yum -y install epel-release

 yum -y install xrdp

4) 打开防火墙 3389 端口

$ sudo firewall-cmd --permanent --zone=public --add-port=3389/tcp
$ sudo firewall-cmd --reload
systemctl start xrdp 
systemctl enable xrdp

sudo systemctl status xrdp
shutdown -h now

 

window 远程桌面 CentOS-7-x86_64-Minimal-1908

标签:pre   div   tar   port   cmd   --   start   enable   conf   

原文地址:https://www.cnblogs.com/lyss/p/14641643.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!