失踪的 GPG 签名密钥

enihsyou.com 的源码仓库中,从 2019-07-18 至 2020-07-22 这段时间的提交都以 1A4D53BC321A404EB4EC1AA9A6C3CC6D2438F762 RSA key 进行签名。
但找遍了备份都找不见它的私钥,只在 1Password 中记录我确实有过这个密钥。

更多的 LXC 容器模板

在 Proxmox 上使用第三方的 CT 模板有些费劲,得找到压缩包的路径,手动下载并管理文件名。
实际上 lxc 工具自己就能从官方的模板仓库中拉取 Linux Containers - Image server 还支持镜像

# 从官方源下载
lxc-create -t download
 
# 临时替换为中国镜像
/usr/share/lxc/templates/lxc-download --server mirrors.cernet.edu.cn/lxc-images -l
 
# 永久替换为中国镜像 
cp /usr/share/lxc/templates/lxc-download /usr/share/lxc/templates/lxc-download-cn
sed -i 's#images.linuxcontainers.org#mirrors.cernet.edu.cn/lxc-images#' /usr/share/lxc/templates/lxc-download-cn
lxc-create -t download-cn