Linux Commands
A collection of essential Linux command-line tools and guides for DevOps and cloud engineering workflows. Click on each command to learn more and see practical examples.
AWK: Powerful text processing and pattern scanning tool, ideal for extracting, transforming, and reporting on structured text data.
JQ: Flexible command-line processor for JSON data, useful for filtering, extracting, and transforming JSON in scripts and pipelines.
SED: Stream editor for filtering and transforming text, commonly used for in-place file edits and automation tasks.
SSH: Secure Shell for remote server access and management. Includes How to Use SSH Config for advanced connection management.
Last updated