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

To Uninstall MacOS Packages

For some bizarre reason, the package management tools for MacOS do not have an option to uninstall in any easy way. However, if you drop into the Terminal, you can do all the steps by hand relatively easily. There is a command called pkgutil that will give you the information you need. To list all … Read more