Short, practical notes on problems I ran into and how I solved them. Think of it as my public notebook.
Mar 15, 2026
hugo
meta
Use Hugo archetypes to auto-generate consistent frontmatter when creating new content with hugo new.
Feb 17, 2026
storage
health
linux
Check NVMe drive health on Linux with a single smartctl command — percentage used, temperature, and power-on hours.
Feb 10, 2026
fedora
scanner
brother
Brother scanners aren't detected on Fedora out of the box. Install brscan5 and register the scanner by IP to get it working over WiFi.
Feb 8, 2026
fedora
nvidia
gpu
Dual GPU setup (AMD + NVIDIA) causes hard freezes after suspend on Fedora. Fix it by configuring NVIDIA's power management systemd services.
Feb 8, 2026
fedora
ai
cuda
Ollama falls back to CPU on Fedora without NVIDIA drivers and CUDA. Install them via RPM Fusion and wait for akmods to build before rebooting.
Feb 3, 2026
fedora
audio
usb
Focusrite Scarlett interfaces work on Linux out of the box with PipeWire — no proprietary drivers or Focusrite Control needed.
Jan 29, 2026
fedora
ntfs
storage
Auto-mount NTFS drives on Fedora at boot using fstab with ntfs3, so they're available without clicking in GNOME Files each session.
Jan 27, 2026
fedora
rgb
hardware
OpenRGB can't access ASUS AURA hardware without root. Add udev rules for USB and i2c to fix permissions.
Dec 15, 2025
windows
performance
ssd
powershell
Terrible SSD performance on Windows? Check if your power plan has NVMe power saving enabled — switching to High Performance can fix 200ms response times.