Skip to content

Instantly share code, notes, and snippets.

View liuran001's full-sized avatar
📖
Studying

Chisato22 liuran001

📖
Studying
View GitHub Profile
@duzhaokun123
duzhaokun123 / archlinux-lxc-post-install.sh
Last active April 22, 2024 16:41
archlinux lxc post install
# Init pacman mirror
curl -s -L "https://www.archlinux.org/mirrorlist/?country=CN&protocol=http&ip_version=6" | sed -e 's/^#Server/Server/' -e '/^#/d' > /etc/pacman.d/mirrorlist
# Init key
pacman-key --init
# Init archlinux key
pacman-key --populate archlinux
# Update archlinux-keyring
yes '' | pacman -Sy archlinux-keyring
# Sync repo
yes '' | pacman -Syu
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active July 24, 2024 12:36
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized