Tagged articles
7 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 20, 2025 · Operations

Boost Linux Server Management: Essential Automation Tools & Scripts

This article explains how Linux system administrators can dramatically improve efficiency and reliability by adopting automation tools such as Ansible, Puppet, and SaltStack, along with practical shell and Python scripts for batch operations, scheduled tasks, log monitoring, and automated backups.

AnsibleOps scriptingautomation tools
0 likes · 9 min read
Boost Linux Server Management: Essential Automation Tools & Scripts
DevOps Operations Practice
DevOps Operations Practice
Jun 3, 2025 · Operations

7 Practical Shell Scripts for Linux Automation

This article presents seven practical Bash shell scripts for Linux system administration, covering automatic file backup, disk usage alerts, old log cleanup, server reachability checks, DNS resolution monitoring, HTTP service health checks, and random password generation, each with explanations and code examples.

BackupDisk usage alertNetwork health check
0 likes · 6 min read
7 Practical Shell Scripts for Linux Automation
Raymond Ops
Raymond Ops
May 30, 2025 · Operations

Mastering sed and expect: Powerful One‑Liner Tricks for Linux Automation

This guide introduces the Linux stream editor sed and the automation tool expect, covering essential options, line‑based editing, pattern matching, backup strategies, substitution techniques, grouping, practical exercises, non‑interactive input methods, and expect scripting fundamentals for automating interactive shell sessions.

Shell scriptingexpectlinux automation
0 likes · 7 min read
Mastering sed and expect: Powerful One‑Liner Tricks for Linux Automation
MaGe Linux Operations
MaGe Linux Operations
Nov 28, 2024 · Operations

Master Shell Scripting: Essential Tips and Real-World Examples for Linux Automation

This comprehensive guide explains why learning Shell scripting is crucial for Linux system administrators, outlines the prerequisite skills, and walks through core concepts such as variables, quoting, command substitution, script execution methods, and function definitions with practical code examples to boost automation efficiency.

BashShell scriptingcommand substitution
0 likes · 11 min read
Master Shell Scripting: Essential Tips and Real-World Examples for Linux Automation
Liangxu Linux
Liangxu Linux
Jun 4, 2023 · Operations

Master Shell Scripting: From Basics to Real‑World Automation

This comprehensive guide introduces shell fundamentals, explains common shells, scripting conventions, variables, control structures, loops, functions, arrays, and provides practical scripts for tasks like backups, system monitoring, and LNMP deployment, all illustrated with clear Bash examples.

BashShell scriptingbackup scripts
0 likes · 23 min read
Master Shell Scripting: From Basics to Real‑World Automation