Professional Blog Posts
-
Learning React
Some notes and such from my learnings into React.
-
Dxcker Rework
Some life lessons channeled into the Dxcker project
-
Telstra was meant to build the NBN
A quick dump while the topic is at hand. This information seems to be getting censored out of the internet.
-
Javascript Mortgage Math
A quick dump of my mortgage calc in tools
-
The K3S Cluster
Someone annoyed me on Reddit and I wiped my cluster to prove that I have DR.
-
Pull Private Images in Gitlab Kubernetes Runners
How to configure Gitlab Kubernetes Runners to pull images from private repositories
-
How to get the size of a MariaDB database
A simple query for determining the size of a single database in MariaDB
-
Bind9 DNS in K3S but not to replace CoreDNS
Deploying a Bind9 auth DNS to K3S without interfering with CoreDNS or having odd port mapping issues. All without adding new CRDs.
-
Goat Farm
Cross post from Reddit. Preserving before it's deleted from history, like pee bottle was.
-
Getting around CORS errors
Legitimately allowing your application frontend to communicate with your application backend.
-
Headless XRDP on Debian
I needed RDP for some reason. Don't know why. I think it was for the radio server because that radio software required it?
-
Automatic SSH Agent on Arch Linux
Stop entering your password all the time. Run ssh-agent as a systemd user service and enter it once.
-
Solution for Multiple Docker Images in one Gitlab Repository
I manage multiple tags for single Docker images in Gitlab. This is how I handle it with CI.
-
Random Regex
Originally an attempt to dump useful regex patterns that I never kept up to date.
-
Red Alert 2 on Linux
A half-baked brain dump of getting RA2 running on my Linux machine.
-
Truely Headless Python Scraping
How to configure Selenium to actually work without a DE.
-
Change prompt in Powershell
A note for later to configure my Powershells PS1/prompt
-
Semi-passwordless SSH agent configuration in Powershell
Configuring the SSH agent to start as a Windows server and only ever enter your SSH keys password once.
-
Context Switching & Long Running Docker Containers
TIL I messed up big time. Handling long running processes juggling between CPU cores on a dual socket system.
-
Docker-in-Docker Explainer for Gitlab Runners
I struggled for a little while figuring this out from the documentation.
-
My Ark Server Automation
An old post about the configuration of my terrible deployment process for my Ark servers.
-
Install Solanum On Debian Easily
I don't know why this was so hard for others but I figured it out on my own!
-
General AWS CLI Commands
A quick collection of random AWS CLI one-ish-liners that have helped me keep my sanity.
-
A Simple NodeJS API
A simple NodeJS API for integrating a chat bot with RCON.
-
Random JQs I found Useful
A quick document on JQs that I have found useful as an AWS admin
-
Simple Monitoring Stack - Grafana, Loki, Prometheus
A copy/paste style of configuring a bare metal host to become a monitoring powerhouse
-
The Kubernetes Cluster
A synopsis of my adventures deploying my own Kubernetes cluster for learning purposes