windows连接centos8

安装 参考 (https://blog.csdn.net/zzzjjjfff/article/details/105203359)
yum groupinstall “Server with GUI”
systemctl set-default graphical

rdp部分:(参考https://www.cnblogs.com/lenmom/p/9516210.html)

yum install -y epel-release
yum install -y xrdp tigervnc-server
systemctl stop firewalld
systemctl disable firewalld

systemctl start xrdp
systemctl enable xrdp

重启,然后使用rpd连接
reboot

centos 8设置中文环境
https://blog.csdn.net/qq_40058321/article/details/103214656

上一篇:本地编译tomcat的docker镜像


下一篇:Linux下自动分割Nginx日志文件(一)-----自定义脚本和定时任务