I am one of those people who function better by writing things down. One day, I realized that most of my notes don’t have to be private, so here they are - my second brain. Be warned that, if you stumble upon something here that doesn’t make sense to you, it isn’t meant to!
OpenWRT
Setup Find the installable: Router name: Archer C7 v2 AC 1750. While searching for OpenWRT firmware, I had to look for a US specific one (which had -us in its name) and shorten the filename to firmware.bin before installing. UI available here. SSH from computer’s CLI: ssh root@192.168.1.1 Setup password-less SSH once: ssh-copy-id root@192.168.1.1. (This might not work. If so, directly upload your SSH public key from the UI. Also, remove this instruction!) Security - WPA2 with AES. Also Set custom DNS server to that of Next DNS: Network -> Interfaces -> WAN/WAN6 -> Edit -> Advanced Settings -> Use custom DNS servers. Once for IPv4 and IPv6 each. https://dnsleaktest.com/ If one or more WiFi networks die intermittently and you see deauthenticated due to inactivity error in System Log, follow this guide. Essentially, add option disassoc_low_ack '0' to config wifi-iface section of the /etc/config/wireless file. Periodically restart the router: crontab -e Add to the bottom: 0 4 * * * reboot.