Pull-Based Backup Replication to OpenWrt Storage
Infrastructure Operations · Aug 22, 2026 · updated Aug 24, 2026
Designed and verified a pull-based backup replication path from a VPS-hosted stateful service to an OpenWrt Raspberry Pi with dedicated external storage, separating fast recovery points from an independently retained local archive.
Open: Read note →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 →Deploying a Stateful Linux Service
Server Hosting · Jul 8, 2026 · updated Jul 25, 2026
Field notes from deploying and maintaining an extension-enabled stateful service on Linux, including service management, extension compatibility, ports, console access, updates, backups, and relay planning.
Open: Read note →Operating an Extension-Enabled Linux Service
Server Hosting · Jul 8, 2026 · updated Jul 25, 2026
Field notes from hosting and operating an extension-enabled stateful service 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 Event and Message 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 application messaging with an external communication platform.
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 →Operating a Lightweight Messaging Service on OpenWrt
Deployment · Jul 6, 2026 · updated Jul 25, 2026
Field notes from deploying and maintaining a lightweight messaging automation service 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 Infrastructure 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 self-hosted infrastructure, network, and system administration tasks.
Open: Read note →CGNAT and Self-Managed Infrastructure Limits
Networking · Nov 14, 2025 · updated Jul 25, 2026
Field notes explaining how CGNAT affects self-managed infrastructure, port forwarding, public IP scans, shared addresses, and practical alternatives for exposing private 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, self-hosted infrastructure separation, and small infrastructure deployments.
Open: Read note →DDNS for Remote Access 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 self-managed infrastructure 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 Interactive System
Interactive Systems · Aug 1, 2024 · updated Jul 25, 2026
Field notes from building a browser-based grid interaction system focused on data 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 →