Tag: CLI
Browse all articles, tutorials, and guides about CLI
Posts
⌘K
Linux
2024-09-05|9 min read
How to Parse Command Line Arguments in Bash
Learn various methods to parse command line arguments in Bash scripts, including positional parameters, getopts, and advanced argument handling techniques.
Python
2024-08-11|6 min read
What Is the Quickest Way to HTTP GET in Python?
Need to make a quick HTTP GET request in Python? Here's how to do it with standard libraries and third-party tools, including pros and tradeoffs.
Kubernetes
2024-02-18|5 min read
How to Decode a Kubernetes Secret
Kubernetes secrets store sensitive data in base64-encoded form. Learn how to safely decode and inspect these secrets using kubectl and command-line tools.
Docker
2024-01-28|4 min read
How to List Containers in Docker
Learn how to list running and stopped Docker containers, filter by status, and get useful details for troubleshooting and management.