001 centos7中的安装

  以前学习过centos6.4的安装使用,然后新使用centos7,发现有些修改配置变化了,记录一下。

1.修改主机名

  查看主机名:

  001 centos7中的安装

  修改:

  

二:ip的固定

1.参考文章

  https://www.jianshu.com/p/c41cc765430fA

  https://www.jianshu.com/p/6fdbba039d79

2.记录一下主要步骤

  这里保持了原样

  001 centos7中的安装

  这里的ip设置为192.168.140.4,发现没有问题

  001 centos7中的安装

  重启

  001 centos7中的安装

  测试:

  001 centos7中的安装

  ping

  虚拟机可以ping通百度。

  然后,window可以ping通虚拟机:

  001 centos7中的安装

三:修改网络配置

1.linux

  001 centos7中的安装

  本地也修改

四:关闭防火墙

1.与6.4版本不同

  001 centos7中的安装

  

  

上一篇:VCF (Variant Call Format)格式详解


下一篇:Leetcode OJ : Evaluate Reverse Polish Notation Stack C++ solution