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...
For the past several years, I’ve been leveraging the original WLAN Pi to help troubleshoot my occasional wireless problems. I’ll say this, it is an awesome ...
Someone just shared on Twitter a well formatted Git Cheat sheet. Enjoy!
Introduction Every so often, I would get a poke from my cybersecurity guy, mentioning that our publicly-exposed Azure servers were being probed by IP address...
I was recently tasked with exploring a method to interact with Azure Communications Services (ACS) for our Call Center. In short, when prompted by a caller,...
Recently came across a post on Twitter which shared of a wireless tool developed by Cisco. The tool is called WiFi Hawk. In short, the tool ingests a wirel...
Several years ago, I created a post describing the process to install Grafana, InfluxDB, and Telegraf on CentOS. I’ve used this combination to provide monit...
Over the past 3 years, I’ve moved on to a new job with a variety of new roles; as well, I’ve learned several new technologies. Bottom line: I need to docume...
For my work with Nokia routers, I needed to make an adaptation of the password2key.bash script on the NFM-P server. You can what I did on my GitHub Reposito...
I recently came across a podcast from The Network Collective where tools for network engineers are discussed. I particular found useful the SecureCRT colori...
I have worked with a large variety of people, all with different backgrounds, experiences, and personalities. I came across an article from Packetpushers wh...
Oh, the struggles one has with maintaining the AAA: authentication, authorization, and accounting. While migrating to a new authentication server, we realiz...
I had the opportunity to attend Cisco Live 2018 in Orlando, FL. I was glad to have visited Orlando again after having lived there for 2 years. That part, p...
I have a scenario where I am deploying an MPLS network to replace multiple L3 networks that I currently support. To provide continuity between a legacy L3 ...
Through the Packet Pusher’s Link Propogation weekly letter, I learned of a blog post on the important questions to ask an interviewer. I thought it was wort...
Over a year ago, Cisco released a field notice regarding a critical clock flaw in several of their ASA platforms. Of course, I had several ASAs that were af...
As is common with most network implementations, you try to leverage elements that will provide you the best design. This include using link aggregation (LAG...
Recently I read a blog post from Lindsay Hill where he show his process to install Grafana. Wanting to have something similar within my own environment, I d...
In the different podcasts that I listen to, or with the articles that I read, there is often the discussion of what a certifcation will provide. To that poi...
I’ve become a fan of the Ubuntu bash on Windows 10; however, like most other people, I am not a fan of the default color schemes. Now comes the effort to co...
This is really my first post to this new blog. I’ve been working this past several days to provide my blog through Github pages. Interesting conversion but...