随笔分类 -  Debian

摘要:```bash sudo dpkg -i /path/to/deb/file sudo apt-get install -f ``` ```bash -f, --fix-broken Fix; attempt to correct a system with broken dependencies 阅读全文
posted @ 2023-08-28 11:11 fndefbwefsowpvqfx
摘要:https://wiki.debian.org/VirtualBox # guest Addition ```bash sudo apt install build-essential dkms linux-headers-$(uname -r) ``` ```bash cd /media/cdro 阅读全文
posted @ 2023-08-25 13:57 fndefbwefsowpvqfx
摘要:```bash cat /etc/apt/sources.list # https://mirror.tuna.tsinghua.edu.cn/help/debian/ # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna 阅读全文
posted @ 2023-08-25 13:38 fndefbwefsowpvqfx
摘要:https://mirrors.163.com/debian-cd/12.1.0/amd64/iso-dvd/ https://www.debian.org/CD/http-ftp/#mirrors https://www.debian.org/mirror/list https://www.deb 阅读全文
posted @ 2023-08-24 12:19 fndefbwefsowpvqfx
摘要:https://meta.wikimedia.org/wiki/Wikimedia_servers https://wikitech.wikimedia.org/wiki/Network_design Software * Our DNS servers run gdnsd. We use geog 阅读全文
posted @ 2023-08-24 11:34 fndefbwefsowpvqfx