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…

*nix script snippets that are useful/clever

For the record – these are lookups – NOT my creations. I will add more as I go #Backup & clear history DATE=`date +%Y%m%d-%H%M` mv ~/.zsh_history{,.$DATE} cat /dev/null > ~/.zsh_history #HDD space (without clutter) df -h | grep -v “tmp\|udev” #send contents into a file (you need to \escape any \$variables within the CONTENTS+COMMANDS) cat