摘要: 配置阿里云yum源 配置阿里云yum源 1.备份现有的repo仓库 2.centOS 7配置 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 3.运行 yum makecac 阅读全文
posted @ 2021-11-08 15:43 yuezenghui 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 禁用SELINUX sed -i 's@SELINUX=enforcing@SELINUX=disabled@g' /etc/selinux/config setenforce 0 详细操作如下: [root@localhost ~]# sed -i 's@SELINUX=enforcing@SEL 阅读全文
posted @ 2021-11-08 15:37 yuezenghui 阅读(159) 评论(0) 推荐(0) 编辑