Tagged articles
301 articles
Page 1 of 4
MaGe Linux Operations
MaGe Linux Operations
May 14, 2026 · Operations

Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%

The article lists ten essential Linux operations tools—Shell scripting, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical scenarios, advantages, and concrete usage examples, helping engineers streamline daily tasks and reduce overtime.

AnsibleDockerELK Stack
0 likes · 9 min read
Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%
Java Tech Enthusiast
Java Tech Enthusiast
Apr 30, 2026 · Operations

What Does “Familiar with Linux” Really Mean in Campus Recruitment?

The article explains that while many graduates claim to be “familiar with Linux,” interviewers expect the ability to solve about 80% of daily tasks, covering core commands, file permissions, process monitoring, networking, shell scripting, and real‑world troubleshooting.

Campus RecruitmentInterview PreparationLinux
0 likes · 5 min read
What Does “Familiar with Linux” Really Mean in Campus Recruitment?
MaGe Linux Operations
MaGe Linux Operations
Apr 26, 2026 · Operations

Double Your Linux Efficiency with Practical grep, sed, and awk Tricks

This guide shows how Linux power users can dramatically speed up log analysis, configuration management, and data processing by mastering grep, sed, and awk, offering concrete command examples, performance benchmarks, and best‑practice patterns that turn these three classic tools into a productivity powerhouse.

GrepLinuxShell scripting
0 likes · 57 min read
Double Your Linux Efficiency with Practical grep, sed, and awk Tricks
Ops Community
Ops Community
Apr 26, 2026 · Operations

8 Common Shell Script Mistakes Junior Ops Engineers Make (Are You Guilty?)

This article examines the eight most frequent errors junior and mid‑level Linux operations engineers make when writing Bash scripts—such as missing quotes, wrong comparison operators, incomplete file checks, ignoring return codes, mishandling spaces, concurrency issues, lack of error handling, and absent logging—and provides concrete examples, detailed analysis, and corrected code snippets to improve script reliability and maintainability.

BashError HandlingShell scripting
0 likes · 26 min read
8 Common Shell Script Mistakes Junior Ops Engineers Make (Are You Guilty?)
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 24, 2026 · Operations

Automated Linux System Inspection Script for Comprehensive Health Checks

This article provides a Bash script that automatically gathers Linux system information—including OS details, uptime, CPU and memory usage, disk utilization with tiered alerts, network interfaces, top memory‑consuming processes, key service status, pending updates, recent error logs, load average, TCP connections, and zombie processes—and shows how to schedule it with cron for daily reporting.

AutomationLinuxServer health
0 likes · 11 min read
Automated Linux System Inspection Script for Comprehensive Health Checks
Ops Community
Ops Community
Apr 18, 2026 · Operations

Master Linux Host Monitoring: Prometheus, Node Exporter, Thresholds & Scripts

This comprehensive guide walks you through building a robust Linux host monitoring system with Prometheus and node_exporter, covering CPU, memory, disk, and network metrics, practical threshold formulas, ready‑to‑run Bash scripts, Alertmanager rules, Grafana dashboards, and best‑practice recommendations for reliable operations.

AlertmanagerGrafanaLinux monitoring
0 likes · 49 min read
Master Linux Host Monitoring: Prometheus, Node Exporter, Thresholds & Scripts
Liangxu Linux
Liangxu Linux
Mar 30, 2026 · Interview Experience

What “Familiar with Linux” Really Means on Your Resume

When a résumé claims familiarity with Linux, interviewers expect candidates to confidently use core commands, manage files, processes, networking, and write basic shell scripts, demonstrating the ability to solve everyday problems rather than merely having theoretical knowledge.

LinuxShell scriptingSystem Administration
0 likes · 6 min read
What “Familiar with Linux” Really Means on Your Resume
Shuge Unlimited
Shuge Unlimited
Mar 22, 2026 · Operations

Why OpenClaw Uses Three Install Scripts: Design Philosophy and Practical Guide

The article dissects OpenClaw's cross‑platform installer, explaining why three separate scripts (install.sh, install-cli.sh, install.ps1) are needed, how they detect OS, manage Node.js and Git dependencies, offer npm and git installation modes, support CI/CD automation, and address security and troubleshooting.

AutomationOpenClawSecurity
0 likes · 18 min read
Why OpenClaw Uses Three Install Scripts: Design Philosophy and Practical Guide
AI Explorer
AI Explorer
Mar 20, 2026 · Artificial Intelligence

Agency Agents: A Multi‑Specialist AI Team for Development and Marketing

The Agency Agents project on GitHub showcases a lightweight, shell‑script‑driven collection of specialized AI agents that act as a virtual company, offering developers and creators a fast way to access front‑end, community, creative, and reality‑checking expertise.

AI multi‑agent systemAI workflowAgency Agents
0 likes · 7 min read
Agency Agents: A Multi‑Specialist AI Team for Development and Marketing
Deepin Linux
Deepin Linux
Mar 18, 2026 · Operations

Unlock Linux Secrets: Master the /proc Filesystem for Monitoring & Debugging

This article explains the Linux /proc virtual filesystem, detailing its structure, dynamic file generation, key system and process files, and how to use it for real‑time monitoring, performance tuning, kernel parameter tweaking, and troubleshooting, complete with practical command examples and a sample monitoring script.

Kernel ParametersLinuxProc Filesystem
0 likes · 26 min read
Unlock Linux Secrets: Master the /proc Filesystem for Monitoring & Debugging
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 14, 2026 · Operations

8 Surprising Ways to Use the ‘!’ Operator in Linux Commands

This article explores eight practical uses of the ‘!’ history‑expansion operator in Linux shells, covering numbered command recall, negative indexing, argument reuse, multi‑parameter handling, keyword‑based recall, repeat‑last‑command shortcuts, selective file deletion, and directory‑existence checks, each illustrated with concrete examples.

BashShell scriptingbang operator
0 likes · 10 min read
8 Surprising Ways to Use the ‘!’ Operator in Linux Commands
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 8, 2026 · Operations

7 Essential Find Command Techniques Every Linux User Should Master

This article walks through seven practical uses of the Linux find command—including name/regex searches, type filtering, timestamp, size, permission, ownership queries, and executing actions—while illustrating each with concrete examples and explaining interview‑style scenarios.

File SearchLinuxShell scripting
0 likes · 8 min read
7 Essential Find Command Techniques Every Linux User Should Master
Ops Community
Ops Community
Feb 2, 2026 · Operations

How to Process 10GB Logs in 30 Seconds with Grep, Sed, and Awk

This comprehensive guide shows how to use the GNU tools grep, sed, and awk to quickly analyse massive Nginx access logs, covering their streaming design, optimal command parameters, real‑world examples, performance tricks, security safeguards and step‑by‑step scripts for fault isolation and reporting.

GrepSREShell scripting
0 likes · 38 min read
How to Process 10GB Logs in 30 Seconds with Grep, Sed, and Awk
Deepin Linux
Deepin Linux
Jan 13, 2026 · Operations

Master Linux Shell Scripting: From Basics to Real-World Automation

This comprehensive guide walks readers through the fundamentals of Linux shell scripting, covering essential commands, variables, control structures, functions, and practical automation scripts for monitoring, log analysis, and backups, while also addressing performance and security best practices.

AutomationLinuxShell scripting
0 likes · 30 min read
Master Linux Shell Scripting: From Basics to Real-World Automation
Ray's Galactic Tech
Ray's Galactic Tech
Jan 10, 2026 · Operations

Master 10 Essential Linux Commands and Powerful Combinations for Everyday Ops

This guide presents ten core Linux commands—grep, find, awk, sed, ssh/scp, systemctl, netstat/ss, tar, rsync, and jq—along with practical command‑line combos, automation scripts, safety tips, and advanced troubleshooting tools to help sysadmins diagnose issues, manage files, and streamline production workflows efficiently.

Shell scriptingSysadmincommand-line
0 likes · 14 min read
Master 10 Essential Linux Commands and Powerful Combinations for Everyday Ops
Xiao Liu Lab
Xiao Liu Lab
Jan 8, 2026 · Operations

Unlock Fast Log Analysis: 10 Essential awk Commands Every Sysadmin Should Know

This tutorial shows how awk, the built‑in Linux text‑processing tool, can dramatically speed up log analysis and routine data extraction by explaining core concepts, common patterns, real‑world examples such as Nginx, system monitoring and MySQL slow‑query logs, and providing a ready‑to‑run script.

LinuxShell scriptingawk
0 likes · 17 min read
Unlock Fast Log Analysis: 10 Essential awk Commands Every Sysadmin Should Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Jan 1, 2026 · Operations

40 Simple Yet Effective Linux Shell Script Examples

This article presents 40 practical Bash shell script examples ranging from a basic Hello World program to file management, conditionals, loops, functions, and system maintenance, each illustrated with clear code snippets and step‑by‑step explanations for Linux users.

BashShell scriptingcommand-line
0 likes · 22 min read
40 Simple Yet Effective Linux Shell Script Examples
Raymond Ops
Raymond Ops
Dec 13, 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 like Ansible, Puppet, and SaltStack, along with practical shell and Python scripts for batch operations, scheduled tasks, log analysis, and automated backups.

AnsibleAutomationLinux
0 likes · 9 min read
Boost Linux Server Management: Essential Automation Tools & Scripts
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 12, 2025 · Fundamentals

In‑Depth Guide to Linux’s Text‑Processing Trio: grep, sed, and awk

This comprehensive tutorial explains the three essential Linux text‑processing tools—grep, sed, and awk—covering their core concepts, command‑line options, regular‑expression basics, practical examples, advanced features such as control structures and functions, and a side‑by‑side comparison of their capabilities.

GrepLinuxShell scripting
0 likes · 36 min read
In‑Depth Guide to Linux’s Text‑Processing Trio: grep, sed, and awk
Raymond Ops
Raymond Ops
Dec 9, 2025 · Operations

Master the Must‑Know Linux Commands Every Ops Engineer Needs

This comprehensive guide lists essential Linux commands for file handling, system monitoring, text processing, process control, network troubleshooting, compression, backup, security, and scripting, providing practical examples and interview tips to boost an operations engineer's efficiency and expertise.

LinuxOperationsShell scripting
0 likes · 18 min read
Master the Must‑Know Linux Commands Every Ops Engineer Needs
Raymond Ops
Raymond Ops
Nov 17, 2025 · Operations

Mastering sed: Essential Commands, Options, and Real‑World Examples

This comprehensive guide explains how the stream editor sed works, covering its syntax, common options, matching patterns, delimiters, variable handling, core editing commands, advanced features, typical use‑case examples, script files, hold/ pattern spaces, and techniques for printing specific lines or exiting early.

Shell scriptingcommand-lineregex
0 likes · 23 min read
Mastering sed: Essential Commands, Options, and Real‑World Examples
Raymond Ops
Raymond Ops
Nov 3, 2025 · Operations

Master Shell Scripting: A Hands‑On Guide to Bash Basics and Advanced Tricks

This comprehensive tutorial explains what a shell is, introduces common shell types, walks through creating and executing shell scripts, covers variables, quoting, special parameters, environment settings, and demonstrates practical string manipulation and batch‑renaming techniques for Linux users.

BashEnvironment VariablesShebang
0 likes · 17 min read
Master Shell Scripting: A Hands‑On Guide to Bash Basics and Advanced Tricks
Architect's Guide
Architect's Guide
Oct 21, 2025 · Operations

10 Powerful Bash Scripts to Automate System Tasks

This article presents ten advanced Bash scripts that automate common system administration tasks such as directory backup, resource monitoring, automatic updates, database dumping, FTP uploads, log keyword alerts, report generation, service health checks, temporary file cleanup, and network connectivity monitoring, each with customizable variables.

BashShell scriptingsystem automation
0 likes · 6 min read
10 Powerful Bash Scripts to Automate System Tasks
Ops Community
Ops Community
Oct 10, 2025 · Operations

From Shell Scripts to Terraform: Mastering Infrastructure as Code

This article traces the evolution of infrastructure automation from ad‑hoc Shell scripts through configuration‑management tools to modern declarative Terraform, highlighting common pitfalls, offering concrete best‑practice recommendations, detailed code samples, and a real‑world migration case study that demonstrates how to transition safely and efficiently.

AWSDevOpsShell scripting
0 likes · 31 min read
From Shell Scripts to Terraform: Mastering Infrastructure as Code
Raymond Ops
Raymond Ops
Oct 2, 2025 · Operations

Unlock the Power of Linux’s Triple Threat: grep, sed, and awk

This comprehensive guide introduces the Linux “three swords”—grep, sed, and awk—explaining regular expressions, metacharacters, and practical command syntax, while providing examples, options, and advanced usage tips to boost efficiency in text processing and system administration.

GrepLinuxShell scripting
0 likes · 22 min read
Unlock the Power of Linux’s Triple Threat: grep, sed, and awk
Ops Community
Ops Community
Sep 30, 2025 · Operations

7 Ready‑to‑Use Shell Scripts for Automated Server Health Checks

This article presents seven production‑grade Bash scripts that automate server health inspections—including system resource monitoring, disk analysis, network diagnostics, process validation, security baseline checks, MySQL health assessment, and a batch scheduler—plus best‑practice guidance for integrating them into an operations workflow.

Server AutomationShell scripting
0 likes · 72 min read
7 Ready‑to‑Use Shell Scripts for Automated Server Health Checks
MaGe Linux Operations
MaGe Linux Operations
Sep 24, 2025 · Operations

How I Pinpointed the Real Culprit of a 100% CPU Spike in Production in Just 3 Minutes

When a production server hit 100% CPU at 3 AM, the author walks through a three‑minute, step‑by‑step method—quickly identifying the offending process, drilling into threads, and pinpointing problematic code—while sharing useful shell commands, common pitfalls, advanced safeguards like cgroup limits and eBPF tracing.

CPU troubleshootingLinux performanceOperations
0 likes · 9 min read
How I Pinpointed the Real Culprit of a 100% CPU Spike in Production in Just 3 Minutes
Liangxu Linux
Liangxu Linux
Sep 21, 2025 · Operations

15 Powerful grep Tricks to Master Text Searching on Linux

This guide presents fifteen practical grep examples that demonstrate how to locate specific strings, perform case‑insensitive searches, recurse directories, count matches, list filenames, show line numbers, invert matches, display context, use regular expressions, exclude files, and combine grep with other commands for advanced text processing on Linux systems.

GrepLinuxShell scripting
0 likes · 8 min read
15 Powerful grep Tricks to Master Text Searching on Linux
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 12, 2025 · Operations

45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency

This guide compiles 45 essential Linux command combinations, organized into seven high‑frequency operational scenarios—file handling, find‑based searches, system monitoring, log analysis, text processing, network capture, and disk cleanup—providing a near‑complete toolbox that addresses roughly 99% of everyday sysadmin tasks.

LinuxNetworkingOps
0 likes · 5 min read
45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency
Ops Community
Ops Community
Sep 10, 2025 · Operations

149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency

This article presents a curated collection of 149 practical shell script cases, demonstrating how operations engineers can automate routine tasks such as finding zombie processes, deleting empty files, handling dates, checking file existence, sorting numbers, retrieving MAC addresses, and determining leap years, all with clear, copy‑ready Bash code.

AutomationBashLinux
0 likes · 7 min read
149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency
MaGe Linux Operations
MaGe Linux Operations
Sep 10, 2025 · Operations

149 Practical Shell Script Examples Every Ops Engineer Should Know

This article presents a curated selection of 149 shell script cases—including tasks such as locating zombie processes, removing empty files, summing numbers, formatting dates, checking file existence, sorting integers, retrieving MAC addresses, and determining leap years—to help operations engineers automate routine work and boost productivity.

AutomationBashLinux
0 likes · 8 min read
149 Practical Shell Script Examples Every Ops Engineer Should Know
Raymond Ops
Raymond Ops
Aug 26, 2025 · Operations

Master Linux Text Processing: grep, sed, and awk Essentials

This article introduces the Linux “three swordsmen” – grep, sed, and awk – explaining their core functions, common options, and practical command examples for powerful text searching, stream editing, and data extraction in shell scripting.

GrepShell scriptingawk
0 likes · 12 min read
Master Linux Text Processing: grep, sed, and awk Essentials
Raymond Ops
Raymond Ops
Aug 25, 2025 · Operations

Master Linux ‘find’: 7 Powerful Uses Every Dev Should Know

This article explains why the Linux find command is essential for developers, walks through a common interview problem of deleting year‑old log files, and details seven practical find usages—including name/regex search, type filtering, timestamps, size, permissions, ownership, and executing commands on matches.

File SearchShell scriptingSystem Administration
0 likes · 7 min read
Master Linux ‘find’: 7 Powerful Uses Every Dev Should Know
Liangxu Linux
Liangxu Linux
Aug 17, 2025 · Fundamentals

Mastering sed and awk: Powerful Text Processing Techniques for the Command Line

This comprehensive guide explores the strengths of sed and awk, compares their core features, provides practical basic and advanced examples, demonstrates how to combine them for complex pipelines, offers performance tips, and includes real‑world log‑analysis use cases for efficient text manipulation in shell scripts.

Shell scriptingawkcommand-line
0 likes · 9 min read
Mastering sed and awk: Powerful Text Processing Techniques for the Command Line
Raymond Ops
Raymond Ops
Jul 15, 2025 · Operations

Mastering sed: Essential Linux Text Processing Commands and Examples

This article provides a comprehensive guide to using the Linux sed utility, covering its purpose, syntax, options, and a wide range of practical commands for inserting, deleting, replacing, and extracting text, along with examples and visual illustrations to help readers master text processing on the command line.

LinuxShell scriptingcommand-line
0 likes · 16 min read
Mastering sed: Essential Linux Text Processing Commands and Examples
Raymond Ops
Raymond Ops
Jul 13, 2025 · Fundamentals

Master awk: From Basics to Powerful Text Processing in Linux

This comprehensive guide explains what awk is, how to learn it, its syntax of patterns and actions, built‑in variables like NR and NF, and provides practical examples and interview‑style exercises for mastering text processing on the Linux command line.

LinuxShell scriptingawk
0 likes · 19 min read
Master awk: From Basics to Powerful Text Processing in Linux
Raymond Ops
Raymond Ops
Jul 11, 2025 · Operations

Master Colorful Terminal Output with echo and printf in Bash

This guide explains how to use echo and printf with ANSI escape codes in Bash scripts to produce colored text, background colors, text effects, cursor positioning, and reusable variables, providing numerous examples and visual demonstrations for terminal output customization.

BashEchoShell scripting
0 likes · 11 min read
Master Colorful Terminal Output with echo and printf in Bash
Architect's Must-Have
Architect's Must-Have
Jul 9, 2025 · Operations

10 Powerful Shell Scripts to Automate System Tasks

This article presents ten advanced Bash shell scripts that automate common system administration tasks such as directory backup, resource monitoring, automatic updates, database dumping, FTP uploads, log keyword alerts, report generation, service recovery, temporary file cleanup, and network status checking, each ready for customization.

BashShell scriptingsystem automation
0 likes · 5 min read
10 Powerful Shell Scripts to Automate System Tasks
Raymond Ops
Raymond Ops
Jul 4, 2025 · Operations

Master Linux File Search: Powerful find Command Techniques

This guide explains how to use the Linux find command for locating files by name, size, type, time, owner, permissions, and more, covering basic syntax, common options, logical expressions, actions such as printing, deleting, executing commands, and practical exercises for mastering file search.

File SearchLinuxShell scripting
0 likes · 15 min read
Master Linux File Search: Powerful find Command Techniques
Ops Community
Ops Community
Jul 3, 2025 · Fundamentals

Master Sed: The Ultimate Guide to Automating Text Processing

This comprehensive guide explains how to use the Unix stream editor sed for efficient line‑by‑line text manipulation, covering its workflow, performance tips, command syntax, addressing modes, core functions such as printing, deleting, substituting, case conversion, insertion, and how to apply scripts with the -f option, all illustrated with practical examples.

AutomationLinuxShell scripting
0 likes · 18 min read
Master Sed: The Ultimate Guide to Automating Text Processing
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2025 · Operations

Master awk: A Complete Guide to Powerful Text Processing

This article provides a comprehensive tutorial on the awk command, covering its common syntax, field printing, pattern matching, BEGIN/END blocks, separators, built‑in variables, external/internal variables, printf formatting, conditional statements, loops, arrays, and built‑in functions, with practical examples for system administration and log analysis.

Shell scriptingawktext processing
0 likes · 21 min read
Master awk: A Complete Guide to Powerful Text Processing
Code Mala Tang
Code Mala Tang
Jul 1, 2025 · Operations

Master Linux File Searches: Powerful Find Command Techniques

This guide explores the versatile Linux find command, demonstrating how to locate files and directories by modification time, size, name patterns, and depth, while showing practical examples, useful flags, and advanced tricks such as combining criteria, excluding mounts, and executing actions on matches.

File SearchLinuxShell scripting
0 likes · 6 min read
Master Linux File Searches: Powerful Find Command Techniques
Open Source Linux
Open Source Linux
Jun 21, 2025 · Fundamentals

Mastering awk: The Ultimate Guide to Text Processing in Linux

This comprehensive tutorial explains the awk command in Linux, covering its origin, syntax, predefined variables, execution flow, functions, expressions, control structures, and practical examples, enabling readers to efficiently process and manipulate text files from the command line.

Shell scriptingawkcommand-line
0 likes · 9 min read
Mastering awk: The Ultimate Guide to Text Processing in Linux
MaGe Linux Operations
MaGe Linux Operations
Jun 17, 2025 · Fundamentals

Mastering sed: Essential Commands, Options, and Real‑World Examples

This comprehensive guide explains how the sed stream editor works, covering its syntax, common options, delimiters, variable references, core editing commands, advanced operations, script usage, and the concepts of pattern and hold spaces, all illustrated with practical examples.

Shell scriptingsedtext processing
0 likes · 19 min read
Mastering sed: Essential Commands, Options, and Real‑World Examples
Raymond Ops
Raymond Ops
Jun 11, 2025 · Operations

Mastering gawk: Powerful Text Processing on Unix/Linux

This article introduces gawk, the GNU version of awk, explaining its programming capabilities, command syntax, field handling, script execution methods, and how to use BEGIN and END blocks for pre‑ and post‑processing of data streams on Unix/Linux systems.

Shell scriptingUnixawk
0 likes · 8 min read
Mastering gawk: Powerful Text Processing on Unix/Linux
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
IT Xianyu
IT Xianyu
May 26, 2025 · Fundamentals

A Step‑by‑Step Tutorial for Writing Basic Shell Scripts on Linux

This article walks beginners through creating, editing, granting permissions to, and executing simple Bash scripts such as hello.sh and name_check.sh, while also covering common pitfalls, directory organization, and essential command‑line tools for effective shell scripting.

BashPermissionsShell scripting
0 likes · 7 min read
A Step‑by‑Step Tutorial for Writing Basic Shell Scripts on Linux
Deepin Linux
Deepin Linux
May 19, 2025 · Operations

Linux System Performance Bottleneck Analysis and Optimization Guide

This comprehensive guide explains how to monitor, diagnose, and resolve Linux server performance bottlenecks by covering essential command‑line tools, logging, automated scripts, and optimization techniques for CPU, memory, disk I/O, and network, with practical case studies and code examples.

Performance MonitoringShell scriptingSystem Administration
0 likes · 40 min read
Linux System Performance Bottleneck Analysis and Optimization Guide
Architect's Must-Have
Architect's Must-Have
May 7, 2025 · Operations

10 Powerful Bash Scripts to Automate System Tasks

This article presents ten advanced Bash script examples that automate common system administration tasks such as backups, resource monitoring, updates, database dumping, FTP uploads, log keyword alerts, report generation, service recovery, temporary file cleanup, and network status checking.

AutomationBashShell scripting
0 likes · 5 min read
10 Powerful Bash Scripts to Automate System Tasks
Open Source Linux
Open Source Linux
Apr 30, 2025 · Fundamentals

Mastering awk: The Ultimate Guide to Linux Text Processing

This article provides a comprehensive, step‑by‑step tutorial on the Linux awk command, covering its origin, syntax, predefined variables, execution flow, functions, control structures, and practical examples, enabling readers to master text processing and data extraction directly from the command line.

LinuxShell scriptingawk
0 likes · 9 min read
Mastering awk: The Ultimate Guide to Linux Text Processing
MaGe Linux Operations
MaGe Linux Operations
Apr 13, 2025 · Operations

Master the Linux ‘Three Musketeers’: grep, sed, and awk Explained

This guide introduces the Linux “three musketeers” – grep, sed, and awk – covering regular expression fundamentals, command syntax, options, and practical examples, enabling readers to efficiently search, edit, and process text files while mastering essential shell scripting techniques.

GrepShell scriptingawk
0 likes · 22 min read
Master the Linux ‘Three Musketeers’: grep, sed, and awk Explained
Liangxu Linux
Liangxu Linux
Mar 4, 2025 · Fundamentals

Master awk: From Basics to Advanced Text Processing on Linux

This guide explains what awk is, its pattern‑action syntax, built‑in variables such as NR, NF, FS, RS, OFS and ORS, and provides step‑by‑step examples—including generating test data, column manipulation, custom delimiters, and solving a word‑frequency interview question—so readers can efficiently extract and transform text on the command line.

FSLinuxNF
0 likes · 18 min read
Master awk: From Basics to Advanced Text Processing on Linux
ITPUB
ITPUB
Mar 1, 2025 · Artificial Intelligence

Can DeepSeek AI Replace Your DBA? Real-World Database Scenarios Tested

This article examines DeepSeek, a Chinese AGI‑focused AI model, explains prompt‑engineering techniques, and evaluates its performance across database architecture, development, and operations tasks through concrete Q&A examples, SQL plan analysis, and shell‑script generation, while also discussing its broader impact on professionals, vendors and enterprises.

AIDeepSeekPrompt engineering
0 likes · 10 min read
Can DeepSeek AI Replace Your DBA? Real-World Database Scenarios Tested
Liangxu Linux
Liangxu Linux
Feb 27, 2025 · Fundamentals

Mastering sed: 30+ Powerful Text Manipulation Tricks for Linux

This comprehensive guide walks you through the essential and advanced features of the Linux sed command, showing how to perform bulk text replacements, deletions, insertions, line extraction, and powerful integrations with find, grep, awk, xargs, and tee, enabling efficient automation of log analysis, configuration updates, and data processing tasks.

AutomationLinuxShell scripting
0 likes · 18 min read
Mastering sed: 30+ Powerful Text Manipulation Tricks for Linux
Open Source Linux
Open Source Linux
Feb 26, 2025 · Operations

Master Apache Log Analysis with 30 Essential Shell Commands

This guide presents a comprehensive collection of shell and awk commands for analyzing Apache access logs, covering IP counting, page request statistics, traffic filtering, performance metrics, connection states, and bandwidth usage, enabling administrators to efficiently monitor and troubleshoot web server activity.

ApacheOperationsShell scripting
0 likes · 14 min read
Master Apache Log Analysis with 30 Essential Shell Commands
Liangxu Linux
Liangxu Linux
Feb 12, 2025 · Operations

How to Show Per‑Process Memory Usage in MB/GB Using awk and ps

This guide explains three practical ways to list each Linux process's memory consumption, converting the RSS value from kilobytes to megabytes or gigabytes with ps and awk, and provides detailed command explanations and formatting options for clear output.

LinuxMemory UsageShell scripting
0 likes · 6 min read
How to Show Per‑Process Memory Usage in MB/GB Using awk and ps
Open Source Linux
Open Source Linux
Feb 7, 2025 · Fundamentals

Master Linux File Search: Powerful find Command Techniques & Examples

This article provides a comprehensive guide to the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, owner, and permissions, as well as actions, logical operators, xargs integration, and practical exercises for mastering file searching.

File SearchShell scriptingcommand-line
0 likes · 14 min read
Master Linux File Search: Powerful find Command Techniques & Examples
Raymond Ops
Raymond Ops
Jan 19, 2025 · Operations

Master awk: Essential Commands and Advanced Techniques for Text Processing

This article provides a comprehensive introduction to awk, covering its command syntax, built‑in variables, pattern‑action processing, external variable passing, arithmetic and logical operations, advanced I/O, control flow constructs, and practical examples for effective text and data manipulation on Unix/Linux systems.

Shell scriptingUnixawk
0 likes · 12 min read
Master awk: Essential Commands and Advanced Techniques for Text Processing
Open Source Linux
Open Source Linux
Dec 22, 2024 · Fundamentals

Master awk: From Basics to Advanced Text Processing

This comprehensive guide explains what awk is, how to learn it, its pattern‑action syntax, built‑in variables like NR, NF, FS, RS, and OFS, and provides numerous practical examples for extracting, formatting, and manipulating text data on Linux systems.

Shell scriptingawkcommand-line
0 likes · 18 min read
Master awk: From Basics to Advanced Text Processing
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2024 · Fundamentals

Mastering Linux Text Processing: grep, sed, and awk Explained with Real Examples

This guide introduces the Linux “three musketeers” – grep, sed, and awk – explaining their purposes, basic syntax, common options, and practical command‑line examples for filtering, editing, and formatting text, as well as advanced techniques such as range selection, multi‑line insertion, and grouped replacements.

GrepLinuxShell scripting
0 likes · 17 min read
Mastering Linux Text Processing: grep, sed, and awk Explained with Real Examples
MaGe Linux Operations
MaGe Linux Operations
Dec 8, 2024 · Fundamentals

Master awk: From Basics to Advanced Text Processing in Linux

This guide introduces awk as a powerful Linux command‑line tool, explains its pattern‑action syntax, built‑in variables such as NR, NF, FS, RS, OFS, and ORS, and provides step‑by‑step examples for generating test data, extracting fields, modifying separators, and solving common interview tasks.

LinuxShell scriptingawk
0 likes · 20 min read
Master awk: From Basics to Advanced Text Processing in Linux
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
Efficient Ops
Efficient Ops
Nov 17, 2024 · Operations

Master Linux Find: 8 Powerful Ways to Locate and Manage Files

This article explains eight practical uses of the Linux find command—including searching by name, type, timestamps, size, permissions, ownership, executing actions on matches, and directory name patterns—providing clear examples and code snippets to help administrators efficiently locate and manage files.

File SearchLinuxShell scripting
0 likes · 8 min read
Master Linux Find: 8 Powerful Ways to Locate and Manage Files
MaGe Linux Operations
MaGe Linux Operations
Oct 19, 2024 · Operations

Mastering SSH: Run Remote Commands, Scripts, and Interactive Sessions

Learn how to leverage SSH for remote command execution, including running single and multiple commands, handling interactive sessions with pseudo‑terminal allocation, executing multi‑line commands, and running both local and remote scripts with parameter passing, all illustrated with practical examples.

AutomationLinuxSSH
0 likes · 8 min read
Mastering SSH: Run Remote Commands, Scripts, and Interactive Sessions
MaGe Linux Operations
MaGe Linux Operations
Oct 13, 2024 · Fundamentals

Mastering sed: Powerful Text Manipulation and Automation Techniques

This guide explains how to use sed for line‑based text processing, including options for in‑place editing, pattern ranges, odd/even line extraction, substitution with various delimiters and flags, backup strategies, grouping with extended regex, practical exercises, and automating interactive scripts with expect.

Shell scriptingexpectregex
0 likes · 5 min read
Mastering sed: Powerful Text Manipulation and Automation Techniques
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency

Learn how to harness the power of the xargs command with ten detailed examples covering basic usage, custom delimiters, output limits, interactive prompts, safety options, and advanced integrations with find, grep, and file handling, all illustrated with clear command-line demonstrations.

AutomationGrepLinux
0 likes · 10 min read
Mastering xargs: 10 Practical Examples to Boost Your Command-Line Efficiency
Liangxu Linux
Liangxu Linux
Sep 28, 2024 · Operations

Mastering the Linux cut Command: Practical Examples for Text Extraction

This guide explains how to use the Linux cut command for extracting specific characters, fields, and ranges from text files, covering options like -c, -f, -d, complement, custom output delimiters, and combining cut with other Unix utilities for powerful text processing.

LinuxShell scriptingUnix
0 likes · 9 min read
Mastering the Linux cut Command: Practical Examples for Text Extraction
Liangxu Linux
Liangxu Linux
Sep 22, 2024 · Operations

20 Essential Shell Functions for File Management, System Monitoring, and Automation

This article presents twenty practical custom Bash functions covering file existence checks, directory listings, size retrieval, command verification, date and time handling, colored output, delays, root detection, IP fetching, random string generation, port checking, service control, and email sending, each with concise code examples for easy integration into scripts.

AutomationShell scriptingfunctions
0 likes · 6 min read
20 Essential Shell Functions for File Management, System Monitoring, and Automation
Liangxu Linux
Liangxu Linux
Sep 16, 2024 · Fundamentals

Mastering Sed: Essential Commands and Real‑World Examples for Powerful Text Processing

Sed, the powerful stream editor on Linux/Unix, enables non‑interactive text manipulation such as searching, replacing, deleting, and inserting lines; this guide explains its syntax, address ranges, common commands, and provides practical examples like bulk domain replacement, comment removal, and adding copyright headers.

Shell scriptingcommand-linesed
0 likes · 6 min read
Mastering Sed: Essential Commands and Real‑World Examples for Powerful Text Processing
Open Source Linux
Open Source Linux
Sep 13, 2024 · Operations

Essential Bash Scripts for Server Monitoring, Automation, and Security

This article presents a collection of practical Bash scripts that cover file consistency checks, scheduled log management, network traffic monitoring, numeric analysis, FTP downloads, user input handling, Nginx 502 detection, variable assignments, bulk file renaming, text processing, port scanning, word filtering, command menus, SSH automation with Expect, user creation, Apache monitoring, password rotation, iptables rate‑limiting, and IP validation, providing sysadmins with ready‑to‑use solutions for everyday Linux operations.

BashServer AutomationShell scripting
0 likes · 25 min read
Essential Bash Scripts for Server Monitoring, Automation, and Security
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Aug 28, 2024 · Operations

Essential Bash Scripts for Linux System Monitoring and Automation

This article presents a curated collection of Bash scripts that automate key Linux operations such as MySQL replication monitoring, directory change detection, bulk user creation, website health checks, remote command execution, one‑click LNMP deployment, resource usage reporting, high‑resource process identification, and automated Java and PHP project deployment.

AutomationBashDeployment
0 likes · 12 min read
Essential Bash Scripts for Linux System Monitoring and Automation
MaGe Linux Operations
MaGe Linux Operations
Aug 11, 2024 · Operations

20 Essential Shell Functions to Supercharge Your Scripts

This article presents twenty practical Bash functions covering file checks, directory handling, date calculations, colored output, service management, and more, providing ready-to-use snippets that streamline common shell scripting tasks for system administrators and developers.

Shell scriptingbash functionssystem automation
0 likes · 5 min read
20 Essential Shell Functions to Supercharge Your Scripts
MaGe Linux Operations
MaGe Linux Operations
Jul 31, 2024 · Fundamentals

Master the Linux cut Command: Extract Text Columns Like a Pro

Learn how to use the Linux cut command for powerful text processing, including selecting character columns, ranges, specific fields with delimiters, complementing fields, changing output delimiters, and combining cut with other Unix tools such as grep, sed, and ps.

LinuxShell scriptingUnix
0 likes · 11 min read
Master the Linux cut Command: Extract Text Columns Like a Pro
Code Ape Tech Column
Code Ape Tech Column
Jul 26, 2024 · Operations

Bash Scripts for File Consistency Checks, Log Monitoring, and System Automation

This article presents a comprehensive collection of Bash scripts that perform tasks such as verifying file consistency across servers, scheduled log cleaning, network traffic monitoring, numeric analysis in files, automated FTP downloads, interactive number games, Nginx 502 detection, variable assignments, bulk file renaming, IP address validation, and various system administration operations.

AutomationBashShell scripting
0 likes · 24 min read
Bash Scripts for File Consistency Checks, Log Monitoring, and System Automation
Ops Development & AI Practice
Ops Development & AI Practice
Jun 24, 2024 · Backend Development

Mastering Long Options in Bash: A Practical Guide with getopt

This article explains why long command‑line options improve shell script usability, compares the built‑in getopt utility with manual parsing, and provides complete Bash examples that demonstrate defining short and long flags, handling them, and printing the parsed results.

BashShell scriptingcommand-line
0 likes · 5 min read
Mastering Long Options in Bash: A Practical Guide with getopt
Ops Development & AI Practice
Ops Development & AI Practice
Jun 7, 2024 · Operations

How to Build a Robust Shell Function for Capturing Command Output and Errors

This guide explains how to capture command output and error messages in shell scripts, demonstrates basic output capture with $(), shows conditional handling using if statements, and provides a reusable run_command function—both simple and enhanced versions—to improve script robustness and maintainability.

Error HandlingShell scriptingbash function
0 likes · 5 min read
How to Build a Robust Shell Function for Capturing Command Output and Errors
Liangxu Linux
Liangxu Linux
Mar 12, 2024 · Fundamentals

Mastering awk: Essential Syntax, Patterns, and Real-World Examples

This guide introduces awk as a powerful text‑processing tool, covering its basic syntax, field separators, pattern matching, arithmetic operations, built‑in variables, custom functions, control flow, and how to process both files and command output with clear code examples.

Data ExtractionShell scriptingcommand-line
0 likes · 6 min read
Mastering awk: Essential Syntax, Patterns, and Real-World Examples