Patagonia Automagic™
A developer automates checking for Patagonia Worn Wear duffel bag availability using a bash script, cron, and email-to-SMS notifications.
A developer automates checking for Patagonia Worn Wear duffel bag availability using a bash script, cron, and email-to-SMS notifications.
A developer troubleshoots a failed deployment due to a Bash script not exiting early on errors, exploring solutions like `set -e` and `pipefail`.
A technical guide exploring how Bash auto-completion works on Linux, including setup, DIY completion scripts, and underlying tools like compgen.
A developer shares his personal Git command line aliases and how to create them in Bash and Fish shell.
How to replace UTF-8 non-breaking spaces in Markdown files using sed on macOS, fixing formatting issues.
Useful command-line snippets for managing Kafka Connect connectors via its REST API, including listing and deleting connectors.
A guide to creating time-saving Git command-line aliases for common tasks like committing, pushing, and branching.
A tutorial on creating a custom Bash alias to link local folders as Composer dependencies for easier PHP package development and testing.
A guide to using AWS CLI commands to list and format all active AWS accounts within an AWS Organization for easy review.
Explains the POSIX shell standard, its advantages for script portability over Bash, and provides basic guidelines for writing portable shell scripts.
A technical guide for exporting and importing Grafana data sources using curl, jq, and bash scripts.
Explains how to use the && (AND) and || (OR) operators in Bash scripts for command chaining and basic error handling.
A guide to streaming custom system metrics into InfluxDB using bash commands, sed, awk, and curl for monitoring with tools like Grafana.
Explains how to use Bash's $_ and !$ to reuse the last parameter from a terminal command, saving time and keystrokes.
A Bash function to create a directory and immediately change into it with a single command.
A tutorial on creating a Bash alias to copy the current terminal directory path to your clipboard for developer efficiency.
Exploring the IBash Notebook, a Bash kernel for Jupyter, and its potential as a data science environment with inline image support.
A developer shares the Piperita theme for Mac OS X Terminal, a customized color scheme and prompt based on the Peppermint theme.
Troubleshooting guide for Fedora 14 to 15 upgrade errors, focusing on proxy configuration and post-reboot issues.