GitHub Commit Verification Using SSH Keys
Verifying git commits by signing each commit with a SSH key is important.
Verifying git commits by signing each commit with a SSH key is important.
When printing a string in Go you can use the verb %q in the format parameters of fmt functions, when available, to safely escape a string and add quotes to it.
This post explains what little-endian and big-endian is. It also explains the binary.PutUvarint function in the standard go package.
将前端项目 build 后产生的静态文件放置在 caddy 的 file_server 目录下,浏览器访问不是网站根目录是 caddy 会返回 404。
Merkle Patricia Tree (MPT) 是以太坊的一种存储结构。它不仅可以支持增删查改的操作,而且它还能对查询的结果提供可验证的功能。
虽然不是经常配置,但每次都手动搜索。
非常想念 Arch Linux 的 pacman。
众所周知,目前仅有 windows11 的 wsl 支持了 systemd。而 win10 的支持日程遥遥无期,感觉微软在欺骗我们升级 windows11。
commit 有三种反悔的方式
当一个 git 项目包含子模块(submodule) 时,直接克隆下来的子模块目录里面是空的。