2026
Arch Linux 下 LocalSend 接收问题
LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.
打包百度网盘 AppImage
百度网盘官方只提供了 Linux 下的 deb 和 rpm 格式包文件,在 Arch 或者 SUSE 等发行版上使用不太方便。
Arch Linux 配置 MPD
Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music.
使用 FFmpeg 裁剪视频
FFmpeg is complete, cross-platform solution to record, convert and stream audio and video.
Emacs 自动保存文件
目前比较流行的 Emacs 自动保存文件的包有 super-save 和 buffer-guardian.el 等。
Linux WeChat 和 QQ AppImage 中文输入问题
AppImage 程序因其打包机制通常与宿主机输入法框架(如 Fcitx5 或 IBus)隔离。要在 AppImage 中使用中文输入法,关键在于运行程序手动显式加载 fcitx 环境。
Plasma Login Manager 指纹登录
在现代 Linux 系统中,基本都是使用 fprint 来便捷的使用指纹识别的功能,其内置的 PAM 模块可以用于用户指纹登录系统。
Journal 日志清理
Journal 是 systemd 的日志系统,随着系统长时间的使用,其对应的日志目录 /var/log/journal 下会累计大量的日志文件,占据不少系统存储空间。
在 Emacs 中交换文本
Emacs 中内置了交换字符、单词、表达式、行等功能,日常使用起来非常方便。
查找替换前先对比
大多数情况下在 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 的经验。