public DevOps Tools • 2 min read Terraform - How to output a value to the CLI from a child module The problem with outputs created within a child module is that they are not immediately accessible from the root module.…
public Linux • 2 min read Linux Fun - Part 1 People are always asking about the fun tools I use in Linux. Let's start with three utilities: neofetch,…
Newsletters • 6 min read #3 - June 30, 2023 Welcome to the third edition of this newsletter. Still in the puppy stage, and it needs feeding! 😎I've…
public Linux • 2 min read Changing the Resolution and Font Type in Debian Server Problem: When you install Debian as a server, the initial resolution and font type leave something to be desired. Here&…
public Linux • 2 min read Debian 12 Install to 9-Year-Old Laptop And let me say that it runs great. Debian comes through again. This time, it's Bookworm - Debian…
Newsletters • 6 min read #2 - May 25, 2023 Greetings from Dave! I hope you are well. Here's what I have for you this month: * Upcoming live…
public Deep Dives • 9 min read TCP/IP & Linux TCP/IP is the most commonly used communications protocol suite in the world. It powers the Internet, home networks, and…
public DevOps Tools • 5 min read Installing Terraform to Linux (with a Binary Download) ⚠️If you haven't already, I recommend checking out this article first about installing Terraform on Linux via package…
public DevOps Tools • 3 min read How to Install Terraform on Debian Linux Terraform is a program used to build infrastructure automatically—without having to access a cloud provider's console. Terraform…
public Linux • 3 min read Debian 11 Linux Install (GUI) in a KVM Virtual Machine Let's install Debian 11 as a virtual machine. I'll be using KVM as my virtualization platform…