[转帖]Debian9换源(阿里源)(Linux子系统)

debian9,阿里,linux,子系统 · 浏览次数 : 0

小编点评

**步骤 1:创建“sources.list”文件** 在 Windows 文件系统中创建一个名为 “sources.list” 的文本文件,并将其内容设置为以下内容: ``` deb http://mirrors.aliyun.com/debian stretch main contrib non-freedeb-src deb http://mirrors.aliyun.com/debian stretch main contrib non-freedeb deb http://mirrors.aliyun.com/debian stretch-updates main contrib non-freedeb-src deb http://mirrors.aliyun.com/debian stretch-updates main contrib non-freedeb deb http://mirrors.aliyun.com/debian-security stretch/updates main contrib non-freedeb-src deb http://mirrors.aliyun.com/debian-security stretch/updates main contrib non-freedeb ``` **步骤 2:替换“/etc/apt/sources.list”文件** 将 “/etc/apt/sources.list” 中的路径替换为 “/mnt/d/sources.list”。例如: ``` mv /mnt/d/sources.list /etc/apt/sources.list ``` **步骤 3:更新系统镜像** 运行以下命令更新系统镜像: ``` sudo apt-get update ``` **步骤 4:测试系统版本** 运行以下命令检查系统版本: ``` cat /etc/issue ``` **注意:** * 将“Stretch”换成其他版本名称,例如“jessie”或“wheezy”。 * 请确保阿里云的镜像是最新版本。 * 替换文件之前,请备份它们。

正文

http://www.taodudu.cc/news/show-5410026.html?action=onClick

 

 

默认你已经装好Linux子系统。

Step 0: 换源核心就是把/etc/apt/sources.list 的内容替换成国内的镜像

这里以阿里云的镜像为参考

deb http://mirrors.aliyun.com/debian stretch main contrib non-free
deb-src http://mirrors.aliyun.com/debian stretch main contrib non-free
deb http://mirrors.aliyun.com/debian stretch-updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian stretch-updates main contrib non-free
deb http://mirrors.aliyun.com/debian-security stretch/updates main contrib non-free
deb-src http://mirrors.aliyun.com/debian-security stretch/updates main contrib non-free

你也可以把"Stretch"换成"jessie","wheezy"。分别对应Debian9,Debian8,Debian7版本。

如何查询自己的Linux版本参考如下:

cat /etc/issue

Step 1: 在windows的文件系统中创建一个文本文件”sources.list“,内容为上述镜像内容

Step 2: 用自建的"sources.list"替换"/etc/apt/sources.list"

小科普:windows的文件系统挂载在linux的"/mnt"下面。小伙伴们可以进入这个目录玩耍一番,享受一下用shell操作windows文件系统的快感。

言归正传,替换文件的命令如下:

mv /mnt/d/sources.list /etc/apt/sources.list

当然你要把前面的路经替换成自己的。

大功告成!

Step 3: 现在可以更新一下系统镜像,测试下速度

sudo apt-get update

通过终端窗口的信息就可以看出来,此时请求的就是阿里云的镜像。

怎么样?速度不要不要的吧。(❁´▽`❁)

转载于:https://www.cnblogs.com/dayfly5/p/10275353.html

与[转帖]Debian9换源(阿里源)(Linux子系统)相似的内容:

[转帖]Debian9换源(阿里源)(Linux子系统)

http://www.taodudu.cc/news/show-5410026.html?action=onClick 默认你已经装好Linux子系统。 Step 0: 换源核心就是把/etc/apt/sources.list 的内容替换成国内的镜像 这里以阿里云的镜像为参考 deb http://

[转帖]Debian开启SSH

一、Debian开启SSH 参考链接: https://blog.csdn.net/zzpzheng/article/details/71170572 https://help.aliyun.com/knowledge_detail/41486.html 树莓派的Debian从8.0开始,默认关闭了

[转帖]Perf 笔记

https://www.cnblogs.com/jyi2ya/p/16278495.html 环境 Linux Syameimaru-Aya 5.17.0-2-amd64 #1 SMP PREEMPT Debian 5.17.6-1 (2022-05-11) x86_64 GNU/Linux。 Pe

[转帖]apt命令详解

https://blog.yelvlab.cn/archives/654/ apt命令详解 apt(Advanced Packaging Tool)是一个在 Debian 和 Ubuntu 中的 Shell 前端软件包管理器。 apt 命令提供了查找、安装、升级、删除某一个、一组甚至全部软件包的命令

[转帖]seafile 7.1.12专业版升级到seafile 8.0.11专业版教程

https://www.ittel.cn/archives/11643.html 目录 seafile 8.0.11专业版新功能 版本变更 部署环境升级 Ubuntu 18.04/20.4 Debian 10 CentOS 7.X CentOS 8.X 升级到 8.0.11 Ubuntu 18.04

[转帖]

Linux ubuntu20.04 网络配置(图文教程) 因为我是刚装好的最小系统,所以很多东西都没有,在开始配置之前需要做下准备 环境准备 系统:ubuntu20.04网卡:双网卡 网卡一:供连接互联网使用网卡二:供连接内网使用(看情况,如果一张网卡足够,没必要做第二张网卡) 工具: net-to

[转帖]

https://cloud.tencent.com/developer/article/2168105?areaSource=104001.13&traceId=zcVNsKTUApF9rNJSkcCbB 前言 Redis作为高性能的内存数据库,在大数据量的情况下也会遇到性能瓶颈,日常开发中只有时刻

[转帖]ISV 、OSV、 SIG 概念

ISV 、OSV、 SIG 概念 2022-10-14 12:29530原创大杂烩 本文链接:https://www.cndba.cn/dave/article/108699 1. ISV: Independent Software Vendors “独立软件开发商”,特指专门从事软件的开发、生产、

[转帖]Redis 7 参数 修改 说明

2022-06-16 14:491800原创Redis 本文链接:https://www.cndba.cn/dave/article/108066 在之前的博客我们介绍了Redis 7 的安装和配置,如下: Linux 7.8 平台 Redis 7 安装并配置开机自启动 操作手册https://ww

[转帖]HTTPS中间人攻击原理

https://www.zhihu.com/people/bei-ji-85/posts 背景 前一段时间,公司北京地区上线了一个HTTPS防火墙,用来监听HTTPS流量。防火墙上线之前,邮件通知给管理层,我从我老大那里听说这个事情的时候,说这个有风险,然后意外地发现,很多人原来都不知道HTTPS防