21 字
1 分钟
Linux 基本 运维
Linux 基本 运维
换源
bash <(curl -sSL https://linuxmirrors.cn/main.sh)一句话手动换源(Debian):
sudo sed -i 's|^deb http://.*debian.org|deb https://mirrors.tuna.tsinghua.edu.cn|g; s|^deb http://security.debian.org|deb https://mirrors.tuna.tsinghua.edu.cn/debian-security|g' /etc/apt/sources.list && sudo apt updateDocker安装
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)部分信息可能已经过时









