01 2020 档案

摘要:centos7最小版配置 1. 配置启用dns cd /etc/sysconfig/network-scripts/ vi ifcfg-ens33 # 修改ONBOOT为yes ONBOOT=yes 2. 重启系统 reboot 3. 安装net-tools yum install net-tool 阅读全文
posted @ 2020-01-21 08:59 喵喵扑 阅读(1596) 评论(0) 推荐(0)
摘要:一、下载源码包 # 切换到root目录 [root@localhost ~] cd /root/ # 安装wget [root@localhost ~] yum -y install wget # 使用wget下载到目录 [root@localhost ~] wget https://www.pyt 阅读全文
posted @ 2020-01-17 13:41 喵喵扑 阅读(4725) 评论(3) 推荐(2)
摘要:![](https://img2018.cnblogs.com/blog/1012486/202001/1012486-20200108092417564-65907786.png) 阅读全文
posted @ 2020-01-08 09:25 喵喵扑 阅读(147) 评论(0) 推荐(0)