Tagged articles
457 articles
Page 2 of 5
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
Open Source Linux
Open Source Linux
Jun 24, 2024 · Operations

Self‑Terminating Bash Scripts with trap, kill, and pkill

This article explains why background loops in Bash scripts can become orphaned under init/systemd, demonstrates how to reliably terminate such scripts by using trap handlers with kill, killall, pkill, and signal 0, and provides robust examples for various execution scenarios.

Bashprocess-managementscript
0 likes · 11 min read
Self‑Terminating Bash Scripts with trap, kill, and pkill
Efficient Ops
Efficient Ops
Apr 21, 2024 · Operations

Boost Your Productivity with Advanced Linux Command Tricks

This article introduces a collection of practical, intermediate‑level Linux commands—including custom bash prompts, powerful find usages, permission shortcuts, alias tricks, awk data extraction, xargs chaining, variable handling, I/O redirection, and the fzf fuzzy finder—to help IT professionals work more efficiently in DevOps and everyday shell environments.

BashScriptingUnix
0 likes · 12 min read
Boost Your Productivity with Advanced Linux Command Tricks
Liangxu Linux
Liangxu Linux
Feb 25, 2024 · Operations

Master Linux Environment Variables: 6 Proven Configuration Methods & Loading Order

Learn how to configure Linux environment variables using six practical methods—including export, editing ~/.bashrc, ~/.bash_profile, /etc/bashrc, /etc/profile, and /etc/environment—plus understand the loading sequence and testing techniques to ensure your PATH and custom variables work reliably across users and sessions.

BashEnvironment VariablesLinux
0 likes · 11 min read
Master Linux Environment Variables: 6 Proven Configuration Methods & Loading Order
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Feb 19, 2024 · Operations

Essential Bash Scripts for MySQL Monitoring, File Sync, User Management & Deployments

This article provides a curated collection of Bash scripts that cover MySQL master‑slave replication monitoring, directory change detection with rsync, bulk user creation, website health checks, remote command execution across hosts, one‑click LNMP setup, server resource usage reporting, high‑CPU process identification, and automated deployment of Java (Tomcat) and PHP projects.

AutomationBashLinux
0 likes · 17 min read
Essential Bash Scripts for MySQL Monitoring, File Sync, User Management & Deployments
DevOps
DevOps
Jan 23, 2024 · Operations

Collection of Bash Scripts for Server Monitoring, Automation, and Deployment

This article provides a curated set of Bash scripts covering MySQL replication monitoring, directory change detection, bulk user creation, website health checks, remote command execution, LNMP stack deployment, server resource reporting, high‑resource process identification, and automated deployment of Java and PHP projects, offering practical automation tools for system administrators.

AutomationBashDeployment
0 likes · 12 min read
Collection of Bash Scripts for Server Monitoring, Automation, and Deployment
Efficient Ops
Efficient Ops
Jan 21, 2024 · Operations

Essential Bash Scripts for Efficient Server Operations and Automation

This article compiles a set of practical Bash scripts that cover MySQL replication monitoring, directory change detection with real‑time sync, bulk user creation, website health checks, remote command execution, one‑click LNMP deployment, resource usage reporting, high‑CPU process identification, and automated Java/Tomcat and PHP project deployments.

BashDeploymentmonitoring
0 likes · 12 min read
Essential Bash Scripts for Efficient Server Operations and Automation
MaGe Linux Operations
MaGe Linux Operations
Jan 18, 2024 · Operations

Master Linux Environment Variables: 6 Methods & Loading Order Explained

This guide walks through six ways to configure Linux environment variables—including export commands, editing ~/.bashrc, ~/.bash_profile, /etc/bashrc, /etc/profile, and /etc/environment—while also detailing how the system loads these files and offering practical tips for testing and customizing variable definitions.

BashEnvironment VariablesLinux
0 likes · 13 min read
Master Linux Environment Variables: 6 Methods & Loading Order Explained
MaGe Linux Operations
MaGe Linux Operations
Jan 12, 2024 · Operations

Master Linux Bash: From User ID Summation to Systemd Services and Encryption

This comprehensive guide walks through essential Linux administration techniques, including Bash scripts for summing user IDs, array and string manipulation, advanced variable usage, random number analysis, factorial recursion, process and thread concepts, job control, kernel design models, boot and GRUB workflows, service management with chkconfig and systemd, as well as CA creation, certificate handling, encryption fundamentals, and OpenSSH key‑based authentication.

BashOpenSSLawk
0 likes · 39 min read
Master Linux Bash: From User ID Summation to Systemd Services and Encryption
Liangxu Linux
Liangxu Linux
Jan 9, 2024 · Fundamentals

Boost Your Linux Productivity: Essential Bash Keyboard Shortcuts

Learn how to dramatically speed up your Linux command line workflow by mastering essential Bash navigation, editing, history, and process‑control keyboard shortcuts, each illustrated with clear examples and images, so you can work more efficiently and confidently in the terminal.

BashLinuxkeyboard shortcuts
0 likes · 4 min read
Boost Your Linux Productivity: Essential Bash Keyboard Shortcuts
Efficient Ops
Efficient Ops
Jan 1, 2024 · Cloud Native

Build a Mini Docker with Bash: Master Namespaces, Cgroups & OverlayFS

This article walks you through creating a lightweight Docker‑like container runtime using Bash, explaining Linux namespaces, cgroups, and overlayfs, showing how to inspect and manipulate them, and providing a complete 130‑line script that implements pull, build, run, exec, logs, and cleanup operations.

BashNamespacescgroups
0 likes · 32 min read
Build a Mini Docker with Bash: Master Namespaces, Cgroups & OverlayFS
Java Tech Enthusiast
Java Tech Enthusiast
Oct 3, 2023 · Operations

Efficient Linux Command Cheat Sheet

This cheat sheet delivers a compact set of Linux command-line shortcuts—including brace expansion for bulk file creation, dd for test files, multiple file‑truncation methods, powerful find queries, background execution with nohup, process termination pipelines, tcpdump traffic captures, and handy sed one‑liners—to boost daily efficiency for administrators and developers.

AutomationBashScripting
0 likes · 9 min read
Efficient Linux Command Cheat Sheet
Liangxu Linux
Liangxu Linux
Sep 26, 2023 · Operations

Master Linux Environment Variable Configuration: Methods, Loading Order & Tips

This guide explains how to configure Linux environment variables using various methods—including direct export, editing ~/.bashrc, ~/.profile, /etc/bashrc, /etc/profile, and /etc/environment—covers the loading order of these files, provides testing techniques, and offers practical tips for effective variable management.

BashEnvironment Variables
0 likes · 12 min read
Master Linux Environment Variable Configuration: Methods, Loading Order & Tips
Open Source Linux
Open Source Linux
Sep 18, 2023 · Operations

Master 18 Essential Bash Scripts for Linux System Automation

This article presents a curated collection of eighteen practical Bash scripts that automate common Linux system tasks such as file consistency checks, scheduled log cleaning, network traffic monitoring, user management, firewall rules, and service health checks, providing ready‑to‑run examples for sysadmins.

AutomationBashShell scripting
0 likes · 23 min read
Master 18 Essential Bash Scripts for Linux System Automation
Java Backend Technology
Java Backend Technology
Aug 29, 2023 · Operations

18 Must‑Know Bash Scripts to Automate Linux System Administration

This article presents a curated collection of eighteen Bash scripts that demonstrate how to automate common Linux system administration tasks such as file consistency checks, scheduled log cleaning, network traffic monitoring, numeric analysis, FTP operations, user management, firewall rules, and IP blocking, providing clear explanations and ready‑to‑run code examples.

BashShell scriptingSysadmin
0 likes · 24 min read
18 Must‑Know Bash Scripts to Automate Linux System Administration
Liangxu Linux
Liangxu Linux
Aug 24, 2023 · Fundamentals

Master Bash File Redirection: From /dev/null to TCP Streams

This guide demonstrates how to use Bash to redirect standard input, output, and error streams to files, /dev/null, and even a TCP server, illustrating each technique with clear examples and step‑by‑step commands.

BashShell scriptingfile redirection
0 likes · 7 min read
Master Bash File Redirection: From /dev/null to TCP Streams
Liangxu Linux
Liangxu Linux
Aug 20, 2023 · Fundamentals

What Does exec Do in Bash Scripts? A Hands‑On Exploration

This article explains the purpose of the Bash built‑in exec command, demonstrates its effect on process trees through step‑by‑step experiments, and highlights important cautions when using exec in shell scripts.

BashShell scriptingexec
0 likes · 4 min read
What Does exec Do in Bash Scripts? A Hands‑On Exploration
MaGe Linux Operations
MaGe Linux Operations
Jul 25, 2023 · Operations

Master Linux Process, User Queries and System Hardening with Bash

This guide provides Bash scripts to filter process details by PID or name, retrieve comprehensive user information, and apply a series of system hardening configurations—including password policies, login restrictions, and file attribute locks—to improve Linux server security and manageability.

BashOperationsSystem Hardening
0 likes · 11 min read
Master Linux Process, User Queries and System Hardening with Bash
Liangxu Linux
Liangxu Linux
Jul 22, 2023 · Operations

17 Essential Linux Sysadmin Commands to Boost Productivity

This article compiles 17 practical Linux operation tricks—from file searching and batch extraction to disk monitoring, log analysis, and firewall scripting—providing sysadmins with ready-to-use command snippets that can streamline daily tasks and potentially earn a raise.

AutomationBashScripting
0 likes · 8 min read
17 Essential Linux Sysadmin Commands to Boost Productivity
Liangxu Linux
Liangxu Linux
Jul 2, 2023 · Operations

Master Server Log Analysis with Powerful Bash Commands

This guide presents a comprehensive collection of Bash one‑liners—using awk, grep, sort, uniq, netstat, and other utilities—to count unique IPs, rank page visits, filter bots, analyze traffic by time windows, compute bandwidth, and monitor connection states from Apache or Nginx access logs.

BashGrepServer Monitoring
0 likes · 12 min read
Master Server Log Analysis with Powerful Bash Commands
Liangxu Linux
Liangxu Linux
Jun 26, 2023 · Fundamentals

Master Regular Expressions in Shell: Practical sed & gawk Guide

This tutorial explains how to create and use regular expressions with the sed editor and gawk program in shell scripts, covering basic concepts, pattern types, special characters, quantifiers, grouping, and real‑world examples such as counting files, validating phone numbers, and verifying email addresses.

Bashgawkregex
0 likes · 34 min read
Master Regular Expressions in Shell: Practical sed & gawk Guide
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
Open Source Linux
Open Source Linux
Jun 1, 2023 · Fundamentals

Master Shell Scripting: From Basics to Real‑World Automation

This guide introduces shell scripting fundamentals, covering what a shell is, script creation, variables, environment variables, control structures, functions, arrays, and practical examples such as a hello‑world script, system backup, and server information collection, all illustrated with clear Bash code snippets.

AutomationBashShell
0 likes · 24 min read
Master Shell Scripting: From Basics to Real‑World Automation
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2023 · Operations

34 Essential Linux Bash Scripts Every Sysadmin Should Know

This article compiles a curated collection of 34 practical Bash scripts for Linux engineers, covering tasks such as number guessing games, network monitoring, user management, service control, log backup, and system health checks, providing ready‑to‑run code snippets to boost productivity and automate routine operations.

AutomationBashShell scripting
0 likes · 20 min read
34 Essential Linux Bash Scripts Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2023 · Backend Development

Master Bash: 40 Essential Shell Script Techniques for Linux

This comprehensive guide walks you through 40 practical Bash shell scripting examples—from a simple Hello World program to advanced file handling, conditionals, loops, functions, and system maintenance—showing how to write, execute, and debug scripts that automate everyday Linux tasks.

AutomationBashShell scripting
0 likes · 21 min read
Master Bash: 40 Essential Shell Script Techniques for Linux
MaGe Linux Operations
MaGe Linux Operations
Apr 12, 2023 · Fundamentals

Master Bash: 40 Essential Shell Scripts Every Linux User Should Know

This comprehensive guide walks you through the fundamentals of Bash scripting on Linux, covering everything from a simple Hello World program and echo usage to loops, conditionals, functions, file manipulation, directory handling, and system maintenance, complete with clear code examples for each concept.

AutomationBashShell scripting
0 likes · 22 min read
Master Bash: 40 Essential Shell Scripts Every Linux User Should Know
Liangxu Linux
Liangxu Linux
Apr 10, 2023 · Operations

Essential Bash Scripts for Linux Server Setup, Monitoring, and Maintenance

This article provides a collection of ready‑to‑run Bash scripts that cover disk partition creation, server initialization, real‑time network traffic monitoring, Nginx log rotation and analysis, disk usage alerts, MySQL backups, process counting with zombie termination, and automated blocking of malicious IPs, offering a practical toolkit for Linux system administrators.

AutomationBashNginx
0 likes · 15 min read
Essential Bash Scripts for Linux Server Setup, Monitoring, and Maintenance
Liangxu Linux
Liangxu Linux
Apr 2, 2023 · Information Security

How to Use Shell Scripts to Manipulate Linux File Timestamps and Hide Traces

This guide explains how attackers can use Linux shell commands such as touch, stat, and ls, combined with custom Bash scripts, to record, modify, and restore file timestamps, enabling them to conceal evidence of intrusion and automate timestamp manipulation on compromised servers.

BashForensicstimestamp
0 likes · 8 min read
How to Use Shell Scripts to Manipulate Linux File Timestamps and Hide Traces
MaGe Linux Operations
MaGe Linux Operations
Mar 10, 2023 · Operations

249 Ready-to-Use Shell Scripts to Boost Your Linux Ops Skills

Discover a curated collection of 249 practical shell script examples, complete with clear documentation and usage guidelines, designed to help Linux operations engineers improve efficiency, master scripting conventions, and quickly solve common admin tasks, all available for free download via the provided QR code.

AutomationBashOperations
0 likes · 7 min read
249 Ready-to-Use Shell Scripts to Boost Your Linux Ops Skills
Liangxu Linux
Liangxu Linux
Feb 15, 2023 · Fundamentals

5 Common Bash Variable Mistakes and How to Avoid Them

This guide shares five practical tips to prevent frequent Bash variable errors—such as spacing around the equals sign, array syntax, quoting rules, command substitution, and naming conflicts with environment variables—helping developers write reliable shell scripts.

ArraysBashVariables
0 likes · 5 min read
5 Common Bash Variable Mistakes and How to Avoid Them
MaGe Linux Operations
MaGe Linux Operations
Feb 14, 2023 · Operations

Master Linux Environment Variables: 6 Proven Configuration Methods

This guide explains how to read and configure Linux environment variables, covering six methods—including export, editing ~/.bashrc, ~/.bash_profile, /etc/bashrc, /etc/profile, and /etc/environment—while detailing the loading order, user vs system scopes, and practical tips for managing PATH and custom variables.

BashEnvironment VariablesShell scripting
0 likes · 13 min read
Master Linux Environment Variables: 6 Proven Configuration Methods
MaGe Linux Operations
MaGe Linux Operations
Feb 14, 2023 · Operations

Why sudo Ignores Your Aliases and How to Fix It

This article explains why the sudo command bypasses user-defined aliases in Bash, demonstrates the resulting error with common shortcuts like ll, and provides a simple solution using a trailing‑space alias so that sudo respects alias expansion.

AliasBashSudo
0 likes · 3 min read
Why sudo Ignores Your Aliases and How to Fix It
MaGe Linux Operations
MaGe Linux Operations
Jan 19, 2023 · Fundamentals

Master Linux Environment Variables: View, Set, and Use Them in Bash

This guide explains what Linux environment variables are, how to display them with env or printenv, set new variables using export, make them read‑only, unset them, access them from C programs with getenv/setenv/unsetenv, and modify system configuration files to persist changes.

BashEnvironment VariablesLinux
0 likes · 6 min read
Master Linux Environment Variables: View, Set, and Use Them in Bash
Su San Talks Tech
Su San Talks Tech
Dec 21, 2022 · Information Security

Block Malicious IPs on a Small Linux Site with iptables and Cron

This guide explains how to detect traffic attacks on a low‑traffic Linux website, split Nginx logs daily, identify IPs with excessive requests, and automatically block them using iptables rules scheduled via cron, complete with ready‑to‑run Bash scripts and common firewall commands.

BashDDoS mitigationLinux
0 likes · 9 min read
Block Malicious IPs on a Small Linux Site with iptables and Cron
Liangxu Linux
Liangxu Linux
Dec 18, 2022 · Fundamentals

Boost Your Productivity with Essential Bash Aliases and Functions

This article presents a curated collection of practical Bash aliases and functions that streamline repetitive command‑line tasks, explains how to use them—including a tip for invoking original commands when aliases shadow them—and provides ready‑to‑copy code snippets for productivity, system information, networking, and fun.

Bashaliasescommand-line
0 likes · 12 min read
Boost Your Productivity with Essential Bash Aliases and Functions
Liangxu Linux
Liangxu Linux
Dec 4, 2022 · Operations

Master Linux Environment Variables: Configure, Load, and Debug Paths Efficiently

This guide explains how to set and read Linux environment variables, presents six practical methods for configuring PATH—including using export, editing ~/.bashrc, ~/.bash_profile, /etc/bashrc, /etc/profile, and /etc/environment—details their scope and persistence, and analyzes the system's variable‑loading order with testing scripts.

BashEnvironment VariablesLinux
0 likes · 12 min read
Master Linux Environment Variables: Configure, Load, and Debug Paths Efficiently
Open Source Linux
Open Source Linux
Sep 26, 2022 · Information Security

Bash Scripts to Inspect Linux Processes, Users, and Harden System Security

This article presents a collection of Bash scripts for Linux administrators, covering how to retrieve detailed process information by PID or name, query user account details, and apply various system hardening measures such as password policies, login restrictions, and file immutability.

BashSystem AdministrationUser Management
0 likes · 13 min read
Bash Scripts to Inspect Linux Processes, Users, and Harden System Security
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Sep 14, 2022 · Fundamentals

Master Shell Scripting: From Basics to Advanced Debugging Techniques

This comprehensive guide walks you through shell scripting fundamentals—including process management, function libraries, variables, control structures, loops, debugging tools, and automation—while providing practical code examples, best‑practice tips, and visual illustrations to help both beginners and seasoned developers write robust Bash scripts.

BashDebuggingLinux
0 likes · 43 min read
Master Shell Scripting: From Basics to Advanced Debugging Techniques
Open Source Linux
Open Source Linux
Jun 27, 2022 · Fundamentals

Avoid 40 Common Bash Pitfalls: Essential Tips for Safer Shell Scripts

This article compiles over forty everyday Bash programming mistakes that both beginners and seasoned users often overlook, explains why each pattern is problematic, and provides safe, portable alternatives with clear examples to improve script reliability and maintainability.

BashShell scriptingbash pitfalls
0 likes · 32 min read
Avoid 40 Common Bash Pitfalls: Essential Tips for Safer Shell Scripts
Liangxu Linux
Liangxu Linux
Jun 12, 2022 · Fundamentals

Master Bash History: Powerful ‘!’ Expansion Tricks for Faster Command Reuse

This guide explains how Bash stores command history, the role of HISTSIZE and HISTFILE, and demonstrates practical uses of the ‘!’ expansion—including pattern matching, repeating specific or recent commands, combining with sudo, piping, and on‑the‑fly string substitution—to dramatically speed up command‑line workflows.

BashLinuxShell
0 likes · 6 min read
Master Bash History: Powerful ‘!’ Expansion Tricks for Faster Command Reuse
Programmer DD
Programmer DD
Jun 7, 2022 · Operations

Essential Linux Commands: pgrep, pstree, bc, split, nl, ldd, col, lsof Explained

This guide introduces a collection of essential Linux command-line tools—including pgrep, pstree, bc, split, nl, ldd, col, and lsof—explaining their purposes, common options, and practical examples for process inspection, file manipulation, mathematical calculations, and system diagnostics.

BashSystem Administrationcommand-line
0 likes · 8 min read
Essential Linux Commands: pgrep, pstree, bc, split, nl, ldd, col, lsof Explained
Open Source Linux
Open Source Linux
Jun 7, 2022 · Operations

Mastering Linux Shell: 13 Essential Concepts Every Developer Should Know

This article explains the fundamentals of Linux shells, covering why they’re called shells, prompt and carriage return behavior, echo command, quoting rules, variable assignment and export, differences between exec and source, grouping syntax, arithmetic expansion, parameter handling, loops, conditionals, and I/O redirection.

BashEnvironment Variablesio redirection
0 likes · 13 min read
Mastering Linux Shell: 13 Essential Concepts Every Developer Should Know
ITPUB
ITPUB
May 26, 2022 · Operations

Master Shell Scripting: From Basics to Advanced Techniques

This comprehensive guide introduces shell programming fundamentals, demonstrates how to write, execute, and manage scripts, explains variables, strings, parameters, arithmetic, control structures, functions, arrays, and file inclusion, and provides practical code examples for Linux environments.

ArraysBashControl Flow
0 likes · 23 min read
Master Shell Scripting: From Basics to Advanced Techniques
MaGe Linux Operations
MaGe Linux Operations
May 18, 2022 · Fundamentals

Avoid 40 Common Bash Pitfalls: Best Practices for Safe Shell Scripting

This article compiles more than 40 everyday Bash programming mistakes that both beginners and veterans often overlook, explains why each example is wrong, and provides clear, corrected alternatives along with references to deeper resources, helping readers write more reliable shell scripts.

BashDebuggingShell scripting
0 likes · 32 min read
Avoid 40 Common Bash Pitfalls: Best Practices for Safe Shell Scripting
Liangxu Linux
Liangxu Linux
Apr 26, 2022 · Operations

Master Linux sleep and wait: Precise Timing and Process Synchronization

This guide explains how to use the Linux sleep and wait commands for pausing execution, specifying time units, handling sub‑second intervals, running periodic tasks, and synchronizing background processes, complete with practical Bash examples and detailed explanations.

BashLinuxScripting
0 likes · 5 min read
Master Linux sleep and wait: Precise Timing and Process Synchronization
Open Source Linux
Open Source Linux
Apr 22, 2022 · Operations

Essential Bash Scripts for Linux Engineers: From Games to System Monitoring

This article compiles a collection of practical Bash scripts for Linux engineers, covering interactive games, network connection checks, process management, system monitoring, file operations, user account handling, and automated backups, each presented with clear explanations and ready-to-use code examples.

BackupBashShell scripting
0 likes · 23 min read
Essential Bash Scripts for Linux Engineers: From Games to System Monitoring
IT Services Circle
IT Services Circle
Apr 18, 2022 · Operations

Collection of Useful Bash Scripts for Linux Engineers

This article compiles a variety of practical Bash scripts for Linux engineers, covering tasks such as number guessing games, network monitoring, process management, user account handling, file operations, system resource checks, and automated service deployments, providing ready-to-use code snippets for everyday sysadmin automation.

BashSysadminexamples
0 likes · 21 min read
Collection of Useful Bash Scripts for Linux Engineers
Efficient Ops
Efficient Ops
Apr 14, 2022 · Operations

30 Essential Bash Scripts Every Linux Engineer Should Master

This article compiles a comprehensive collection of practical Bash scripts—from a number‑guessing game and remote IP counting to system monitoring, user management, and one‑click LNMP deployment—providing Linux engineers with ready‑to‑use tools that boost productivity and automate routine tasks.

BashLinuxscripts
0 likes · 21 min read
30 Essential Bash Scripts Every Linux Engineer Should Master
Open Source Linux
Open Source Linux
Mar 28, 2022 · Operations

10 Essential Linux Commands Every Developer Should Master

This guide introduces ten fundamental Linux commands—pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purposes, typical use‑cases, and providing clear code examples to help developers and sysadmins work more efficiently on Linux systems.

BashSystem AdministrationUnix
0 likes · 11 min read
10 Essential Linux Commands Every Developer Should Master
Liangxu Linux
Liangxu Linux
Mar 21, 2022 · Fundamentals

Master the Classic Shell Interview Questions: 13 Essential Concepts Explained

This article presents the classic "Shell Thirteen Questions" covering the definition of a shell, prompt mechanics, echo behavior, quoting rules, variable export, exec versus source, command grouping, substitution, wildcard handling, logical operators, I/O redirection, conditional statements, and loop constructs, each with clear explanations and examples.

BashLinuxScripting
0 likes · 12 min read
Master the Classic Shell Interview Questions: 13 Essential Concepts Explained
Programmer DD
Programmer DD
Mar 9, 2022 · Operations

9 Essential Shell Scripts Every Sysadmin Should Keep Handy

This article presents nine practical Bash scripts covering DOS attack mitigation, email alerts, MySQL backups, Nginx log rotation and analysis, network traffic monitoring, server initialization, and disk usage checks across multiple hosts, each with ready-to-use code examples.

AutomationBashLinux
0 likes · 11 min read
9 Essential Shell Scripts Every Sysadmin Should Keep Handy
Liangxu Linux
Liangxu Linux
Mar 5, 2022 · Fundamentals

Master Bash Shell: Core Concepts, Commands, and Scripting Tricks

This guide explains why the command‑line interface is called a Shell, clarifies prompts and carriage returns, and walks through essential Bash features such as echo options, quoting rules, variable export, exec vs source, grouping, parameter expansion, arrays, arithmetic, redirection, conditional statements, loops, and control flow operators.

BashControl structuresLinux
0 likes · 12 min read
Master Bash Shell: Core Concepts, Commands, and Scripting Tricks