摘要: 服务端配置 配置环境 关闭防火墙 $ systemctl stop firewalld $ systemctl disable firewalld 禁用 SELinux $ setenforce 0 $ sed -i 's/^SELINUX=enforcing$/SELINUX=disabled/' 阅读全文
posted @ 2024-12-13 14:20 sinpo828 阅读(69) 评论(0) 推荐(0)