Room 322 Blog

A small homelab blog

Migrating/Updating my TinyDB MAC API Introduction

Since setting up my home lab five years ago, I’ve loved to track lots of data points about my network. This all initially started with huge CSV files that I would rotate either yearly or monthly and display with a graphing tool called dygraphs. As I continued to learn, I slowly introduced projects on my […]

2023 Book List

2023 was a pretty vicious year for my reading goals…Moving and figuring out a new job will do that to you though. Here’s a photo of the 24 books I read in 2023: Choosing favorites is always hard…But here’s a quick few I really enjoyed:

2022 Book List

2022 was the first year that I decided to save all the books I’ve read so that I could reflect on what I read. In total I read 38 books. I tried very hard this year to rotate between IT related books, leadership/ management, and novels. Here’s a photo of my 2022 stack: Here’s a […]

Notifications with a Webex Bot

In studying for Cisco’s 350-901 DEVCOR Exam, I wanted to make sure I got some hands on practice with some of the objectives. Topic 3.1’s, objectives is: Construct API requests to implement chatops with Webex Teams API. I decided to look into creating a bot that would notify me about certain things going on around […]

Stopping IP Scanning with NGINX

Prior to putting a website online I could see that my firewall logs were filled with blocks from scanners attempting to hit my WAN IP via telnet, ssh, http, rdp, etc. However, once I opened up my firewall for http and https, I realized I had another brute force problem on my hands: scanners were […]