Mon, April 14, 2025 1 min read Run Azure CLI commands across multiple subscriptions #Azure #CLI #bash A bash pattern to run any Azure CLI command across all your subscriptions in one go. read more →
Tue, October 15, 2024 1 min read Run commands in parallel with xargs #bash #CLI #Tutorial Use xargs with the -P flag to run shell commands in parallel and speed up batch tasks. read more →
Sat, June 15, 2024 1 min read curl cheat sheet for API testing #CLI #curl #bash The most useful curl flags and patterns for quick API testing from the terminal. read more →
Mon, March 17, 2025 1 min read Quickly decode Kubernetes secrets from the terminal #Kubernetes #CLI #bash A quick one-liner to decode Kubernetes secrets without copying values around. read more →
Mon, April 7, 2025 1 min read Find large files in a git repository #git #CLI #bash A quick way to find the largest files in your git history when your repo has grown out of control. read more →
Tue, July 2, 2024 1 min read Transform JSON on the command line with jq #CLI #jq #bash Common jq patterns for filtering, transforming, and reshaping JSON data. read more →
Mon, January 20, 2025 1 min read Find what's eating disk space on Linux #Linux #CLI #bash Use du and ncdu to hunt down what's consuming all the disk space. read more →
Mon, March 24, 2025 1 min read List all Azure resources with a specific tag #Azure #CLI #bash Use Azure CLI to quickly find all resources matching a specific tag, across resource groups or even subscriptions. read more →
Mon, April 21, 2025 1 min read SSH and port forward through Azure Bastion from the CLI #Azure #CLI #Bastion #bash Skip the portal and use Azure CLI to SSH or forward ports through Bastion directly from your terminal. read more →