Keep Software Tools Up to Date with ZSH Script on macOS
Automate macOS software updates with a single ZSH function. Keep Homebrew, npm, Cargo, pipx, Helm, kubectl-krew, mas, and more up to date using parallel background processes in your terminal.
The World Will Turn If You're Ready or Not
Automate macOS software updates with a single ZSH function. Keep Homebrew, npm, Cargo, pipx, Helm, kubectl-krew, mas, and more up to date using parallel background processes in your terminal.
I recently found myself in a situation where I needed to access the public Internet from a instance that was not directly connected to the public Internet. The solution was…
SSH has become the de-facto standard for accessing *nix based systems, even Window$ in some setups. It's used for administration, file transfer and tcp connection tunneling among other things. It…
My favorite terminal emulator is, and always has been, iTerm2. Setting custom key mappings, split view, tab view and copy mode are just a few nice features I use on…
Having allot of CLI tools and *nix style applications leaves behind dot files, or `hidden files`, usually in your home directory. `~/.ssh` for your ssh client config or `~/.vimrc` for…