Fixing Quicklook Without Rebooting

Unfortunately, since the last OS update for the Mac (Monterey), QuickLook has become especially unstable, especially on my M1 Mac Mini. It doesn’t cause crashes or anything, it simply stops working; especially with video files. However there is a simple solution to the problem. From the Terminal, just run the command (you do not need … Read more

Blocking pizzaseo querying clients

While I was updating some settings with my bind server on Ubuntu 20, I noticed a lot of queries for “pizzaseo.com”, which appears to be some kind of marketing company trying to scrape for data. On reading out in forums about it, apparently they’re looking for vulnerable pi-hole servers that are exposed to the internet. … Read more

To reset your password timeout in Windows

It’s particularly irritating when security people who have a limited grasp of security set password rules in your domain that force you to change your password way too frequently. It’s even worse when it remembers a history of passwords that you cannot reuse. I am not condoning never changing your password, but a very complex/long … Read more

Sending a stream to multiple outputs

I was looking for a way to compare compression ratios with different algorithms, and didn’t want to have to run them in serial. So I started digging and found a nice bash syntax that allows you to do just that. And just for fun, it calculates the sha checksum as well. curl -s https://someserver.com/file.txt | … Read more