How I set up a new Mac in minutes with a simple Homebrew script

June 2, 2022

Setting up a new machine used to be a huge chore that I did not look forward to, however in the Apple world there is a great tool called Homebrew that makes setting up a new machine a snap. Homebrew is a package manager for MacOS. It has a plethora of packages available. In fact,

2021 Year in Review

January 1, 2022

2021 Year in Review 2021 felt like a year of transition. What that transition was I did not know. The year seemed to past both quickly and slowly, all the while the pressing weight of change was my companion. Looking back, the change is evident, though in the moment it was difficult to realize. Now

Retire early with the F.I.R.E. method

January 12, 2021

I do not know many people who want to work until they are old, just to retire and not have the physical ability to do the things they have dreamt of doing. It is easier said than done though… There is currently a minimalist trend. Some have taken it to extremes of living in their

How to Secure Docker Containers with a Read-Only Filesystem

January 9, 2021

A compromised website sucks. A compromised website that an attacker can insert code into to manipulate your visitors is even worse! Out-of-the-box, Docker containers provide some security advantages over running directly on the host, however Docker provides additional features to increase security. There is a little known flag in Docker that will convert a container’s

Build Highly Performant WordPress Sites with Minio and WP Offload Media

January 3, 2021

WordPress is the leading content management system and it is often thought that WordPress cannot scale. That assertion is a bit misleading. It is true that out of the box WordPress does not scale well, however, WordPress has a flexible hooks system that provides developers with the ability to tap into and alter many of