
linux
崔西儿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos修改主机名的正确方法
1 centos6下修改hostname[root@centos6 ~]$ hostname # 查看当前的hostnmaecentos6.magedu.com[root@centos6 ~]$ vim /etc/sysconfig/network ...转载 2019-03-29 16:35:11 · 202 阅读 · 0 评论 -
WARNING: IPv4 forwarding is disabled. Networking will not work
https://blog.csdn.net/yjk13703623757/article/details/68939183原创 2019-07-29 17:06:02 · 150 阅读 · 0 评论 -
CentOS7 设置静态IP地址
ifconfigvim /etc/sysconfig/network-scripts/ifcfg-ens33子网掩码对应上面 netmask (注意是 DNS1)(如果地址不知道,看文章下面的截图)service network restartping www.baidu.comIP,子网掩码,网关地址:...原创 2019-07-21 12:10:23 · 191 阅读 · 0 评论 -
CentOS7 yum更换阿里源
1.cd /etc/yum.repos.d/2.备份mv CentOS-Base.repo CentOS-Base.repo.bak3.下载wget http://mirrors.aliyun.com/repo/Centos-7.repo4.mv Centos-7.repo CentOS-Base.repo5.yum clean all...原创 2019-07-21 12:48:59 · 284 阅读 · 0 评论