随笔分类 -  Linux

摘要:环境对象 Centos7 .7 使用本地镜像源 [root@localhost yum.repos.d]# cat centos7.repo [local server] name = local server baseurl=file:///tmp enable=1 gpgcheck=1 gpgk 阅读全文
posted @ 2020-09-08 19:04 为了等 阅读(1334) 评论(0) 推荐(0)
摘要:安全策略配置(防火墙和selinux) systemctl stop firewalld && systemctl disable firewalld sed -i s/SELINUX=disabled/SELINUX=enforcing/ /etc/sysconfig/selinux 内核修改(修 阅读全文
posted @ 2020-09-08 18:58 为了等 阅读(219) 评论(0) 推荐(0)