Misc
-
Writing udev Rules: Fixing Device Names and Permissions
In Linux, udev dynamically manages device nodes and permissions. This post covers where rule files live, how to match devices with ATTR and KERNEL keys, and how to verify rules with udevadm.
-
Managing a static blog with Astro Content Collections
How Astro 5 glob loaders and Zod schemas keep Markdown/MDX posts type-safe on a self-hosted branch site.