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 \…

Using GnuPG keys (What/Why-TO)

Most articles on the topic start off by showing you HowTo-CREATE keys, and this is usually followed by some examples on HowTo-USE keys. The result for those of us that ain’t so clever, is utter bewilderment. Hopefully this short explanation will alleviate a little of that confusion. This article will cover the basics of GnuPG…

Creating GPG keys with YubiKey (HOWTO)

This is a LINUX version guide, based 99.99% on “Dr. Duh’s outstanding post on the topic”. I have read many such HowTo’s, and this one is, by far, the best I’ve seen (for my needs/preferences). The screens in his article contain the actual screens you’ll see when you run the commands needed. For me, that…