
前言
实现一键替换在线源
一键更新源
- Debian 全球镜像站
- 以下支持现有debian 11 12
echo "Delete the default source"
rm -rf /etc/apt/sources.list
echo "Build a new source"
cat <<'EOF'>>/etc/apt/sources.list.d/debian.sources
Types: deb
URIs: http://mirrors.aliyun.com/debian
Suites: bullseye bullseye-updates bullseye-backports
Components: main contrib non-free
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs: http://security.debian.org/
Suites: bullseye-security
Components: main contrib non-free
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
EOF
echo "update source"
apt update


![[Redis]典型应用——分布式锁](https://i-blog.csdnimg.cn/direct/2dc002b5229147b88738f0f91c0be4dc.png)




![[数据集][目标检测]婴儿车检测数据集VOC+YOLO格式1073张5类别](https://i-blog.csdnimg.cn/direct/9835244646d24cefbc0fa44460115ac0.png)










