Eddie's Blog
Home Blog Commands & Scripting Containers & Virtualization Desktop Environments Distros
Login
Home / Blog / Tag: bash

#bash

15 articles tagged with "bash"

Commands & Scripting Sep 17, 2025

Sed and Awk: The Unix Text Processing Power Duo

`sed` and `awk` are foundational Unix tools for processing text streams. Once you understand them, you'll reach for them every time you need to transform or extract data from files...

bash python
By Eddie Power Read More
Commands & Scripting Sep 3, 2025

Writing Robust Bash Scripts: Error Handling and Best Practices

Most Bash scripts fail silently when something goes wrong. Learn how to use `set -euo pipefail`, trap signals, validate inputs, and write scripts that fail loudly and safely.

bash zsh
By Eddie Power Read More
Commands & Scripting Aug 20, 2025

Mastering `find` and `xargs` for Powerful File Operations

The `find` command is one of Linux's most powerful tools, and when combined with `xargs`, it becomes a file-manipulation powerhouse. Learn how to use them together to automate comp...

bash man-pages
By Eddie Power Read More
Distros Aug 6, 2025

NixOS: Declarative Linux Configuration Done Right

NixOS lets you describe your entire system in a single configuration file and reproduce it exactly on any machine. It's a paradigm shift in how we think about Linux system manageme...

bash git nixos
By Eddie Power Read More
Distros Jun 25, 2025

Getting Started with Arch Linux: A Complete Installation Guide

Arch Linux gives you full control over your system from the ground up. This guide walks you through a complete manual installation, from partitioning your disk to booting into your...

bash arch linux grub
By Eddie Power Read More
« Previous Next »

Showing 11 to 15 of 15 results

1 2

Categories

  • Distros 4
  • Commands & Scripting 3
  • Sysadmin 2
  • Security 2
  • Desktop Environments 2
  • Containers & Virtualization 2
  • Filesystems & Storage 2
  • Networking 1

Popular Tags

bash ssh ubuntu arch linux alpine linux zsh systemd debian btrfs fedora nftables ext4 apache lvm opensuse wireguard python git iptables docker

© 2026 Eddie's Linux Blog. Built with Laravel.

Sitemap · Blog · Commands & Scripting · Containers & Virtualization · Desktop Environments · Distros