2.5k 2 分钟

# ebuild 失败: x11-libs/libdrm 在 /etc/portage/make.conf 中: /etc/portage/make.conf12MAKEOPTS="-j1"CHOST="aarch64-pc-linux-gnu" # 报错: Clock skew detected. File <file> has a time stamp <time> in the future. 报错:Clock skew detected. File has a...
3.3k 3 分钟

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 * PGP verification method: gemato * Fetching most recent snapshot ... * Trying to retrieve 20240430 snapshot from https://mirrors.ustc.edu.cn/gentoo ... *...
7.7k 7 分钟

在 Hexo 主题 shoka (はい、就是我使用的主题)中,子标题(subtitle,见 _config.yml )通常会在两边分别加上一个等号 = : 琉璃大人用等号缀在子标题旁边,对于子标题写汉字的用户非常美观。不过对于署版权或其他信息的使用者稍有突兀。 解决方法是,修改 themes/shoka/layout/_partials/layout.njk...
1.1k 1 分钟

笔者经常需要打印各种材料带到学校里。家里有一台 HP LaserJet 1020 Plus(知周所众),用 A4 大小的纸打印很小的材料有点铺张浪费。 在 GitHub 上找到了一个开源项目(sptim/pdfbooklet: OS X / macOS command line utility to reorder pages in a PDF file for booklet printing.),可以将 .pdf 文件转为双开的小册子形式用以节省纸张。 唯一可惜的是只能用 Xcode 来构建项目,也就是只有 Mac 或者黑苹果用户可以使用。不过 GitHub...
826 1 分钟

macOS .DS_Store 并没有 Windows 注册表来的方便;相反地,它还给 Git 使用者带来了麻烦,GitHub 仓库中会出现这些文件。 解决方法是,将 .DS_Store 加入全局的 .gitignore 文件: 将`.DS_Store`加入全局的`.gitignore`文件1234echo .DS_Store >> ~/.gitignore_globalecho "._.DS_Store" >> ~/.gitignore_globalecho...
71 1 分钟

《经典人物原型 45 种》是一本写作指导。起初从魔法少女小圆中五色的 mbti 类型都是什么?- 知乎和魔圆人物分析:鹿目圆 - 知乎注意到。 联机购买得到。
1.3k 1 分钟

Algolia 是一个搜索引擎服务端口,它为 Hexo 提供了搜索功能。配置 Algolia 是所有需要配置的插件中最简单的一部分。 AI search that understands your users Enterprises and developers use Algolia's AI search infrastructure to understand users and show them what they're looking for # 注册 Algolia 账户 https://www.algolia.com/users/sign_in #...