Dev

Automated SNMPv3 Configuration

This blog post is about SNMPv3. As many Engineers familiar with SNMP will know, SNMP is a powerful protocol that can divulge a lot of…

Python Environments on Linux

Creating a virtual environment will limit anything you do to that environment only, and no dependency installations will escape onto your…

Regex in Cisco IOS

Regular expressions, or regex, are templates to match text patterns. They provide a way to describe and parse text, and provide a flexible…

A Vim crash course, of sorts...

This post will be a mixture of my own personal VIM cheatsheets, along with a high-level overview of the Vim text-editor. Text-Editors are a…

SkyeNet-Setup: My Personal Toolbox

Of late, I have found myself distro-hopping very frequently on my various personal machines (not to mention breaking my installs way too…

Password Security 101

You use passwords? Yeah, they're important, ay. I have a few different ones on the go, a bunch of password managers and vaults, but we all…

Building a Reddit bot with PRAW

PRAW (Python Reddit API Wrapper) is, as the name suggests, a Python Wrapper for managing API access to Reddit. PRAW takes control over the…