https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/ 安装docker之前需要添加 GPG 公钥,主要是用来验证安装文件是否被篡改,先安装工具:curl和gnupg2,两个工具。 apt install curl gnupg2 下面是清华源GPG地址,下载和添加。 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/...
(3)下载和安装 WineHQ 源文件: sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources (4)进入目录: /etc/apt/sources.list.d 用root权限打开 winehq-bookworm.sources 文件,把第二行改为: URIs: https://mirrors.tuna.tsingh...
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware # deb https://security.debian.org/debian-security bookworm-...
我个人还是12比较喜欢实用清华大学Debian镜像源的,稳定性比较好。在这里,我也整理清华大学Debian10-12的镜像源,如果我们有需要更换的可以选择对应的版本。
#!/bin/bash # debian 12/11/10 自动切换 apt 阿里云/清华/腾讯/华为/网易163 源; update 更新,自动部署可 kvm 虚拟化,安装google 浏览器;安装 mp4 播放器 # 执行脚本选择对应的 apt 源码,下面 aptdebian12 为apt 源 内容修改写入到:/etc/apt/sources.list 然后执行 sudo apt update 进行更新 echo "当...
在使用Docker容器中基于Debian的镜像时,可能会遇到使用清华源(Tsinghua Mirror)更新软件包时出现的SSL证书错误。本文将系统地介绍这一问题的成因、解决方法以及示例代码。 1. 问题的成因 SSL证书错误通常发生在以下几种情况下: CA证书未更新:Debian镜像可能缺少最新的根证书。
在本文中,我将向你介绍如何在 Debian 11 系统上配置 Docker 使用清华源,以提高镜像下载速度和稳定性。整个过程分为以下几个步骤: 安装Docker 配置Docker 清华源 重启Docker 服务 验证清华源是否生效 步骤 代码解释 步骤1:安装 Docker 首先,我们需要使用 apt 命令来安装 Docker。执行sudo apt-get update命令可以更新...
(3)下载和安装 WineHQ 源文件: sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources (4)进入目录: /etc/apt/sources.list.d 用root权限打开 winehq-bookworm.sources 文件,把第二行改为: ...