unraid OS boot device bug report

事情的背景是这样,考虑到TrueNAS对内存要求太高了,作者兴冲冲准备体验unraid。制作好启动盘后(截止至2023.8.16,试用最新版系统Unraid 6.12.3)准备安装unraid时,进入主机引导菜单能够识别unraid引导u盘,但选择启动设备后没有进入安装流程,而是反复重新进入boot menu(select boot device)。

阅读全文

合并git提交记录

使用git协同开发时,或更准确地说,当对commit message的书写有要求(如需要抓取changelog)且开发规模大(意味着不能完全完成某个feature后再统一提交)时,往往在将本地提交推送到远程分支之前需要精简提交记录。

本文介绍通过git rebase合并(本地)提交记录的方法。

阅读全文

Install latexindent.pl

latexindent.pl is a perl script to beautify/tidy/format/indent (add horizontal leading space to) code within environments, commands, after headings and within special code blocks. It has the ability to align delimiters in environments and commands, and can modify line breaks including text wrapping and one-sentence-per-line. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.

latexindent.pl是一个Perl脚本,用于美化/整理/格式化/缩进(在环境、命令、标题后以及特殊代码块内添加水平前导空格)代码。它具有对环境和命令中的定界符进行对齐的功能,可以修改换行符,通过文本换行实现每行一个句子。它还可以执行基于字符串或正则表达式的替换。该脚本可通过其YAML文件接口进行定制。

安装过程参考此文档。本文记录在Ubuntu 20.04系统上安装和使用latexindent的过程。

阅读全文

123