Listing AWS Accounts in an AWS Organization
A guide to using AWS CLI commands to list and format all active AWS accounts within an AWS Organization for easy review.
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 tutorial on creating a Bash alias to copy the current terminal directory path to your clipboard for developer efficiency.
A Bash function to create a directory and immediately change into it with a single command.
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.
A guide to customizing terminal colors on OS X, including workarounds for Terminal.app's limitations and a Monokai-inspired color scheme.
A guide to customizing your bash prompt to display the current Mercurial branch and repository status for better workflow.