DMARC Compliant
I recently learned of a podcast called “Talk Python to Me”; specifically, I listened to an episode entitled 10 Tips and Ideas for the Beginner to Expert Pyth...
I have a scenario where I want to use certificates, stored within an RBAC controlled Azure Key Vault, in an Application Gateway. Unfortunately, at this time...
This post is mostly to remind me of the command to delete data from Influx DB 1.8 that is older than a certain date: delete from "switch" where time < '20...
A simple task: execute a cron job, within a docker container, to run a regularly needed item. This seems simple, right? Not so much within a docker contain...
Anyone still use RANCID (Really Awesome New Cisco Config Differ) to backup network configuration? In my current position, I just needed something “simple” t...
I leverage Pyenv to manage the different versions of Python I might use within my system. Recently, I decided to install Pyenv to my WSL Ubuntu 20.04 instan...
This past week has been one of those annoying and challenging weeks. I help support three servers which our used for our Integrated Platform as a Service (I...