摘要: # 将 SELinux 设置为宽容模式 sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive # 关闭系统防火墙服务 sudo systemctl stop firewalld.service sudo s 阅读全文
posted @ 2024-06-07 16:21 f0rsaken 阅读(5) 评论(0) 推荐(0) 编辑