近年来,阿里云的轻量服务器在国内云服务器市场上越发受到欢迎。而在使用这款服务器时,我们经常会遇到从官方镜像中拉取软件或者配置源时下载速度缓慢的问题,这是由于镜像源由于过度访问导致的。因此,我们需要换用国内优质的镜像源来提高下载速度和效率。本篇文章就会为你详细介绍阿里云轻量服务器如何进行镜像源的更换。
一、备份原有阿里云镜像
在我们更换镜像源之前,首先需要备份现有的阿里云镜像。这是很重要的一步,因为我们永远不知道在推行新的镜像源之后是否会出现问题。
1、 打开终端并查看现有源
使用cat命令查看现有的阿里云镜像。在获取现有源列表后,可以使用vim编辑器来修改并备份源配置文件。
“`shell
cat /etc/apt/sources.list
“`
2、 在阿里云镜像配置文件中备份阿里云源
利用vim编辑器在/etc/apt/sources.list的文件中添加注释,如下所示:
“`shell
sudo vim /etc/apt/sources.list
“`
例如,在2038行处添加注释以备份阿里云源
“`shell
# deb-src http://archive.ubuntu.com/ubuntu bionic main restricted #注释掉原有的阿里云镜像
# deb-src http://archive.ubuntu.com/ubuntu bionic-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu bionic universe
# deb-src http://archive.ubuntu.com/ubuntu bionic-updates universe #如果备份源不再同一个网络里,要做好备份
# deb-src http://archive.ubuntu.com/ubuntu bionic multiverse
# deb-src http://archive.ubuntu.com/ubuntu bionic-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner
# deb http://security.ubuntu.com/ubuntu bionic-security main restricted #备份 Atlassian 源
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb http://security.ubuntu.com/ubuntu bionic-security universe #镜像源
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
# deb http://security.ubuntu.com/ubuntu bionic-security multiverse
“`
二、修改阿里云镜像
更换阿里云镜像并不是一件很难操作的事情,我们只需要遵循以下步骤即可完成。
1、 备份阿里云源的防护策略
为了避免在使用新的镜像源时国家政策或运营商的限制,我们需要先进行阿里云防护策略的备份。
“`shell
cp /etc/hosts /etc/hosts.bak
“`
2、 手动更改DNS
为了在使用国内镜像源时避免DNS污染,我们需要更改DNS,并设置正确的IP地址。
“`shell
nameserver 223.5.5.5
“`
3、 备份原有的阿里云镜像源及设置
要更换阿里云镜像,我们首先需要备份现有的源及设置,为避免意外情况发生。
“`shell
cp /etc/apt/sources.list /etc/apt/sources.list.bak
“`
4、 选择优质的国内镜像
值得注意的是,我们在选择国内镜像源时要根据镜像源的稳定性和速度进行综合考虑,因为虽然国内镜像源众多,但是质量不尽相同,以下列举几个网上评价比较好的国内镜像源:
清华镜像源
“`shell
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner
“`
中科大镜像源
“`shell
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic main universe restricted multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic main universe restricted multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main universe restricted multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main universe restricted multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main universe restricted multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main universe restricted multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main universe restricted multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main universe restricted multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main universe restricted multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main universe restricted multiverse
“`
上海交通大学镜像源
“`shell
deb http://ftp.sjtu.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb-src http://ftp.sjtu.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb http://ftp.sjtu.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://ftp.sjtu.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb http://ftp.sjtu.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://ftp.sjtu.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb http://ftp.sjtu.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://ftp.sjtu.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb http://ftp.sjtu.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://ftp.sjtu.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
“`
5、 更新源和软件包列表
在进行变更后,我们需要更新源和软件包列表。
“`shell
sudo apt-get update && sudo apt-get upgrade
“`
6、 重启web服务
完成后,为了将更改生效我们需要重启web服务。
“`shell
sudo service apache2 restart
“`
三、结语
本篇文章为大家提供了如何阿里云轻量服务器如何更改镜像源的操作步骤,以及如何备份和恢复阿里云的防护策略和源设置。更换镜像源是一个很好的想法,可以加快我们的软件包的下载和安装速度。如果你还有其他的问题或建议,欢迎留言与我交流。
以上就是小编关于“阿里云轻量服务器换镜像”的分享和介绍
西部数码(west.cn)是经工信部审批,持有ISP、云牌照、IDC、CDN全业务资质的正规老牌云服务商,自成立至今20余年专注于域名注册、虚拟主机、云服务器、企业邮箱、企业建站等互联网基础服务!
公司自研的云计算平台,以便捷高效、超高性价比、超预期售后等优势占领市场,稳居中国接入服务商排名前三,为中国超过50万网站提供了高速、稳定的托管服务!先后获评中国高新技术企业、中国优秀云计算服务商、全国十佳IDC企业、中国最受欢迎的云服务商等称号!
目前,西部数码高性能云服务器正在进行特价促销,最低仅需48元!
https://www.west.cn/cloudhost/