远程桌面连接CentOS7
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
https://www.bnxb.com/linuxserver/27459.html
https://blog.csdn.net/txz317/article/details/51734222
//安装CentOS桌面
yum upgrade
yum -y groupinstall "X Window System"
yum -y groupinstall "GNOME Desktop"
startx
//安装xrdp
yum install epel* -y
yum --enablerepo=epel -y install xrdp
//添加防火墙
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload
//启动服务
systemctl start xrdp
systemctl enable xrdp
netstat -tnlp | grep xrdp
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)