Fun with jq and Tautulli
Responsive CSS Gallery
Searching for image gallery templates, I came across this one that looks light-weight and decent enough.
Dev Shower Thought: Webmaster
Dev Shower Thought: Webmaster on a resume in the 90s looked pretty sweet; in 2022 it’s a red flag saying “I don’t really know what I’m talking about.”
37
I am 37 today. I’ve spent the last week or so hacking on this blog and reviewing old content since I turned 21. I thought I’d wrap up my nostalgia trip with a check in on what life is like in 2022.
The Web Is Fucked
A few weeks ago I came across The Web Is Fucked and it’s really stuck with me. I miss Web 1.0.
lsusb on macOS
An old WordPress hack I found
I was poking through old WordPress backups I have and noticed a strange
wp-content/85060.php file. Turns out one of my sites was hacked back in 2006
or 2007 and I had never noticed.
How to Mount a USB Drive on Linux
Need to mount a USB drive on Linux?
How to generate a simple calendar
Need to generate a simple calendar for a specific month or year? The cal
command does just that.
Viewing and killing MySQL queries
MySQL running slow and want to see which queries are running? If you can get a
mysql> prompt, try SHOW PROCESSLIST or SHOW FULL PROCESSLIST.