首页
统计
留言
友联
壁纸
Search
1
电信光猫获取超级管理员密码
708 阅读
2
屏蔽小米电视广告
96 阅读
3
抓包获取美团token
88 阅读
4
效果展示
68 阅读
5
物理机安装Windows Server 2012 R2并激活
41 阅读
杂七杂八
薅羊毛
教程
登录
Search
标签搜索
教程
抓包
杂七杂八
centos
linux
小米
小米电视
拦截广告
路由器
小米广告
超级管理员密码
电信光猫
光猫超密
美团
美团token
工具猫
累计撰写
7
篇文章
累计收到
59
条评论
首页
栏目
杂七杂八
薅羊毛
教程
页面
统计
留言
友联
壁纸
搜索到
1
篇与
的结果
2022-11-06
CentOS 7更换镜像源
1)先安装wget[
[email protected]
~]# yum install -y wget2)下载镜像源查询国内镜像源,打开 阿里镜像站 下载CentOS 7的repo文件,进行更新镜像源[
[email protected]
~]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo或者[
[email protected]
~]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo3)清除缓存[
[email protected]
~]# yum clean all4)生成新缓存[
[email protected]
~]# yum makecache5)更新yum源[
[email protected]
~]# yum -y update等待更新完毕即可。
2022年11月06日
24 阅读
0 评论
2 点赞