VM Server Upgrades?

Computer prices are just starting to normalize. I walked into a MicroCenter store the other day, and they have stopped rationing video cards (and have plenty in stock, without crazy markups). I’ve also been thinking a lot about upgrading my servers… Current Server Setup Back in February of 2018, I started running my home websites on some used Rackmount servers. When I bought these, I really wanted to experience running enterprise level hardware and building up microservices on Docker with full failover, and freinds, that all works, and I learned a lot....

17 Jun 2022 · 4 min · Gary Allen Vollink

RPM Spec

I’ve been working through updating a fair number of Perl Modules on an older RedHat based distribution. As I’m trying to do various things, I’ve run into a number of weird issues. Enough so, I though, I should write down the things I’ve found in a blog so I can easily find it later. Then, I looked around, and found hundreds of blogs by folks who wrote down the bare basics of what it takes to write an RPM spec file, or only the things that THAT PERSON needed for THAT PROJECT....

6 Jun 2022 · 2 min · Gary Allen Vollink

Switching This Blog to Self Hosting

Long story. History Since 2009, I have been using a Google product called G Suite, which has since been renamed to Google Apps for Domains, and most recently renamed to Google Workspace. This service was always free, for me, as I signed up before the free-tier was cancelled in December of 2012. I even bought my wife, Jen, a domain and set is up on G Suite before then (neiher of us could remember which year), as we were just dating at the time....

28 May 2022 · 5 min · Gary Allen Vollink

Terminal Colors with Highlight.js

This is another post where I’m working on Hugo capabilities. This time, though, I’m mostly dealing with expanding highlight.js, which is the highlighting tool used by the PaperMod theme. Terminal in color This shows my terminal prompt in approximately the colors that I see. gvollink@javavm [GIT: (✅) master]:0 🏠/src/web/hugo-blog$ The above, in source, has embedded ANSI escape codes. To do this I created a language called terminal for highlight.js and an accompanying PlugIn....

25 May 2022 · 3 min · Gary Allen Vollink