centos 7
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7相关的知识,希望对你有一定的参考价值。
一、u盘安装 centos 7 minimal
二、kvm安装
三、docker安装
cenos7与centos6
文件系统XFS与Ext4
1、#临时关闭防火墙
systemctl stop firewalld
#开放端口
firewall-cmd --zone=public --add-port=80/tcp --permanent
firewall-cmd --zone=public --add-port=10051/tcp --permanent
#更新防火墙规则
firewall-cmd --reload
systemctl restart firewalld.service
2.更改主机名
(centos6) vim /etc/sysconfig/network, 需要重启
(centos 7) 命令hostnamectl --static set-hostname cetnos201,/etc/hostname 将被自动更新,注销不需要重启。
#配置 Docker 加速器daocloud,需要docker版本1.8以上
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://38e3d745.m.daocloud.io
systemctl restart docker
#安装netstat 和 ifconfig
yum install net-tools
忘记密码
以上是关于centos 7的主要内容,如果未能解决你的问题,请参考以下文章
centOS7centOS7上普通用户切换root用户,相互切换
工作总结之linux防火墙配置命令适用centos7centos8
centOS7centOS7上普通用户切换root用户,相互切换