MIGRATING FIREFOX FROM NATIVE TO FLATPAK ON FEDORA
Every new Fedora install comes with Firefox pre-installed as an RPM package. For me, switching it to Flatpak is always the first stepβbecause Flatpak leverages Bubblewrap (bwrap) to sandbox Firefox using Linux namespaces, seccomp filters, and filesystem isolation. This means Firefox runs with restricted syscalls, its own PID and network namespace, and no access to your home directory by defaultβa massive reduction in attack surface.
BYPASSING COPY-PASTE RESTRICTIONS ON JAPANESE RENTAL CAR WEBSITES
How to circumvent annoying client-side copy-paste blocks on form fields using Chrome Developer Tools and direct DOM manipulation
CONFIGURING THE TERRAFORM MCP SERVER FOR KILO CODE
A quick guide to integrating HashiCorp’s Terraform MCP server with Kilo Code
FIXING BLURRY ELECTRON APPIMAGES ON FEDORA WITH HIDPI DISPLAYS
Why some Electron AppImages like Obsidian or Standard Notes look blurry on Fedora with 4K screens, and how to make them crisp with a simple launch flag
ADDING MERMAID DIAGRAMS TO HUGO SITES
A reliable approach to adding Mermaid diagram support to Hugo sites that works across different themes, with selective loading to optimize performance.
FIXING HUGO THEME COMPATIBILITY ISSUES IN CLOUDFLARE PAGES
Learn how to fix Hugo theme compatibility issues on Cloudflare Pages by configuring the correct Hugo version in your build environment variables, ensuring smooth deployments even after theme updates.
WHAT 36 MONTHS OF RUNNING A BITCOIN FULL NODE WILL DO TO YOUR HARDWARE
After running a Bitcoin full node for 36 months, I discovered my NVMe SSD had processed over 613TB of writes and consumed 91% of its endurance. This post analyzes the unexpected storage wear patterns of Bitcoin nodes and offers solutions using enterprise-grade SSDs
INTEGRATING ANSIBLE VAULT WITH BITWARDEN
How I solved Ansible Vault’s password management challenges by integrating it with Bitwarden CLI
OPTIMIZING MEMORY WITH ZRAM ON UBUNTU SERVER 22.04
A practical guide to implementing zram compression for better memory management on Ubuntu Server 22.04
RESOLVING EMBY DOCKER CONTAINER SQLITE DATABASE LOCKS
Fix SQLite database lock issues in Emby Docker containers using the VACUUM command and an ephemeral container approach.