LFS

通过构建LFS,学习交叉编译相关概念,理解Linux系统内部的组成、依赖和运行。

Read more

Caddy2 with Cloudflare CDN (end-to-end encryption)

Cloudflare settings

dashboard->profile->API Tokens->Create API Token->Create Custom Token

  1. name the token
  2. Permissions->zone->zone read/dns edit/analytic read
  3. Zone Resources->specific zone->your site domain

do NOT use global API key

Read more

迁移到Hexo

自建博客最早用的就是Hexo,托管放在Github Pages
转Typecho后,用过servercheap,AlibabaCloud,AWS
折腾几年,最后还是决定把博客从Typecho迁回Hexo
回到原点,把之前写的内容筛选一下,搬运部分过来

gpg常用命令


0x01


创建密钥对,期间会被要求输入密码用于保护密钥

1
2
gpg --full-gen-key
gpg --full-gen-key --expert
Read more

Ubuntu x86-64和aarch64升级OpenSSL

确认openssl版本受影响
安装编译所需工具
源码安装惯例,生产环境建议make test
备份旧openssl并为新安装的openssl做链接
装载配置,确认新版本号

Read more