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 环境准备的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7.0 测试环境准备过程

Centos7.2系统安装_kvm系统环境准备

小白贴:Docker 实战之 CentOS7 系统环境配置

CentOS7.1 Liberty云平台之环境准备

LANMP系列教程之MySQL编译安装CentOS7环境

基于centos7部署hadoop集群的准备环境部署