Add explainshell.com to your list of favorite websites! Right behind regex101.com.

New Favorite Website!

For the longest time, I had Regex101 as a bookmarked website for (almost) daily use. Not only does it help me build muscle memory for using regex queries without banging my head against the wall with a bunch of print and debug statements, but if I happen to be in a different language - say in javascript instead of python - it gives you the correct syntax for using regex in that language....

September 27, 2023 路 2 min 路 377 words 路 Me
git commands

Pushing a Single Local Git Repo to Multiple Remote Repos

Why push to multiple repos? Do want to use both Github & and a Self-hosted Git Repo? Here鈥檚 how I鈥檝e been doing it! I really enjoy self-hosting services that I use everyday. One of those includes a git-style version control software. In my case, I鈥檝e been running Gitea for a few years now and have been really satisfied with everything (except for that one time that an update broke all my templates)....

September 22, 2023 路 2 min 路 403 words 路 Me

Trouble Hosting Hugo with Nginx

Intro For the last 3 days, I have been spending a few hours after working trying to figure out why my brand new Hugo site was not loading correctly on my sub-domain. For context, I use Nginx to host all my apps and servers, most of them using reverse proxy protocols such as $proxy_host, $forward_scheme, and $port. There are a few more and I鈥檓 happy to share some reverse proxy nginx config files....

September 20, 2023 路 5 min 路 888 words 路 Me
NginxProxyManger to Nginx

Tutorial: Move from NginxProxyManager to Nginx

Goal A Tutorial Repo for migrating your Nginx Proxy Manager proxy setup to Nginx. I wrote this originally for this reddit post and to post this my Github profile. Thought my website would also be a good place to share it for any passers-by. To give clear instructions to help users migrate from using Nginx Proxy Manager (NPM) to standard Nginx. This tutorial is not exhaustive and there are many other implementations of this transition....

August 5, 2023 路 8 min 路 1635 words 路 Me