Intro I have been dipping my toe into trying to learn DevOps/NetDevOps concepts in the last few months. One of the things I’ve been curious about was learning a bit more about git and how it works,...
Pihole - Forwarding Custom Domains
Background In my home network I have some separation for regular devices my wife and I use like our laptops/cell phones/smart tvs/etc and the devices I have in my lab environment. I’ve recently ad...
Redirect Pihole Admin Page
Really simple instructions today but it’s always bothered me that the admin page for configuring the pihole DNS service requires you to use http://<IP/HOSTNAME>/admin to reach the configurati...
Homemade Brisket Pastrami
Pastrami Pastrami is one of my favorite things to eat on a sandwich when done right. Ever since getting my traeger smoker I’ve been wanting to try brining a whole brisket and then smoking it for t...
Proxmox Ubuntu Cloud Init Template Notes
Ubuntu Cloud Cloud Init Teplates After following all the steps to setup an Ubuntu Cloud Init template in my proxmox lab using the following: Perfect Proxmox Template with Cloud Image and Cloud Init...
Proxmox Clustering Notes
Creating a new Cluster Create a cluster via the GUI Creating a cluster is fairly straight forward you click on Datacenter > Cluster > Create Cluster then give the cluster a unique name, you...
Crash Course on Docker, Kubernetes, Terraform, and AWS - Part 2: Kubernetes
Kubernetes What is Kubernetes Kubernetes is an orchestration tool, which means it’s a tool for running and managing applications across a fleet of servers. More specifically, it’s a container orche...
Crash Course on Docker, Kubernetes, Terraform, and AWS - Part 1: Docker
Docker These notes are going to be my refrence to a blog post series a friend of mine sent me for the topic: Crash Course As I work through the posts I’ll be including relevant commands here for r...
OpenSSL Certificate Processes
Self Signed Certificate with SANs Open SSL Command to run The following command will generate a self signed certificate that will be valid for 10 years (3560 days), the key to this working is the ...
ASA Capture Examples
ASA Capture Examples Capture Setup: Specify Source AND Destination To setup a capture on an ASA I like to create an access-list that defines the traffic I’m interested in first. For the source an...