This article is about how to create and use a local git repo as a remote. The use case I’m using this for is for secure SSL certificate storage. We…
This is a script I made for updating all of my Bedrock WordPress sites hosted on Digital Ocean. It’s useful because it removes the need go to every site, update…
This little script allows you to randomize and spoof your MAC address on OS X and Linux. Simply run the script in the terminal ./spoof-mac-address and it will ask you…
In this blog post, I will show you how to automatically resize the canvas size of non-square images using an AppleScript. With this method, the proportions of the image stay…
This shell scripts recurses through all child folders to find any git repos and execute a command. In the example below we are executing git pull on all repos inside…
We provided a simple solution for converting all your file names to lowercase.