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

Setting up Blink SSH on iOS for vt220

I recently discovered the Blink SSH client for iOS, and am loving it. It finally makes the iPad actually useful as a mobile ssh workstation in an understated elegant way. However, I really don’t care for most of the popular fonts that are used by newer terminal applications. I am proudly old school, and decided … Read more

Converting MKV/BluRay Subtitles

Subtitles come in a myriad of formats, and not all of them work in every container format, and not all containers are as easy to work with. Converting Matroska (mkv) files to MP4s cause issues when the mkv has PGS (Blu-Ray) subtitles. PGS subtitles can be embedded in Matroska video files, but not MP4s. But … Read more

Creating a Linux Console Font

A while back, I found a nice TrueType font that mimicked the old DEC terminals. It was made by taking the ROMs of a DEC VT220, and creating the TTF font based on that data. It occurred to me that it would also make a really great replacement for the linux console font, where it … Read more