I am a digital hoarder

You’ve amassed hundreds, or maybe thousands of (fill in the blank with whatever digital goodie you hoard – e-books, video files, meme photos…etc.). More than you could ever read, watch or enjoy. You want to delete half, maybe more. You want to feel less anxious when you see that directory. You want to believe that … Read more

Ohio Linuxfest 2023

I made it. Friday was good, but I got here late. Time Attended? 9:00  Arduino Meets Raspberry Pi Using O.L.D. Programming Techniques – Cameron Hughes and Tracy Hughes 10:00  Exploiting the IT Value Stream: Iterative Automation Strategy – Brad Krumme 11:00  Syslog for Fun (and Profit?) – Warren Myers 13:00  History of Computing – Ken … Read more

Nine traits of the veteran Unix admin

Note: I found this article online and wanted to save it to my Wallabag instance, but it’s frustratingly split into 2 pages and would require a lot of pointless gymnastics to combine. So, instead, I copy/pasted the article contents here and offer it as geeky entertainment while granting all credit to the original author and … Read more

Everything in a browser

I made an effort today to do my weekly routine from the Chrome Browser on my Linux Laptop. I had to install it and sign-in and set up some extensions, but now it looks and acts pretty much just like my Chromebook. It was more of an experiment to prove that I can interact with my note system … Read more

SSH Host Verification

How often have you seen something like this? The temptation to quickly type yes and hit the enter key is great. But do you know why you are seeing this message? You should only get this the first time you connect to a new host. After you respond yes the host gets stored in ~/.ssh/known_hosts, and you won’t … Read more

Generic Directory Backup Script

I regularly have directories of files I want to back up in case of disaster. Usually these are files that change often, and I only want to keep recent versions in case I want to revert or recover changes. (Git? Git, who?) I have used this script over and over as a simple way to … Read more

Ubuntu Phased Updates

Q: Ubuntu phased updates Recently, during the normal software upgrade process (i.e., apt upgrade or apt dist-upgrade) I started getting messages like this: What are my options? A: Phased Updates are a safety feature It’s there for your protection. Don’t try to outsmart it. Most users should DO NOTHING. It’s not broken. Don’t try to … Read more

Self-hosting LanguageTool

Summary LanguageTool is a free online proofreading service for English, Spanish, and 20 other languages. Instantly check your text for grammar and style mistakes. It’s a free alternative to similar sites/services like Grammarly. While I’m not sure that Grammarly is a Privacy Nightmare, I don’t like the idea of sending everything I write to a … Read more