A handful of useful productivity tools wrapped up in a simple shell script.
The cross-platform shell that nobody expected to take seriously.
set -o errexit # the script ends if a command fails set -o pipefail # the script ends if a command fails in a pipe set -o nounset # the script ends if it uses an undeclared variable ...
# DevOps Basics This repository contains fundamental DevOps concepts, commands, and examples to help beginners and professionals quickly understand and practice core tools. ## Contents - Docker b ...
Most Linux problems aren't complex. They're poorly observed. These are the exact commands that I run before troubleshooting ...