Author: Matt
-
The trip to Windows 11
The past five weeks have been a blur. Spring soccer is in full swing, and my time at the keyboard has been limited to mostly work. A PC upgrade at work started a trickle-down upgrade, and with things starting to settle it’s probably worth a few notes. Swapping out the work laptop My old work…
-
GitOps: Moving from Octopus to … Octopus?
Well, not really, but I find it a bit cheeky that ArgoCD’s icon is, in fact, an orange octopus. There are so many different ways to provision and run Kubernetes clusters that, without some sense of standardization across the organization, Kubernetes can become an operations nightmare. And while a well-run operations environment can allow application…
-
Tech Tip – Turn on forwarded headers in Nginx
I have been using Nginx as a reverse proxy for some time. In the very first iteration of my home lab, it lived on a VM and allowed me to point my firewall rules to a single target, and then route traffic from there. It has since been promoted to a dedicated Raspberry Pi in…
-
A blast from the past and a new path forward
Over the last few years, the pandemic has thrown my eldest son’s college search for a bit of a loop. It’s difficult to talk about visiting college campuses when colleges are just trying to figure out how to keep there current students in the classroom. With that in mind, much of his search has been…
-
Tech Tip – Markdown Linting in VS Code
With a push to driving better documentation, it is worth remembering that Visual Studio Code has a variety of extensions that can help with linting/formatting of all types of files, including your README.md files. Markdown All in One and markdownlint are my current extensions of choice, and they have helped me clean up my README.md…
-
Not everything you read on the internet is true….
I spend a lot of time searching the web for tutorials, walkthroughs, and examples. So much so, in fact, that “Google Search” could be listed as a top skill on my resume. With that in mind, though, it’s important to remember that not everything you read on the Internet is true, and to take care…
-
Can Yellowstone teach us about IT infrastructure management?
It seems almost too fitting that, at a time when the popularity of gritty television like Yellowstone and 1883 is climbing, that I write to encourage you to stop taking on new pets and to start running a cattle ranch. Pet versus Cattle – The IT Version The “pet versus cattle” analogy is often used…
-
A little open source contribution
The last month has been chock full of things I cannot really post about publicly, namely, performance reviews and security remediations. And while the work front has not been kind to public posts, I have taken some time to contribute back a bit more to the Magic Mirror project. Making ToDo Better Thomas Bachmann created…
-
Git, you are messing with my flow!
The variety of “flows” for developing using Git makes choosing the right one for your team difficult. When you throw true continuous integration and delivery into that, and add a requirement for immutable build objects, well…. you get a heaping mess. Infrastructure As Code Some of my recent work to help one of our teams…
-
ISY and the magic network gnomes
For nearly 2 years, I struggled mightily with communication issues between my ISY 994i and some of my docker images and servers. So much, in fact, that I had a fairly long running post in the Universal Devices forums dedicated to the topic. I figure it is worth a bit of a rehash here, if…