移动云BC linux 也是一个非常不错的镜像站. 可以加速国内下载. 非常好用, 速度比阿里 等那些流行的镜像站快一些. 下面介绍详解操作配置, 供参考
移动云开源镜像站-Linux系统订阅服务
移动云开源镜像站,包含BC-Linux各版本的软件仓库,对外提供软件升级服务。 另外也提供多种类别的软件安装源和ISO下载服务,包含CentOS、Ubuntu等主流发行版的软件源镜像。 为移动云用户提供免费高速的一站式镜像服务。
包括常用的ubuntu, centos,epel, mysql, postgresql, rocky, elasticstack 等开源流行工具和技术框架.
BC-Linux镜像
BC-Linux的镜像地址为:移动云开源镜像站-Linux系统订阅服务
配置方法
BC-Linux 8=CentOS8.x 版本参考
1、备份原有的配置文件
cp -a /etc/yum.repos.d/BCLinux-BaseOS.repo /etc/yum.repos.d/BCLinux-BaseOS.repo.backup cp -a /etc/yum.repos.d/BCLinux-AppStream.repo /etc/yum.repos.d/BCLinux-AppStream.repo.backup
2、进入镜像源配置目录
cd /etc/yum.repos.d
3、修改默认的配置文件,将配置换成如下内容
[BaseOS] name= BC-Linux-8.2 - BaseOS baseurl=http://mirrors.bclinux.org/bclinux/el8.2/BaseOS/x86_64/os/ gpgcheck=0 enabled=1 [AppStream] name= BC-Linux-8.2 - AppStream baseurl=http://mirrors.bclinux.org/bclinux/el8.2/AppStream/x86_64/os/ gpgcheck=0 enabled=1
4、更新yum源仓库
yum clean all && yum makecache
BC-Linux 7
1、备份
cp -a /etc/yum.repos.d/BCLinux-Base.repo /etc/yum.repos.d/BCLinux-Base.repo.backup
2、进入镜像源配置目录
cd /etc/yum.repos.d
3、修改默认的配置文件,将配置换成如下内容
[base] name=BC-Linux-7.8 - Base baseurl=http://mirrors.bclinux.org/bclinux/el7.8/os/x86_64/ gpgcheck=0 enabled=1 [updates] name= BC-Linux-7.8 - Updates baseurl=http://mirrors.bclinux.org/bclinux/el7.8/updates/x86_64/ gpgcheck=0 enabled=1 [extras] name= BC-Linux-7.8 - Extras baseurl=http://mirrors.bclinux.org/bclinux/el7.8/extras/x86_64/ gpgcheck=0 enabled=1
4、更新yum源仓库
yum clean all && yum makecache
现在有部分生产环境还在使用6的系统. 不过官方已经早停止维护了. 可以使用centos-vault 资源配置还是可以继续用. 当然配置本地ios Media 也是可以的. 基本足够用了.