2026
查找替换前先对比
大多数情况下在 Emacs 的大文件查找替换时,都是先通过 query-replace 或者 query-replace-regexp 进行全量查找替换,完成后再对比查看是否有错误的地方。
修复 Windows Terminal 中 Git Bash 闪烁问题
在 Windows Terminal 中使用 Git Bash 时,经常会出现整个终端闪烁,非常影响使用体验。
KDE 启用 Plasma Login Manager
Plasma Login provides a display manager for KDE Plasma, forked from SDDM and with a new frontend providing a greeter, wallpaper plugin integration and System Settings module (KCM).
Arch Linux 中 Noto CJK 字体回落问题
因为 noto-fonts-cjk 包修改了一些配置,可能导致部分字体回落时出现问题,例如关、复等字字形过窄,门的字形为竖点插入横折钩而非左上斜点等。
修改 Git 提交的作者信息
要修改 Git 提交(commit)的作者信息,直接使用命令可以对最近一次或历史多次的提交进行修改。
Arch Linux 中从源码编译 Emacs
这里介绍在 Arch Linux 环境中从源码编译安装 Emacs 的经验。
Debian 中从源码编译 Emacs
以下介绍在 Debian 13 KDE 桌面环境中从源码编译 Emacs 的经验。
Debian 安装 fcitx5-rime 输入法
在 Windows 或 WSL Debian 中都是通过小狼毫和 emacs-rime 来使用 RIME 输入法的,笔记本电脑的 Debian 13 KDE 桌面环境中,就使用当前很流行的 fcitx5-rime 输入法。
Debian 用户不在 sudoers 文件中
为解决 Debian 系统中 user not in sudoers file 错误,可以参考以下步骤。
Debian 安装 Google Chrome
在 Debian 系列的 Linux 发行版如 Ubuntu, Debian, Kali 等安装 Google Chrome 的方法如下。
贝塞尔曲面
贝塞尔曲面是贝塞尔曲线向二维参数空间的扩展,通常通过两个方向的张量积(Tensor Product)定义。
贝塞尔曲线
在数学的数值分析领域中,贝塞尔曲线是计算机图形学中相当重要的参数曲线。
使用 Cloudflare Pages 部署博客
Cloudflare Pages is a JAMstack platform for frontend developers to collaborate and deploy websites.
Create Git Empty Branch
Create a new unborn branch, named <new-branch>. All tracked files are removed.
Install WSL Debian
官方的WSL分发版中,Debian的版本已经更新到13(代号trixie),大量的软件包得到了更新,可以长期稳定使用。