Centos7 环境准备
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 环境准备相关的知识,希望对你有一定的参考价值。
Centos7 环境准备
#关闭防火墙
systemctl stop firewalld
systemctl disabled firewalld
#关闭selinux
sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/sysconfig/selinux
setenforce 0
#yum源
rm -f /etc/yum.repos.d/*
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
以上是关于Centos7 环境准备的主要内容,如果未能解决你的问题,请参考以下文章