Days of the Dead 2023 – Indianapolis

The trip from Cleveland to Indianapolis was pleasantly uneventful until about an hour outside of Indianapolis when we ran into a backup caused by an accident. It must have been a big one, because as the delay approached an hour and people were starting to get out of their cars, Ashley found a news brief … 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