Tech Notes
Tech tips and new discoveries
All Posts#Architecture#CSS#Database#Databases#Docker#Finance#Homelab#JavaScript#Linux#Networking#Node.js#Performance#PostgreSQL#Project#React#TypeScript#Ubuntu
Hardening an OpenWrt Router: SSH, LuCI, RPCD, and the Kernel
Five OpenWrt hardening steps: SSH keys only, forcing HTTPS on LuCI, regenerating the TLS cert, separating LuCI login from the system password, and tightening sysctl.
LinuxHomelabNetworking
PostgreSQL Scales Further Than Most People Think
How to get more out of a single PostgreSQL instance before you move to a distributed database or a rewrite.
PostgreSQLDatabaseLinux
How to Upgrade PostgreSQL Without Losing Data
The three ways to upgrade a PostgreSQL major version: pg_dump, pg_upgrade, and logical replication, and the problems you can hit with each one.
PostgreSQLLinuxDocker
UI APT Mirror - A containerized solution with UI
Notes on a containerized APT mirror I built for working offline: deb packages, an npm cache, and file hosting with a web UI.
LinuxDockerHomelab
Configuring a wifi access point on ubuntu server with netplan
How to set up a netplan config for a wifi access point on ubuntu server.
UbuntuLinuxHomelab