centos8配置yum 阿里云镜像源

1 进入配置文件

cd /etc/yum.repos.d

2 备份原有配置文件

mv CentOS-Base.repo  CentOS-Base.repo.back

3 下载centos8的配置文件

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo

4 修改配置文件 底部加入:

vim CentOS-Base.repo
[epel]
name=epel
baseurl=https://mirrors.aliyun.com/epel/8/Everything/x86_64/
gpgcheck=1
gpgkey=https://mirrors.aliyun.com/epel/RPM-GPG-KEY-EPEL-8

centos7的话、

[epel]
name=epel
baseurl=https://mirrors.aliyun.com/epel/7/x86_64/
gpgcheck=1
gpgkey=https://mirrors.aliyun.com/epel/RPM-GPG-KEY-EPEL-7

执行更新操作

yum -y update

5 配置过程镜像缓慢的话 镜像源
baseurl 加入

       https://mirrors.huaweicloud.com/centos/8/BaseOS/x86_64/os/
        https://mirrors.163.com/centos/8/BaseOS/x86_64/os/

centos8配置yum 阿里云镜像源_第1张图片

介绍Hyperledger fabric的PPT(52页)
密码学笔记
区块链知识体系简介
部署 ipfs 网络 对接联盟链网络
Hyperledger fabric网络(多共识 多版本 多数据库 ca ) 封装接口sdk
Hyperledger Caliper 测试(多组织 多节点 多共识)
区块链浏览器
联系We-chat V : 18852897525

你可能感兴趣的:(centos,centos,yum,阿里云)