Debian apt Stuck on “Waiting for headers”: A Root-Cause Field Guide

dean
Debian apt Stuck on “Waiting for headers”: A Root-Cause Field Guide You run sudo apt update and it freezes. The progress bar stops at 0% [Waiting for headers] or 23% [Waiting for headers], the cursor blinks for ten seconds, then thirty, then two minutes. Eventually either the connection times out and you get Connection failed,... » read more

Debian 12 China Mirrors: Quick Setup for Tsinghua, USTC & Aliyun

dean
Debian China Mirrors: Quick Setup for Tsinghua, USTC & Aliyun Debian mirror switching is similar to Ubuntu — the config file is at /etc/apt/sources.list. Tsinghua Mirror sudo sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list sudo sed -i 's/security.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list sudo apt update USTC Mirror sudo sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list sudo sed -i 's/security.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list sudo apt update Aliyun... » read more