Debian Buster kernel 4.19.0-5-amd64 lockups

I thought it was just me, but I found a few others who appear to be experiencing similar/relevant problems. Example 1 Example 2 Example 3 Example 4 Though I am not using the same OS and/or hardware, they do appear to be kernel related. I upgraded from Debian Stretch (kernel 4.9.0-9) to Debian Buster (kernel…

Find your LAN/WAN/DHCP addresses

Most often, if you’d like to know what your router IP address is, you need to have access to its interface via a browser, or similar such gadgets. Here’s a few convenient one-liners which will give you that info more easily/conveniently… #get WAN address dig +short myip.opendns.com @resolver1.opendns.com #get DHCP server address(es)… cat /var/lib/dhcp/dhclient*leases \…