Router Firmware Recovery Through Serial and Flash Access
Hardware Recovery · Jul 23, 2026 · updated Jul 25, 2026
Field notes from troubleshooting and recovering router firmware/storage failures, including EdgeRouter X serial console recovery, NAND/MTD corruption symptoms, bootloader access, and external flash recovery direction.
Open: Read note →ARM VPS Troubleshooting for Dedicated Services
Server Hosting · Jul 18, 2026 · updated Jul 25, 2026
Field notes from troubleshooting ARM-based VPS hosting for dedicated services, covering instance availability, boot issues, Docker architecture mismatches, runtime problems, and recovery checks.
Open: Read note →Building Server-Side Shared-Area Protection
Server-side Extensions · Jul 8, 2026 · updated Jul 25, 2026
Field notes from building a server-side extension that protects shared areas from unauthorized changes while preserving permitted user actions.
Open: Read note →Dedicated-Server Deployment on Linux
Server Hosting · Jul 8, 2026 · updated Jul 25, 2026
Field notes from deploying and maintaining an extension-enabled dedicated server on Linux, including service management, extension compatibility, ports, console access, updates, backups, and relay planning.
Open: Read note →Extension-Enabled Dedicated-Server Hosting
Server Hosting · Jul 8, 2026 · updated Jul 25, 2026
Field notes from hosting and operating an extension-enabled dedicated server on Linux, including ARM compatibility, service launch, extension handling, configuration, logs, and troubleshooting.
Open: Read note →Isolated Dedicated-Server Hosting
Server Hosting · Jul 8, 2026 · updated Jul 25, 2026
Field notes from hosting a dedicated service at home behind an isolated VLAN, using an OpenWrt router, managed-switch tagging, and a Proxmox server.
Open: Read note →Real-Time Community Relay
Real-Time Integrations · Jul 8, 2026 · updated Jul 25, 2026
Field notes from building a server-side relay that connects live service events and chat with a Discord channel.
Open: Read note →AdGuard Home on OpenWrt
Networking · Jul 6, 2026 · updated Jul 25, 2026
Field notes from running AdGuard Home on OpenWrt, including DNS ownership, port 53 conflicts, resolver failures, and practical troubleshooting.
Open: Read note →Docker Deployment Scripts for Small Services
Deployment · Jul 6, 2026 · updated Jul 25, 2026
Field notes from creating small deployment helper scripts for Docker-based services so build, run, restart, logs, cleanup, and updates are repeatable.
Open: Read note →OpenWrt Home Network Setup
Networking · Jul 6, 2026 · updated Jul 25, 2026
Field notes from building a practical OpenWrt-based home network with custom routing, DNS filtering, VPN access, VLAN direction, and service troubleshooting.
Open: Read note →OpenWrt Storage Expansion on Raspberry Pi
Networking · Jul 6, 2026 · updated Jul 25, 2026
Field notes from expanding OpenWrt storage on a Raspberry Pi so the router can safely support extra packages, logs, and small services without running into overlay space limits.
Open: Read note →Rsync and SCP Alternatives for OpenWrt Deployment
Deployment · Jul 6, 2026 · updated Jul 25, 2026
Field notes from deploying small services to OpenWrt when rsync is unreliable, using SCP, tar over SSH, Git pull, and simple deployment scripts instead.
Open: Read note →Running a Discord Bot on OpenWrt
Deployment · Jul 6, 2026 · updated Jul 25, 2026
Field notes from deploying and maintaining a small Discord bot on an OpenWrt device, including Node.js, environment files, Docker/procd service direction, logs, restarts, and update workflow.
Open: Read note →Dolibarr to Odoo Migration Tooling
Business Systems · Jun 14, 2026 · updated Jul 25, 2026
Field notes from designing migration tooling for moving business data from Dolibarr into Odoo while keeping product, customer, quotation, invoice, and stock data understandable and verifiable.
Open: Read note →Local LLM Agent for Homelab Administration
AI Infrastructure · May 5, 2026 · updated Jul 25, 2026
Field notes from running local Qwen LLM models on a desktop GPU and connecting them to an agent workflow for homelab, network, and system administration tasks.
Open: Read note →CGNAT and Self-Hosting Limits
Networking · Nov 14, 2025 · updated Jul 25, 2026
Field notes explaining how CGNAT affects self-hosting, port forwarding, public IP scans, shared addresses, and practical alternatives for exposing home services.
Open: Read note →Raspberry Pi and Banana Pi Infrastructure Planning
Infrastructure · Sep 10, 2025 · updated Jul 25, 2026
Field notes from comparing Raspberry Pi and Banana Pi options for OpenWrt routing, VLAN-based networks, VPN access, homelab separation, and small infrastructure deployments.
Open: Read note →DDNS Setup with DuckDNS on OpenWrt
Networking · Feb 6, 2025 · updated Jul 25, 2026
Field notes from setting up DuckDNS on OpenWrt for dynamic DNS, remote access, WireGuard endpoints, and home self-hosting workflows.
Open: Read note →WireGuard Remote Access Setup
Networking · Feb 6, 2025 · updated Jul 25, 2026
Field notes from setting up WireGuard remote access for a home/lab network, including peer configuration, firewall rules, QR setup, and external testing.
Open: Read note →Building a Full-Stack Property Listing Platform
Full-Stack Development · Aug 1, 2024 · updated Jul 25, 2026
Field notes from building an AirBnB-style property listing application, focused on backend models, database relationships, API structure, frontend rendering, and deployment fundamentals.
Open: Read note →Building a Grid-Based Maze Game
Interactive Systems · Aug 1, 2024 · updated Jul 25, 2026
Field notes from building a browser-based maze game focused on grid modeling, movement rules, collision handling, rendering, state management, and algorithmic thinking.
Open: Read note →Service Fingerprinting and Open Ports
Networking · Jul 14, 2024 · updated Jul 25, 2026
Field notes explaining what open ports reveal, how service fingerprinting works, what attackers can infer from SSH/HTTP/HTTPS exposure, and how to reduce unnecessary public information leakage.
Open: Read note →Building a Minimal Unix Shell in C
Systems Programming · Jan 1, 2024 · updated Jul 25, 2026
Field notes from building a small Unix-like shell in C to understand process creation, command parsing, PATH lookup, environment handling, and low-level Linux behavior.
Open: Read note →Implementing Formatted Output in C
Systems Programming · Jan 1, 2024 · updated Jul 25, 2026
Field notes from rebuilding a minimal printf-style function in C to understand variadic arguments, format parsing, character output, conversion handling, and low-level edge cases.
Open: Read note →