apt source
Linux apt 源配置与国内镜像替换方法
Source:USTC
sudo vim /etc/apt/source.list
or use the command:
sudo sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
For Kali Linux:
deb https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
For more information USTC Open Source
Finally:
sudo apt-get update
修改历史15 次提交
- refactor(content): split architecture → cpu-gpu + linux (hidden)xiaocheng··
c425d22 - fix(wiki): clean all lint errors to enable strict CI (PR-3)xiaocheng··
9acd1f2 - refactor: reorganize documentation structure and update Navbar componentxiaocheng··
e7d22e5 - chore(project): clean up obsolete configuration and build artifactsxiaocheng··
d659171 - fixxiaocheng··
e4d4672 - new labelxiaocheng··
e89db17 - new struct for lblogsxiaocheng··
6ea1ca2 - move linux files to docsxiaocheng··
b1dc83d - update some blogchenweigao··
6fef9cc - update codechenweigao··
e069c6c - update fix: timeline errorchenweigao··
90c74ab - update Datechenweigao··
35bdb9c - init v3chenweigao··
065a35c - 重构一些博客chenweigao··
9f96ab6