Tagged articles
457 articles
Page 1 of 5
Linux Tech Enthusiast
Linux Tech Enthusiast
May 16, 2026 · Fundamentals

Beginner-Friendly Guide to Linux Shell Programming

This article provides a step‑by‑step tutorial on Linux shell programming for beginners, covering variable naming rules, string manipulation, script creation, environment variable handling, arithmetic operations, user input, logical and string operators, as well as common file and directory commands, all illustrated with concrete code examples and screenshots.

ArithmeticBashEnvironment Variables
0 likes · 19 min read
Beginner-Friendly Guide to Linux Shell Programming
ITPUB
ITPUB
May 5, 2026 · Operations

Auto‑Show CPU, Memory, and Disk Usage on Linux Login with a Single Script

This article provides a ready‑to‑use Bash script that, when placed in a system‑wide or user profile directory, automatically displays hostname, uptime, load average, IP address, CPU and memory usage, and disk mount statistics each time you log into a Linux server, along with color‑coded formatting and customization tips.

AutomationBashLinux
0 likes · 6 min read
Auto‑Show CPU, Memory, and Disk Usage on Linux Login with a Single Script
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?)
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2026 · Information Security

Master Linux Privilege Escalation: Risks, Exploits, and Hardening Guide

This comprehensive guide explains the most common Linux privilege‑escalation vectors—including unsafe SUID binaries, sudo misconfigurations, cron jobs, password and SSH‑key leaks, kernel vulnerabilities, container escapes, and file‑permission flaws—while providing concrete detection commands and practical hardening steps for each risk.

BashHardeningLinux security
0 likes · 23 min read
Master Linux Privilege Escalation: Risks, Exploits, and Hardening Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 29, 2026 · Operations

The Most Comprehensive Linux Command Cheat Sheet

This article provides an exhaustive reference of Linux command‑line utilities, covering basic system information, file and directory management, searching, mounting, disk usage, user and group administration, permissions, special attributes, archiving, compression, backup, networking, VIM editing, and RPM package management, complete with concrete examples and command syntax for each task.

BashCLILinux
0 likes · 46 min read
The Most Comprehensive Linux Command Cheat Sheet
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 4, 2026 · Fundamentals

20 Essential Linux Commands to Double Your Productivity

This article presents twenty practical Linux command‑line tricks—from tab completion and directory navigation to log monitoring and command reuse—that can significantly speed up everyday workflows and boost overall productivity for both novice and experienced users.

BashLinuxShell
0 likes · 15 min read
20 Essential Linux Commands to Double Your Productivity
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 19, 2026 · Operations

600 Essential Linux Commands A‑Z: Complete Cheat Sheet

A comprehensive A‑Z reference of over 600 common Linux commands, each with a brief description of its function and typical usage, providing a handy quick‑lookup guide for system administrators, developers, and anyone working with the Linux command line.

BashShellSysadmin
0 likes · 21 min read
600 Essential Linux Commands A‑Z: Complete Cheat Sheet
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
Deepin Linux
Deepin Linux
Feb 9, 2026 · Fundamentals

Master Essential Linux Commands: A Beginner’s Hands‑On Guide

This comprehensive guide walks Linux newcomers through core command‑line fundamentals, covering command syntax, built‑in and external utilities, file and directory management, permission handling, process monitoring, networking tools, compression, package management, and advanced techniques like piping, find, grep, awk, and sed, with practical examples and tips for effective learning.

BashLinuxShell
0 likes · 38 min read
Master Essential Linux Commands: A Beginner’s Hands‑On Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Jan 29, 2026 · Fundamentals

Understanding the Linux /etc Directory: Key Configuration Files Explained

This article walks through the most important files and subdirectories under /etc—such as /etc/profile, /etc/bashrc, user‑specific .bash_* files, /etc/motd, /etc/issue, shadow‑password utilities, fstab and rc.local—explaining when they are executed, what they configure, and how they affect system behavior.

/etcBashEnvironment Variables
0 likes · 7 min read
Understanding the Linux /etc Directory: Key Configuration Files Explained
Code Ape Tech Column
Code Ape Tech Column
Jan 13, 2026 · Operations

Boost SpringBoot Production Management with a Visual Service Script

This article introduces a powerful visual service‑management script for SpringBoot applications that replaces manual start‑stop commands with an interactive, color‑coded console, offering configuration‑driven control, intelligent start/stop flows, real‑time monitoring, log handling, batch operations, automated deployment and safe rollback to dramatically improve operational efficiency and reliability.

BashService ManagementSpringBoot
0 likes · 22 min read
Boost SpringBoot Production Management with a Visual Service Script
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
Ops Community
Ops Community
Nov 4, 2025 · Operations

149 Essential Shell Script Examples for Linux Sysadmins

This article introduces a free 68‑page collection of 149 practical Bash scripts covering common Linux tasks such as finding zombie processes, cleaning empty files, calculating statistics, formatting dates, checking file existence, sorting numbers, retrieving MAC addresses, and determining leap years, all with ready‑to‑copy code.

BashScriptingShell
0 likes · 8 min read
149 Essential Shell Script Examples for Linux Sysadmins
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
Xiao Liu Lab
Xiao Liu Lab
Nov 2, 2025 · Information Security

Automate Linux Password Expiration for GB/T 22239 Compliance (90‑Day Policy)

This guide presents a complete, compliance‑ready solution for enforcing the GB/T 22239 (等保2.0) requirement that Linux user passwords be changed every 90 days, including a safe Bash script, audit logging, crontab scheduling, permission hardening, and evidence collection for security assessments.

BashCompliance Automationinformation security
0 likes · 8 min read
Automate Linux Password Expiration for GB/T 22239 Compliance (90‑Day Policy)
Liangxu Linux
Liangxu Linux
Nov 1, 2025 · Operations

Master Essential Linux Command-Line Tricks for Faster Sysadmin Work

This guide presents ten practical Linux command-line shortcuts and techniques—ranging from cursor navigation and Vim editing to quick directory switching, file transfer, process inspection, and output logging—designed to boost productivity for system administrators and developers working in terminal environments.

BashLinuxOperations
0 likes · 10 min read
Master Essential Linux Command-Line Tricks for Faster Sysadmin Work
Ray's Galactic Tech
Ray's Galactic Tech
Oct 22, 2025 · Operations

Master Docker Management with a Powerful Bash Automation Script

This article provides a comprehensive, enhanced Docker automation Bash script—docker‑manager.sh—covering container lifecycle commands, image cleanup, backup, network inspection, log viewing, and configuration export, along with step‑by‑step usage instructions and additional handy Docker commands for efficient container management.

AutomationBashContainer Management
0 likes · 11 min read
Master Docker Management with a Powerful Bash Automation Script
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 15, 2025 · Operations

Unlock Linux Automation: Master Shell Scripting with This Free Handbook

This article introduces a comprehensive, free Shell scripting handbook that covers everything from basic syntax and variables to advanced functions, flow control, and real‑world automation tasks, making it an essential resource for Linux system administrators and developers.

AutomationBashScripting
0 likes · 8 min read
Unlock Linux Automation: Master Shell Scripting with This Free Handbook
MaGe Linux Operations
MaGe Linux Operations
Oct 3, 2025 · Operations

Why Your Crontab Jobs Fail: 5 Common Mistakes and How to Fix Them

This article explains why scheduled tasks often break in crontab, outlines the five most frequent errors such as missing environment variables, wrong paths, silent output, incorrect time expressions, and permission issues, and provides concrete debugging steps and best‑practice solutions for reliable Linux scheduling.

BashDebuggingLinux
0 likes · 30 min read
Why Your Crontab Jobs Fail: 5 Common Mistakes and How to Fix Them
Code Mala Tang
Code Mala Tang
Sep 24, 2025 · Fundamentals

Unlock Hidden Terminal Tricks Every Developer Should Know

Discover 17 lesser‑known shell shortcuts and commands—from repeating previous commands with !! to quickly navigating lines with Ctrl + a/E—that can dramatically speed up debugging, file management, and workflow for developers across any Unix‑like environment.

BashShelldev tools
0 likes · 9 min read
Unlock Hidden Terminal Tricks Every Developer Should Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 24, 2025 · Operations

Useful Bash Scripts for Disk Partitioning and LVM Management

This article provides three interactive Bash scripts that automate Linux disk partitioning, create standard ext4 or XFS filesystems, and set up LVM logical volumes—complete with fdisk commands, pvcreate/vgcreate/lvcreate steps, filesystem formatting, mounting, and /etc/fstab updates.

BashLVMLinux
0 likes · 12 min read
Useful Bash Scripts for Disk Partitioning and LVM Management
Efficient Ops
Efficient Ops
Sep 22, 2025 · Operations

Ultimate Linux Command Cheat Sheet: Master File, Network, and System Operations

This comprehensive guide lists essential Linux commands—covering help, file and directory manipulation, content processing, compression, system information, networking, disk management, permissions, user administration, built‑in utilities, system monitoring, and process control—providing concise English descriptions for each to help users efficiently manage and troubleshoot Linux systems.

BashUnixcommand-line
0 likes · 16 min read
Ultimate Linux Command Cheat Sheet: Master File, Network, and System Operations
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
Dunmao Tech Hub
Dunmao Tech Hub
Aug 16, 2025 · Operations

Automate Linux Disk Cleanup with a Powerful Bash Script

This guide presents a comprehensive Bash script that safely automates Linux system‑disk cleanup by removing APT caches, temporary files, old kernels, logs, browser caches, Snap packages, Docker data, and locating large files, while providing before‑and‑after disk usage reports.

AutomationBashDisk Cleanup
0 likes · 10 min read
Automate Linux Disk Cleanup with a Powerful Bash Script
Raymond Ops
Raymond Ops
Jul 24, 2025 · Operations

Master Essential Linux Commands: From Navigation to File Management

This guide provides a comprehensive overview of common Linux commands for directory navigation, file manipulation, permission management, searching, compression, and system shutdown, complete with usage syntax, options, and practical examples to help users efficiently manage their Unix-like environments.

BashOperationsShell
0 likes · 22 min read
Master Essential Linux Commands: From Navigation to File Management
Open Source Tech Hub
Open Source Tech Hub
Jul 16, 2025 · Backend Development

One-Click PHP Installation on Windows, macOS, and Linux

This guide shows how to quickly install PHP on Windows, macOS, and Linux by running a single PowerShell or Bash command that configures execution policy, sets security protocols, and downloads the installer script from php.new, with screenshots for verification.

BashInstallationLinux
0 likes · 2 min read
One-Click PHP Installation on Windows, macOS, and Linux
Open Source Linux
Open Source Linux
Jul 16, 2025 · Operations

Master Shell Basics: From What a Shell Is to Advanced Variable Tricks

This comprehensive guide explains what a shell and shell script are, compares common shells, shows how to write and run scripts, explores variable types, special and environment variables, and demonstrates powerful string manipulation and batch‑renaming techniques for Linux users.

BashEnvironmentLinux
0 likes · 16 min read
Master Shell Basics: From What a Shell Is to Advanced Variable Tricks
Liangxu Linux
Liangxu Linux
Jul 13, 2025 · Fundamentals

Master Shell Scripting: From Basics to Advanced Tricks and Performance Tips

This comprehensive guide explains what a shell is, compares common shells, walks through creating and running shell scripts, covers shebang usage, execution methods, variable types, special and environment variables, substring manipulation, built‑in commands, performance benchmarking, and provides practical examples for Linux system automation.

BashEnvironmentLinux
0 likes · 18 min read
Master Shell Scripting: From Basics to Advanced Tricks and Performance Tips
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
Ops Community
Ops Community
Jul 8, 2025 · Operations

Boost Your Ops Efficiency 10× with Essential Linux Network Tools

This article introduces the most important Linux network testing utilities—covering basic connectivity, routing analysis, DNS resolution, port monitoring, bandwidth measurement, and packet capture—providing a comprehensive guide that helps operations engineers diagnose and resolve network issues ten times faster.

BashLinuxiperf3
0 likes · 19 min read
Boost Your Ops Efficiency 10× with Essential Linux Network Tools
Ops Community
Ops Community
Jul 2, 2025 · Operations

Master Shell Regex: Boost Your Script Efficiency with Powerful Patterns

This comprehensive guide explains regular expressions in shell scripting, compares them with wildcards, details common wildcard usage, escape characters, metacharacters, quantifiers, and provides numerous grep examples for matching files, strings, and IP addresses, helping you write more efficient scripts.

BashGrepScripting
0 likes · 15 min read
Master Shell Regex: Boost Your Script Efficiency with Powerful Patterns
ITPUB
ITPUB
Jun 26, 2025 · Operations

One‑Click Linux System Inspection: Complete Bash Script Guide

Learn how to create and run a one‑click Linux inspection Bash script that automatically gathers system basics, CPU, memory, disk usage, network configuration, service status, security checks, login records, log analysis, and performance metrics, and how to schedule it via cron.

BashLinuxShell
0 likes · 8 min read
One‑Click Linux System Inspection: Complete Bash Script Guide
MaGe Linux Operations
MaGe Linux Operations
May 28, 2025 · Operations

Master Shell Scripting: From Basics to Advanced Tricks

This comprehensive guide walks you through the fundamentals of shell and shell scripting, covering common shells, script creation, shebang usage, variable handling, environment variables, string manipulation, and practical examples to boost your Linux automation skills.

AutomationBashEnvironment
0 likes · 19 min read
Master Shell Scripting: From Basics to Advanced Tricks
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
IT Xianyu
IT Xianyu
May 21, 2025 · Operations

Learn Shell Scripting: From Hello World to Practical Tools

This tutorial walks beginners through creating and executing Bash scripts on Linux, covering basics like the shebang, variables, conditionals, loops, functions, and debugging, and provides practical examples such as file checks, service monitoring, and user interaction to build useful automation tools.

BashSysadminscript
0 likes · 7 min read
Learn Shell Scripting: From Hello World to Practical Tools
Cognitive Technology Team
Cognitive Technology Team
May 13, 2025 · Operations

Essential Linux Log Files to Monitor and How to Access Them

Monitoring key Linux log files—such as syslog, auth.log, kern.log, and others—is crucial for system health, security, and troubleshooting, and this guide explains the purpose of each log, practical commands for viewing them, and automation techniques using scripts, cron, and tools like journalctl and Sematext.

BashLinuxLog Monitoring
0 likes · 20 min read
Essential Linux Log Files to Monitor and How to Access Them
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
Liangxu Linux
Liangxu Linux
Apr 20, 2025 · Operations

Essential Linux Command Cheat Sheet: From File Management to SELinux

This comprehensive guide compiles essential Linux command-line techniques, covering command connectors, system resource monitoring, file searching, editing with vi/Vim, file transfer, text processing tools, user and file management, NFS setup, scripting utilities, and SELinux policy management, providing practical examples and command syntax for system administrators.

BashLinuxSysadmin
0 likes · 23 min read
Essential Linux Command Cheat Sheet: From File Management to SELinux
Liangxu Linux
Liangxu Linux
Apr 14, 2025 · Fundamentals

Master Linux Environment Variables: View, Set, and Delete Them

This guide explains what Linux environment variables are, lists common ones, and provides step‑by‑step commands for viewing, temporarily or permanently setting, and deleting variables, plus practical script examples to help users manage their shell environment efficiently.

BashEnvironment VariablesLinux
0 likes · 6 min read
Master Linux Environment Variables: View, Set, and Delete Them
Liangxu Linux
Liangxu Linux
Mar 12, 2025 · Operations

Automating Hourly Server Backups with rsync, tar, and Cron

This guide details a step‑by‑step solution for hourly client backups of /etc and /var/log, naming conventions, rsync transfer, integrity checks, email notifications, and cleanup on both client and server sides using Bash scripts and cron jobs.

AutomationBackupBash
0 likes · 12 min read
Automating Hourly Server Backups with rsync, tar, and Cron
Liangxu Linux
Liangxu Linux
Mar 8, 2025 · Fundamentals

Master Shell Scripting: From Basics to Advanced Control Structures

This guide explains what a shell script file is, how to write Bash scripts with proper syntax, manage variables, use redirection, pipes, quoting, grep, operators, arrays, control flow statements, functions, and even automate interactions with an Expect script, providing clear examples for each concept.

AutomationBashControl structures
0 likes · 11 min read
Master Shell Scripting: From Basics to Advanced Control Structures
Open Source Linux
Open Source Linux
Feb 25, 2025 · Fundamentals

Master Linux Environment Variables: View, Set, and Delete Them

This guide explains what Linux environment variables are, lists common ones, and provides step‑by‑step commands to view, temporarily or permanently set, and delete them, plus practical examples for using variables in scripts, helping users efficiently manage their system configuration.

BashEnvironment VariablesSystem Administration
0 likes · 6 min read
Master Linux Environment Variables: View, Set, and Delete Them
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2025 · Operations

Master 600 Essential Linux Commands for System Operations

This comprehensive guide presents over 600 powerful Linux commands covering system information, file management, permissions, package handling, networking, backup, and more, offering clear examples and syntax to help administrators efficiently manage and troubleshoot Linux environments.

BashLinuxcommand-line
0 likes · 39 min read
Master 600 Essential Linux Commands for System Operations
Efficient Ops
Efficient Ops
Jan 5, 2025 · Operations

Master Linux Sysadmin: 20 Essential Commands & Solutions Explained

This guide presents 20 practical Linux, security, networking, and Python questions with step‑by‑step command examples, covering bulk image download, file sorting, port monitoring, header retrieval, user account facts, RAID misconceptions, load‑balancer tools, time measurement, rewrite flags, cookie vs session, HTTP versions, common web vulnerabilities, DoS attacks, incident response, TCP handshake, TIME_WAIT optimization, Python range differences, set intersections, and parallel remote execution.

BashPythonSecurity
0 likes · 15 min read
Master Linux Sysadmin: 20 Essential Commands & Solutions Explained
Liangxu Linux
Liangxu Linux
Dec 8, 2024 · Backend Development

Master Bash: From Basic Scripts to Advanced Automation with Expect

This guide explains what script files are and walks through writing Bash scripts, covering naming conventions, variables, special and environment variables, redirection, pipes, quoting, grep options, operators, arrays, control structures, functions, and automating interactions with Expect, providing practical code examples for each concept.

AutomationBashShell
0 likes · 11 min read
Master Bash: From Basic Scripts to Advanced Automation with Expect
Liangxu Linux
Liangxu Linux
Nov 30, 2024 · Fundamentals

10 Essential Shell Script Tricks to Boost Your Linux Automation

This article presents ten practical Bash shell techniques—including conditional tests, loops, functions, parameter expansion, redirection, pipelines, error handling, debugging, environment variables, and script arguments—to help Linux users write more efficient, flexible, and powerful automation scripts.

AutomationBashShell
0 likes · 5 min read
10 Essential Shell Script Tricks to Boost Your 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
Practical DevOps Architecture
Practical DevOps Architecture
Nov 27, 2024 · Operations

Bash Script for Key‑Based Multi‑Host SSH Access

This Bash script automates key‑based SSH authentication across multiple hosts by scanning a subnet, generating a key pair, installing sshpass, copying the public key and known_hosts file to each reachable machine, and ensuring password‑less login for subsequent connections.

BashSSHkey authentication
0 likes · 3 min read
Bash Script for Key‑Based Multi‑Host SSH Access
Efficient Ops
Efficient Ops
Nov 27, 2024 · Operations

Essential Bash Scripts for Linux Engineers: 35 Handy Utilities

This article compiles 35 practical Bash scripts ranging from a number‑guessing game and network monitoring to automated MySQL backups and Tomcat management, providing Linux engineers with ready‑to‑use code snippets that boost productivity and simplify routine system‑administration tasks.

BashScriptingSysadmin
0 likes · 16 min read
Essential Bash Scripts for Linux Engineers: 35 Handy Utilities
Practical DevOps Architecture
Practical DevOps Architecture
Nov 26, 2024 · Databases

Bash Script for Installing MongoDB on Linux

This article provides a complete Bash script that automates downloading, extracting, configuring, and starting MongoDB on Linux systems, handling OS detection, prerequisite installation, file preparation, and color‑coded status messages for success, failure, and warnings.

BashLinuxMongoDB
0 likes · 4 min read
Bash Script for Installing MongoDB on Linux
DevOps Cloud Academy
DevOps Cloud Academy
Nov 22, 2024 · Operations

12 Essential Bash Scripts for DevOps Automation

This article presents twelve practical Bash scripts that automate common DevOps tasks such as system updates, disk monitoring, backups, log rotation, SSH key setup, MySQL dumping, Docker cleanup, Kubernetes pod checks, SSL certificate monitoring, Git pulling, user management, and service health verification.

BashLinuxOperations
0 likes · 11 min read
12 Essential Bash Scripts for DevOps Automation
MaGe Linux Operations
MaGe Linux Operations
Oct 20, 2024 · Fundamentals

Master Bash Built‑In Variables: From $0 to $PATH Explained with Real Examples

This guide explains Bash’s built‑in variables—$0, positional parameters $1…$9, special parameters like $#, $*, "$*", $@, "$@", $!, $_, $$, $PPID, $?, $BASH, $BASH_VERSION, $EUID, $UID, $GROUPS, $HOME, $HOSTNAME, $IFS, $PATH, $OLDPWD, $PWD, $PS1, $PS2, $PS4—detailing their meanings, typical use cases, and providing runnable code snippets and output illustrations.

BashVariablescommand-line
0 likes · 15 min read
Master Bash Built‑In Variables: From $0 to $PATH Explained with Real Examples
Liangxu Linux
Liangxu Linux
Oct 20, 2024 · Fundamentals

Master Shell Scripting: Essential Tips and Tricks for Powerful Scripts

An in‑depth guide walks through the core concepts of Unix shell scripting, covering the purpose of a shell, prompt mechanics, echo usage, quoting rules, variable definition and export, exec versus source, grouping commands, parameter expansion, positional parameters, logical operators, I/O redirection, conditional statements, and loop constructs, all illustrated with clear examples.

BashLinuxScripting
0 likes · 12 min read
Master Shell Scripting: Essential Tips and Tricks for Powerful Scripts
Open Source Linux
Open Source Linux
Oct 18, 2024 · Fundamentals

Master Essential Linux Commands: A Complete Beginner’s Guide

This comprehensive guide introduces Linux developers to the most frequently used shell commands, covering basic concepts, command syntax, built‑in vs external utilities, file operations, text processing, system monitoring, compression tools, and useful shortcuts, enabling readers to become proficient Linux users.

BashShellSysadmin
0 likes · 30 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
Efficient Ops
Efficient Ops
Oct 8, 2024 · Operations

Master Linux Process & User Queries with Powerful Bash Scripts

This guide provides Bash scripts that let you retrieve detailed information about Linux processes by PID or name, query user account details, and apply a series of system hardening tweaks such as password policies, login restrictions, and file attribute protections.

Bashprocess managementshell script
0 likes · 12 min read
Master Linux Process & User Queries with Powerful Bash Scripts
Liangxu Linux
Liangxu Linux
Sep 18, 2024 · Operations

Boost Your Shell Scripts: Master ShellCheck for Error‑Free Bash Coding

ShellCheck is a popular open‑source static analysis tool that scans Bash, sh, ksh, and dash scripts, highlighting syntax mistakes, unsafe commands, and logic flaws, while offering detailed explanations and fixes, and can be run via CLI, editors, CI pipelines, or Docker.

BashShellCheckstatic analysis
0 likes · 8 min read
Boost Your Shell Scripts: Master ShellCheck for Error‑Free Bash Coding
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
MaGe Linux Operations
MaGe Linux Operations
Sep 12, 2024 · Operations

How to Deploy Docker Across Multiple Hosts with Docker‑Machine: Step‑by‑Step Guide

This tutorial explains how to use Docker‑Machine to batch‑install Docker on multiple Ubuntu hosts, covering environment preparation, SSH key setup, Docker‑CE installation via Alibaba Cloud mirrors, creating generic drivers, configuring remote daemon access, and leveraging bash completion for smoother management.

Bashdocker-machinemulti-host deployment
0 likes · 11 min read
How to Deploy Docker Across Multiple Hosts with Docker‑Machine: Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Sep 4, 2024 · Operations

Essential Bash Scripts for Linux Operations: Sync, Monitoring, and Automation

A comprehensive collection of Bash scripts demonstrates how to verify file consistency across servers, automate log rotation, monitor network traffic, manage users and passwords, detect service failures, and enforce security policies, providing practical solutions for everyday Linux system administration tasks.

BashSysadminscripts
0 likes · 25 min read
Essential Bash Scripts for Linux Operations: Sync, Monitoring, and Automation
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
Efficient Ops
Efficient Ops
Aug 18, 2024 · Operations

Essential Bash Scripts for Linux Ops: Monitoring, Deployment & Automation

A curated collection of ready‑to‑use Bash scripts that help you monitor MySQL replication, track directory changes, batch‑create users, detect website issues, execute remote commands, deploy LNMP stacks, check server resource usage, identify high‑load processes, and automate Java or PHP project releases.

Bashscripts
0 likes · 12 min read
Essential Bash Scripts for Linux Ops: Monitoring, Deployment & Automation
MaGe Linux Operations
MaGe Linux Operations
Aug 10, 2024 · Backend Development

How to Encrypt Shell Scripts with gzexe: Step-by-Step Guide

This guide explains how to encrypt a shell script using gzexe, covering script preparation, making it executable, running gzexe to produce an encrypted file, verifying and executing the encrypted script, and optionally decrypting it, plus installation instructions for gzexe on Debian and Red Hat systems.

BashLinuxencryption
0 likes · 3 min read
How to Encrypt Shell Scripts with gzexe: Step-by-Step Guide
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Aug 7, 2024 · Operations

Master Shell Scripting: Core Commands, Variables, Loops, and Functions Explained

This comprehensive guide walks you through the fundamentals of Linux shell scripting, covering why it matters, essential prerequisites, variable handling, string manipulation, arithmetic operations, condition testing, control structures like if/else, for/while loops, functions, case statements, and array usage, all with clear examples and practical code snippets.

ArraysAutomationBash
0 likes · 34 min read
Master Shell Scripting: Core Commands, Variables, Loops, and Functions Explained
Liangxu Linux
Liangxu Linux
Aug 4, 2024 · Fundamentals

Unlock the Power of Shell: Environment Variables, PATH, and File Search

Learn how to create and manage shell variables, differentiate between local and environment scopes, manipulate the PATH variable, and efficiently locate files using whereis, locate, which, and find commands, complete with practical examples and step‑by‑step instructions for Unix‑like systems.

BashEnvironment VariablesFile Search
0 likes · 9 min read
Unlock the Power of Shell: Environment Variables, PATH, and File Search
MaGe Linux Operations
MaGe Linux Operations
Aug 4, 2024 · Fundamentals

Master Essential Linux Commands: A Complete Beginner’s Guide

This comprehensive guide introduces Linux developers to the most frequently used shell commands, explains the difference between built‑in and external utilities, demonstrates command syntax, options, and practical examples for file manipulation, navigation, searching, process management, and system information, empowering readers to become proficient with the Linux command line.

BashShellcommand-line
0 likes · 31 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
IT Services Circle
IT Services Circle
Aug 2, 2024 · Operations

Shell Script for Collecting Linux CPU, Memory, and Disk I/O Metrics

This article presents a Bash script that gathers comprehensive Linux system metrics—including CPU core count, utilization percentages, context switches, interrupts, load averages, memory and swap usage, and disk I/O statistics—explaining each command and its purpose for effective server monitoring.

BashLinuxSystemMetrics
0 likes · 13 min read
Shell Script for Collecting Linux CPU, Memory, and Disk I/O Metrics
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
Efficient Ops
Efficient Ops
Jul 3, 2024 · Fundamentals

Master Essential Linux Shell Text Tools: Find, Grep, Awk, Sed & More

This guide introduces the most frequently used Linux shell utilities for text processing—including find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options, practical examples, and how to combine them for powerful command‑line workflows.

Bashcommand-linetext processing
0 likes · 17 min read
Master Essential Linux Shell Text Tools: Find, Grep, Awk, Sed & More