Tagged articles

shell

645 articles · Page 2 of 7
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.

LinuxSystem Monitoringbash
0 likes · 8 min read
One‑Click Linux System Inspection: Complete Bash Script Guide
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 19, 2025 · Operations

Master Essential Linux Commands: From cd to tar and Beyond

This comprehensive guide introduces the most frequently used Linux commands—including navigation, file manipulation, searching, permission handling, compression, process management, and redirection—explaining their purpose, common options, and practical examples to help users work efficiently in a Linux environment.

TerminalUnixcommand-line
0 likes · 20 min read
Master Essential Linux Commands: From cd to tar and Beyond
Raymond Ops
Raymond Ops
Jun 18, 2025 · Fundamentals

Master Linux Shell: Essential Commands, Prompt Customization, and Session Management

This guide explains what a Linux shell is, how to view and set the current shell and hostname, customize the command prompt, differentiate internal and external commands, manage aliases, use common system commands, handle sessions with screen and tmux, employ echo options and ANSI codes, leverage bash shortcuts, apply file globbing patterns, and securely delete files with shred.

LinuxTerminalcommand-line
0 likes · 13 min read
Master Linux Shell: Essential Commands, Prompt Customization, and Session Management
MaGe Linux Operations
MaGe Linux Operations
Jun 7, 2025 · Fundamentals

Master Linux Command Line Basics: From Navigation to File Management

This guide walks readers through essential Linux command line skills, covering command syntax, directory navigation, file operations, searching, content viewing, text editing with vi, and backup/restoration techniques, all illustrated with clear examples and practical tips for beginners.

File Managementbackupcommand-line
0 likes · 8 min read
Master Linux Command Line Basics: From Navigation to File Management
Raymond Ops
Raymond Ops
Jun 6, 2025 · Operations

Master Linux Process Management: Essential Commands and Monitoring Tools

This guide explains the fundamentals of Linux programs and processes, their lifecycle, creation methods, and provides detailed usage of key commands such as ps, top, pgrep, pstree, lsof, vmstat, free, iostat, iftop, dstat, as well as background job control, at, and crontab for scheduling tasks.

LinuxSystem Monitoringprocess management
0 likes · 11 min read
Master Linux Process Management: Essential Commands and Monitoring Tools
Liangxu Linux
Liangxu Linux
May 21, 2025 · Operations

Master Apache Log Analysis with 20 Essential Linux Commands

This guide presents a curated collection of 20 practical Linux one‑liners—using awk, grep, netstat, and other shell tools—to extract IP counts, page views, bandwidth, error rates, concurrency, and other key metrics from Apache access logs, enabling quick and thorough server traffic analysis.

Operationsapacheawk
0 likes · 10 min read
Master Apache Log Analysis with 20 Essential Linux Commands
Efficient Ops
Efficient Ops
May 5, 2025 · Operations

Mastering Linux Find: 8 Powerful Use Cases for System Operations

This article explains why the Linux find command is essential for administrators, walks through a common interview question about deleting year‑old log files, and then presents eight practical find usages—including name patterns, file types, timestamps, size, permissions, ownership, execution actions, and directory searches—complete with ready‑to‑run code examples.

File SearchLinuxfind command
0 likes · 8 min read
Mastering Linux Find: 8 Powerful Use Cases for System Operations
Java Tech Enthusiast
Java Tech Enthusiast
May 4, 2025 · Operations

Comprehensive Linux Command Cheat Sheet

This cheat sheet compiles essential Linux command‑line tools—including navigation (cd, pwd, ls), file manipulation (cp, mv, rm, cat), searching (find, grep), permission management (chmod, chown), archiving (tar), text processing (cut), and redirection or piping—each with common options and practical usage examples for everyday system administration.

LinuxUnixcommand-line
0 likes · 19 min read
Comprehensive Linux Command Cheat Sheet
Code Mala Tang
Code Mala Tang
May 4, 2025 · Operations

Master Shell Functions: From Basics to Advanced Automation

This guide explains everything about Shell functions—from basic syntax and creation, through parameter passing, return values, nesting, and recursion, to best practices, sourcing from the command line, and a real‑world file‑backup example—helping Unix/Linux users and DevOps engineers write modular, reusable scripts.

AutomationFunctionsScripting
0 likes · 7 min read
Master Shell Functions: From Basics to Advanced Automation
Java Backend Technology
Java Backend Technology
Apr 27, 2025 · Operations

Master the Essential Linux Commands: A Complete Cheat Sheet

This guide presents a comprehensive overview of essential Linux commands—including navigation, file manipulation, searching, permission handling, process management, networking, and redirection—explaining their purposes, common options, and practical examples to help users work more efficiently in the terminal.

command-lineshellsystem-administration
0 likes · 22 min read
Master the Essential Linux Commands: A Complete Cheat Sheet
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2025 · Operations

Master the Linux Command Line: Essential Commands Explained

This comprehensive Linux command cheat sheet covers essential tools such as cd, ls, cp, rm, grep, tar, and many others, providing clear syntax, common options, and practical examples to help users efficiently manage files, processes, permissions, and system operations on Linux.

Unixcommand-lineshell
0 likes · 21 min read
Master the Linux Command Line: Essential Commands Explained
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2025 · Operations

Master Linux Background Jobs: &, nohup, and screen Explained

This guide explains how to run Linux commands in the background using &, nohup, and screen, covering their syntax, output redirection, job control shortcuts, and practical examples so you can keep the terminal free for other tasks while processes continue running.

background jobsnohupprocess management
0 likes · 8 min read
Master Linux Background Jobs: &, nohup, and screen Explained
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2025 · Operations

Master Linux Permissions: User Switching, sudo, chmod, umask & Sticky Bit Explained

This comprehensive guide explains Linux permissions, covering the roles of root and regular users, how to switch users with su, elevate privileges with sudo, manage file and directory access using chmod, chown, chgrp, understand default permission masks with umask, and secure shared directories with the sticky bit, complete with practical command examples and explanations.

Sticky Bitchmodpermissions
0 likes · 14 min read
Master Linux Permissions: User Switching, sudo, chmod, umask & Sticky Bit Explained
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 22, 2025 · Databases

Implementing a MySQL Configuration Comparison Script: Key Considerations and Common Pitfalls

This article explains how to build a MySQL configuration comparison script by retrieving runtime variable values, parsing my.cnf and mysqld-auto.cnf files, handling formatting and case issues, and accurately comparing values while addressing typical challenges such as unit conversion, boolean representation, and legacy variable names.

Database Administrationawkjq
0 likes · 8 min read
Implementing a MySQL Configuration Comparison Script: Key Considerations and Common Pitfalls
Efficient Ops
Efficient Ops
Apr 21, 2025 · Operations

10 Must‑Know Shell Scripts to Boost Your Ops Efficiency

This guide presents ten practical shell script examples for operations engineers, covering file consistency checks, colored output functions, FTP downloads, package verification, service status monitoring, host reachability, resource utilization alerts, batch disk usage monitoring, website availability testing, and MySQL master‑slave synchronization, all with full code snippets.

shell
0 likes · 13 min read
10 Must‑Know Shell Scripts to Boost Your Ops Efficiency
Test Development Learning Exchange
Test Development Learning Exchange
Apr 20, 2025 · Mobile Development

How to Use ADB Commands: Reboot, Logcat, and Shell

This guide explains essential ADB commands for Android development, covering how to reboot a device (including bootloader and recovery modes), view real‑time logs with logcat and its filtering options, and enter the device’s shell to run Linux commands such as ls, pwd, and top.

ADBAndroidMobile Development
0 likes · 3 min read
How to Use ADB Commands: Reboot, Logcat, and Shell
Liangxu Linux
Liangxu Linux
Apr 17, 2025 · Operations

20 Powerful Shell Commands to Master Log File Analysis

This guide presents twenty essential shell one‑liners—using awk, grep, sort, uniq, and netstat—to quickly count unique IPs, identify hot pages, filter bots, monitor Apache processes, and measure traffic, helping sysadmins and security analysts extract actionable insights from web server logs.

Linuxawkgrep
0 likes · 12 min read
20 Powerful Shell Commands to Master Log File Analysis
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2025 · Operations

Master Linux Command Line: Essential Commands and Real‑World Examples

This comprehensive guide introduces Linux fundamentals, explains the relationship between Linux and Unix, describes kernel, shell, and application layers, compares network modes, and provides detailed usage examples for common commands such as init, man, pwd, ls, cd, mkdir, rmdir, touch, cp, rm, mv, cat, grep, tar, zip, and date, helping readers efficiently manage Linux systems.

Unixcommand-lineshell
0 likes · 21 min read
Master Linux Command Line: Essential Commands and Real‑World Examples
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.

Linuxbashenvironment variables
0 likes · 6 min read
Master Linux Environment Variables: View, Set, and Delete Them
MaGe Linux Operations
MaGe Linux Operations
Mar 31, 2025 · Information Security

How to Harden Linux Systems: Practical Security Steps for RHEL7

An in‑depth guide shows how to harden a RHEL 7 Linux server by tightening account permissions, enforcing password policies, limiting login attempts, changing SSH settings, restricting compiler use, protecting log files, applying minimal firewall rules, and enabling SELinux to achieve a B1‑level security baseline.

RHEL7hardeningsecurity
0 likes · 13 min read
How to Harden Linux Systems: Practical Security Steps for RHEL7
Liangxu Linux
Liangxu Linux
Mar 29, 2025 · Operations

Mastering /etc/init.d Scripts: A Deep Dive into Embedded Linux Service Management

This guide explains the role of the /etc/init.d directory in embedded Linux, walks through common startup scripts such as rcS, rcK, and service-specific files, and provides detailed code examples and command‑line options to help developers understand, customize, and troubleshoot system initialization and shutdown processes.

EmbeddedLinuxinit.d
0 likes · 19 min read
Mastering /etc/init.d Scripts: A Deep Dive into Embedded Linux Service Management
Open Source Linux
Open Source Linux
Mar 14, 2025 · Operations

Essential Linux Command-Line Tools Every Sysadmin Should Master

This guide compiles the most powerful and commonly used Linux command-line utilities across system monitoring, networking, file management, text processing, package handling, development, security, and optional graphical tools, offering concise descriptions and practical usage tips to boost efficiency.

shelltools
0 likes · 9 min read
Essential Linux Command-Line Tools Every Sysadmin Should Master
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.

AutomationControl structuresScript
0 likes · 11 min read
Master Shell Scripting: From Basics to Advanced Control Structures
Linux Kernel Journey
Linux Kernel Journey
Feb 23, 2025 · Fundamentals

Debugging C++ Deadlocks on Linux with Shell Commands and GDB

This article explains how to identify and resolve multithreaded deadlocks in Linux C++ programs by using shell utilities such as ps and top for initial diagnosis, then attaching GDB to inspect thread stacks and pinpoint the exact lock contention causing the freeze.

C#DeadlockLinux
0 likes · 20 min read
Debugging C++ Deadlocks on Linux with Shell Commands and GDB
Liangxu Linux
Liangxu Linux
Feb 16, 2025 · Operations

How to Quickly Visualize Shell Commands with Sampler – Install, Configure, and Use

Sampler is a lightweight tool that runs shell commands, visualizes their output, and triggers alerts, using simple YAML configuration; the guide explains why it’s useful, how to install it on macOS, Linux, and Windows, and provides detailed examples of components, triggers, interactive shells, and real‑world database monitoring scenarios.

MonitoringYAMLalerts
0 likes · 14 min read
How to Quickly Visualize Shell Commands with Sampler – Install, Configure, and Use
Liangxu Linux
Liangxu Linux
Feb 9, 2025 · Operations

Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples

This guide explains how to use the Linux find command to locate files by type, name, size, inode, and timestamps, demonstrates combining conditions with logical operators, and shows how to pipe results to other utilities such as xargs, -exec, and command substitution for tasks like copying, deleting, and archiving.

File SearchLinuxcommand-line
0 likes · 14 min read
Master Linux ‘find’: Powerful File Search Techniques and Real-World Examples
Liangxu Linux
Liangxu Linux
Feb 5, 2025 · Fundamentals

Mastering Linux File Search: Powerful find Command Examples and Tips

This guide explains the Linux find command, covering its basic syntax, common options for searching by name, size, type, time, user, permissions, depth, logical operators, action flags, integration with xargs, and provides practical examples and exercises for mastering file searching on Unix-like systems.

File SearchLinuxUnix
0 likes · 17 min read
Mastering Linux File Search: Powerful find Command Examples and Tips
MaGe Linux Operations
MaGe Linux Operations
Jan 19, 2025 · Operations

Master Linux Redirection, Pipes, and Text Processing Commands

This guide explains Linux I/O redirection, pipelines, tee and xargs utilities, and essential text‑processing commands such as grep, cut, awk, sed, sort, wc, uniq, and tr, providing clear examples for each to help users handle files and streams efficiently.

Linuxcommand-lineshell
0 likes · 10 min read
Master Linux Redirection, Pipes, and Text Processing Commands
MaGe Linux Operations
MaGe Linux Operations
Jan 7, 2025 · Operations

Master Linux I/O Redirection: From Basics to Advanced Tricks

This guide explains Linux shell I/O redirection, covering output and input redirection, file descriptor semantics, the importance of order, using /dev/null to discard output, and common patterns for merging and appending streams, all with clear examples.

I/O RedirectionLinuxUnix
0 likes · 6 min read
Master Linux I/O Redirection: From Basics to Advanced Tricks
21CTO
21CTO
Jan 1, 2025 · Fundamentals

Unlock Free Shells in Java IDEs: Guide to IntelliJ, Eclipse & NetBeans

This guide introduces the free shells available within popular Java IDEs, explains how to enable additional shells via the Applet Runner plugin, and details configuration options for Command Prompt, PowerShell, WSL, Git Bash, Cygwin, and SSH to streamline development workflows.

Applet RunnerEclipseIDE
0 likes · 7 min read
Unlock Free Shells in Java IDEs: Guide to IntelliJ, Eclipse & NetBeans
MaGe Linux Operations
MaGe Linux Operations
Jan 1, 2025 · Operations

Master Linux Text Processing: grep, cut, sort, uniq, diff, and More

This guide provides a comprehensive overview of essential Linux text‑processing commands—including grep, cut, sort, uniq, tee, diff, paste, and tr—detailing their key options, usage examples, and practical tips for efficiently searching, extracting, sorting, comparing, merging, and transforming file contents.

Linuxcutdiff
0 likes · 24 min read
Master Linux Text Processing: grep, cut, sort, uniq, diff, and More
Top Architecture Tech Stack
Top Architecture Tech Stack
Dec 31, 2024 · Operations

Comprehensive Linux Command Reference and Usage Guide

A detailed reference of Linux command-line utilities covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group administration, permissions, compression, package management, backups, networking, and other essential system administration tasks.

LinuxUnixcommand-line
0 likes · 31 min read
Comprehensive Linux Command Reference and Usage Guide
Efficient Ops
Efficient Ops
Dec 29, 2024 · Operations

Turn Shell Commands into Real‑Time Visual Dashboards with Sampler

Sampler is a lightweight tool that lets you execute shell commands, visualize their output, and set up alerts using simple YAML configurations, offering a quick, server‑less alternative to full‑blown monitoring stacks for databases, message queues, and custom scripts.

YAMLsamplershell
0 likes · 16 min read
Turn Shell Commands into Real‑Time Visual Dashboards with Sampler
Efficient Ops
Efficient Ops
Dec 24, 2024 · Fundamentals

Create an ASCII Christmas Tree with Shell and Python Scripts

This article shares a festive greeting and demonstrates how to generate an ASCII Christmas tree using both a Bash shell script and a Python program, followed by details about the upcoming GOPS Global Operations Conference in Shenzhen, encouraging operations professionals to celebrate the holiday season.

ASCII artPythonScript
0 likes · 4 min read
Create an ASCII Christmas Tree with Shell and Python Scripts
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.

AutomationScriptbash
0 likes · 11 min read
Master Bash: From Basic Scripts to Advanced Automation with Expect
Liangxu Linux
Liangxu Linux
Dec 4, 2024 · Operations

10 Must‑Know Command‑Line Tricks to Supercharge Your Workflow

This article compiles ten essential command‑line shortcuts and tricks—including cursor navigation, Vim commands, directory switching, file transfer, log handling, Redis access, and process inspection—to help developers work faster and more efficiently in Unix‑like shells.

TipsVimproductivity
0 likes · 10 min read
10 Must‑Know Command‑Line Tricks to Supercharge Your Workflow
Java Tech Enthusiast
Java Tech Enthusiast
Dec 2, 2024 · Operations

Sampler: A Visual Server Monitoring Tool for Linux

Sampler is a Linux visual monitoring tool that runs from a single binary, uses simple YAML files to define widgets such as sparklines and bar charts, and displays real‑time CPU, memory, network, Docker container statistics and other metrics, while being easily extensible to services like MySQL, MongoDB and Kafka.

LinuxOpsServer monitoring
0 likes · 7 min read
Sampler: A Visual Server Monitoring Tool for Linux
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.

AutomationTipsbash
0 likes · 5 min read
10 Essential Shell Script Tricks to Boost Your Linux Automation
Top Architecture Tech Stack
Top Architecture Tech Stack
Nov 28, 2024 · Fundamentals

Essential Linux Terminal Tips and Tricks to Boost Productivity

This article presents a collection of practical Linux command‑line techniques—including tab completion, directory navigation shortcuts, command chaining, history search, log monitoring, and useful aliases—that help both beginners and experienced users work faster and avoid common pitfalls.

LinuxTerminalcommand-line
0 likes · 12 min read
Essential Linux Terminal Tips and Tricks to Boost Productivity
Liangxu Linux
Liangxu Linux
Nov 6, 2024 · Operations

A Handy Shell Script Toolbox for Linux Server Management

The YujuToolBox is a shell script collection that provides system‑administration utilities for Debian and Ubuntu servers, offering simple installation via curl or wget, step‑by‑step usage commands, and links to related GitHub projects for easy server optimization.

AutomationDebianLinux
0 likes · 3 min read
A Handy Shell Script Toolbox for Linux Server Management
Liangxu Linux
Liangxu Linux
Nov 5, 2024 · Operations

Mastering su and sudo: When and How to Switch Users on Linux

This guide explains the differences between the su and sudo commands, how to create test users, switch between them using login and non‑login shells, employ the -c option, configure sudo privileges via /etc/sudoers, and choose the safest method for privilege escalation on Linux systems.

Linuxshellsu
0 likes · 14 min read
Mastering su and sudo: When and How to Switch Users on Linux
MaGe Linux Operations
MaGe Linux Operations
Nov 4, 2024 · Operations

Master Linux Shell: Essential Commands, Prompt Customization, and Session Management

This guide introduces the Linux shell, explains how to view and set the current shell and hostname, customize the command prompt, differentiate internal and external commands, manage aliases, use common utilities, handle sessions with screen and tmux, and employ advanced echo formatting and safety deletion techniques.

Linuxshellsystem-administration
0 likes · 14 min read
Master Linux Shell: Essential Commands, Prompt Customization, and Session Management
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.

Unixbashcommand-line
0 likes · 30 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
Selected Java Interview Questions
Selected Java Interview Questions
Sep 12, 2024 · Operations

20 Essential Linux Terminal Tips to Boost Productivity

This article presents a curated list of twenty practical Linux command‑line tricks—from tab completion and directory navigation to command chaining, history search, log monitoring, and useful shortcuts—that help both beginners and seasoned users work faster and avoid common pitfalls.

LinuxTerminalTips
0 likes · 11 min read
20 Essential Linux Terminal Tips to Boost Productivity
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 11, 2024 · Operations

Essential Linux Commands Every Sysadmin Should Master

This guide compiles the most frequently used Linux commands—covering help utilities, file and directory manipulation, content processing, compression, system information, networking, disk management, permissions, user administration, and process control—to provide a comprehensive reference for effective system operation and troubleshooting.

OperationsUnixcommand-line
0 likes · 14 min read
Essential Linux Commands Every Sysadmin Should Master
MaGe Linux Operations
MaGe Linux Operations
Aug 29, 2024 · Operations

Master Linux’s /usr/bin/time: Measure CPU, Memory, and More with Custom Formats

This guide explains how to use the Linux /usr/bin/time utility to analyze program performance—including user and kernel CPU time, memory usage, and other resources—by invoking the command with various options, customizing output formats, redirecting results, and distinguishing it from the shell built‑in time command.

Linuxperformance monitoringresource usage
0 likes · 9 min read
Master Linux’s /usr/bin/time: Measure CPU, Memory, and More with Custom Formats
Open Source Linux
Open Source Linux
Aug 7, 2024 · Fundamentals

Master Essential Linux Shell Tools for Text Processing

This guide introduces the most frequently used Linux shell utilities—find, grep, xargs, sort, uniq, tr, cut, paste, wc, sed, and awk—explaining their core options and providing practical command‑line examples to help readers efficiently manipulate and analyze text files.

awkcommand-linefind
0 likes · 16 min read
Master Essential Linux Shell Tools for Text Processing
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.

File SearchUnixbash
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.

Terminalbashcommand-line
0 likes · 31 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
DevOps Operations Practice
DevOps Operations Practice
Jul 31, 2024 · Operations

Essential Shell Automation Scripts for System Administration

This article presents a collection of practical Bash scripts that automate common system administration tasks such as disk usage monitoring, MySQL backups, service health checks, temporary file cleanup, resource monitoring, user creation, and subnet IP scanning, each with clear explanations and ready-to-use code.

Scriptingshellsystem-administration
0 likes · 7 min read
Essential Shell Automation Scripts for System Administration
Efficient Ops
Efficient Ops
Jul 29, 2024 · Operations

Top 19 Essential Linux & Sysadmin Interview Questions with Answers

This article compiles 19 practical Linux, security, networking, and Python interview questions covering command‑line techniques, system monitoring, load‑balancing, HTTP protocols, common vulnerabilities, TCP handshakes, TIME_WAIT optimization, and code snippets to help candidates prepare for sysadmin roles.

LinuxPythoninterview
0 likes · 15 min read
Top 19 Essential Linux & Sysadmin Interview Questions with Answers
Java Tech Enthusiast
Java Tech Enthusiast
Jul 3, 2024 · Databases

MySQL Database Backup with Shell Script and Cron

This guide explains how to set up automated MySQL database backups using a shell script that runs mysqldump (optionally compressed), stores the files on a local disk, makes the script executable, and schedules it with a cron job after verifying disk space and cron availability.

Linuxbackupcron
0 likes · 5 min read
MySQL Database Backup with Shell Script and Cron
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 24, 2024 · Operations

150 Essential Linux Commands Every Sysadmin Should Master

This comprehensive guide lists 150 indispensable Linux commands covering file management, system monitoring, networking, user administration, process control, and more, providing clear explanations to help both beginners and experienced administrators efficiently manage Linux environments.

OperationsUnixcommand-line
0 likes · 25 min read
150 Essential Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Jun 7, 2024 · Operations

Master Linux xargs with 6 Real‑World Examples for Faster Automation

This tutorial explains the Linux xargs command and provides six practical, step‑by‑step examples—including copying files, deleting by extension, compressing directories, renaming to uppercase, counting lines, and listing user accounts—to help automate common system tasks efficiently.

Linuxcommand-lineshell
0 likes · 8 min read
Master Linux xargs with 6 Real‑World Examples for Faster Automation
MaGe Linux Operations
MaGe Linux Operations
May 30, 2024 · Operations

How to Redirect Output to Privileged Files Using sudo on Ubuntu

This guide explains why a simple sudo command may still produce a Permission denied error when redirecting output to a file you lack write access to, and presents four practical methods—including running a shell with sudo, using scripts, sudo -s, and sudo tee—to successfully write to such protected files on Ubuntu 18.04.

LinuxUbuntuoutput redirection
0 likes · 4 min read
How to Redirect Output to Privileged Files Using sudo on Ubuntu
Test Development Learning Exchange
Test Development Learning Exchange
May 29, 2024 · Operations

Linux Command Cheat Sheet: File, Directory, Process, Network, and System Management

This guide provides a concise reference of essential Linux commands for file and directory handling, file operations, permission management, searching, process control, networking, system monitoring, hardware information, log handling, text processing, and package management on both Debian‑based and RPM‑based distributions.

LinuxUnixcommand-line
0 likes · 5 min read
Linux Command Cheat Sheet: File, Directory, Process, Network, and System Management
Linux Cloud Computing Practice
Linux Cloud Computing Practice
May 7, 2024 · Fundamentals

Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills

This comprehensive guide walks developers through the essential concepts of Linux, covering the difference between the kernel and distributions, key command‑line tools, file and permission management, process handling, networking basics, and advanced Vim editing techniques, empowering programmers to become proficient in Linux system operations.

File Managementcommand-linenetworking
0 likes · 50 min read
Master Linux Basics: From Kernel Fundamentals to Powerful Command‑Line Skills
MaGe Linux Operations
MaGe Linux Operations
Apr 7, 2024 · Fundamentals

Mastering sed: Variable Substitution, Quoting, and Advanced Tricks

This article explains how to correctly use shell variables and variable substitution in sed, clarifies quoting rules, demonstrates retrieving the last N lines, handling backreferences, the -i option, greedy matching, the interplay of a and N commands, exclamation negation, and troubleshooting high CPU usage.

quotingregexsed
0 likes · 15 min read
Mastering sed: Variable Substitution, Quoting, and Advanced Tricks
Efficient Ops
Efficient Ops
Mar 24, 2024 · Operations

20 Essential Linux Terminal Tricks to Supercharge Your Productivity

This article compiles a set of practical Linux command‑line shortcuts—from tab completion and directory navigation to history search and log monitoring—that help both beginners and seasoned users work faster, avoid common pitfalls, and boost overall terminal productivity.

LinuxOperationsTerminal
0 likes · 13 min read
20 Essential Linux Terminal Tricks to Supercharge Your Productivity
Liangxu Linux
Liangxu Linux
Mar 19, 2024 · Fundamentals

Master Linux Shell, Users, and Permissions: A Complete Guide

This article explains the role of the Linux shell as a command interpreter, details user and group concepts, describes file permission bits and their symbolic and octal representations, and provides practical examples of chmod, chown, chgrp, umask, and sticky‑bit usage for managing access control.

LinuxStickyBitchmod
0 likes · 12 min read
Master Linux Shell, Users, and Permissions: A Complete Guide
DevOps Operations Practice
DevOps Operations Practice
Mar 2, 2024 · Fundamentals

Comprehensive Guide to Using the ls Command in Linux

This tutorial explains the Linux ls command in depth, covering its basic usage, a wide range of options for detailed listings, sorting, displaying hidden files, size units, recursive traversal, and how to interpret output columns, all illustrated with command examples and screenshots.

LinuxUnixcommand-line
0 likes · 6 min read
Comprehensive Guide to Using the ls Command in Linux
Liangxu Linux
Liangxu Linux
Feb 29, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administrators

This comprehensive guide lists essential Linux commands covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, packaging, backup, networking, and more, providing a quick reference for administrators and power users.

LinuxUnixshell
0 likes · 36 min read
Essential Linux Command Cheat Sheet for System Administrators
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.

Linuxbashenvironment variables
0 likes · 11 min read
Master Linux Environment Variables: 6 Proven Configuration Methods & Loading Order
Liangxu Linux
Liangxu Linux
Jan 14, 2024 · Operations

Master Linux History Expansion: Powerful ‘!’ Operator Tricks

This guide explains the versatile Linux ‘!’ history‑expansion operator, showing how to repeat previous commands, substitute arguments, use wildcards, edit past entries, and apply safety tips, all with clear examples to boost command‑line efficiency.

Linuxhistory expansionshell
0 likes · 7 min read
Master Linux History Expansion: Powerful ‘!’ Operator Tricks