Tagged articles
769 articles
Page 4 of 8
php Courses
php Courses
May 7, 2023 · Operations

Common Linux Commands with Usage Examples

This guide presents a concise reference of essential Linux command‑line tools, including cd, ls, touch, mkdir, cp, mv, rm, chmod, chown, ps, top, tar, grep, sed, find, ssh, scp, ping, netstat, and ifconfig, each illustrated with a practical example.

LinuxShellSystem Administration
0 likes · 5 min read
Common Linux Commands with Usage Examples
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
Liangxu Linux
Liangxu Linux
Apr 23, 2023 · Information Security

Force Users to Change Their Linux Password on Next Login

Learn how to enforce password changes for Linux users by adjusting the minimum password age with chage or expiring the password using passwd, ensuring stronger security while providing clear step‑by‑step commands and execution guidance.

LinuxPassword ManagementSecurity
0 likes · 4 min read
Force Users to Change Their Linux Password on Next Login
Liangxu Linux
Liangxu Linux
Apr 20, 2023 · Operations

Recovering a Broken LVM Root Partition on CentOS 7

A friend’s CentOS 7 server failed to boot because the LVM‑managed root partition disappeared, and this guide walks through diagnosing the dracut error, extracting partition data from raw disk sectors, recreating the LVM backup file, and restoring the system to a bootable state.

CentOSLVMLinux
0 likes · 6 min read
Recovering a Broken LVM Root Partition on CentOS 7
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 11, 2023 · Operations

Master Linux Performance Tuning: Practical Steps for Faster Systems

This guide explains why Linux performance depends on both hardware and software, outlines key factors such as CPU, memory, disk I/O, network, OS installation, kernel parameters, file systems, and application design, and provides a step‑by‑step process for administrators, architects, and developers to diagnose and optimize system speed.

HardwareLinuxRAID
0 likes · 16 min read
Master Linux Performance Tuning: Practical Steps for Faster Systems
Python Programming Learning Circle
Python Programming Learning Circle
Apr 8, 2023 · Operations

Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

The article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate common tasks like remote command execution, log analysis, system monitoring with alerts, batch software deployment, and file backup and recovery, providing code examples for each scenario.

AutomationDevOpsOperations
0 likes · 9 min read
Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Liangxu Linux
Liangxu Linux
Apr 2, 2023 · Operations

Master Linux Quickly: 100+ Essential Commands Every Sysadmin Needs

This article compiles a comprehensive Linux command reference covering system information, file and directory manipulation, permissions, networking, package management, backup, disk utilities, and editor shortcuts, providing concise examples and options for each command to help administrators work efficiently on the command line.

LinuxShellSystem Administration
0 likes · 35 min read
Master Linux Quickly: 100+ Essential Commands Every Sysadmin Needs
Liangxu Linux
Liangxu Linux
Mar 24, 2023 · Operations

Ultimate A‑Z Linux Command Cheat Sheet for Sysadmins

This article presents a comprehensive A‑to‑Z reference of Linux command‑line utilities, offering concise descriptions for each tool—from file manipulation and process control to networking and system monitoring—so readers can quickly look up or fill gaps in their command knowledge.

LinuxShellSystem Administration
0 likes · 39 min read
Ultimate A‑Z Linux Command Cheat Sheet for Sysadmins
Liangxu Linux
Liangxu Linux
Mar 20, 2023 · Operations

How to Build a Linux DNS, NFS, and Local Yum Repo with Nginx

This guide walks you through installing and configuring a Bind DNS server, setting up NFS sharing on Linux, and creating a local YUM repository served by Nginx, complete with command‑line steps, configuration file edits, and troubleshooting tips.

DNSLinuxNFS
0 likes · 9 min read
How to Build a Linux DNS, NFS, and Local Yum Repo with Nginx
Liangxu Linux
Liangxu Linux
Mar 19, 2023 · Fundamentals

Master Linux Fundamentals: A Hands‑On Lab Guide for Home, Work, and Exams

This step‑by‑step Linux fundamentals guide walks you through selecting and installing multiple distributions, configuring users, permissions, filesystems, software, networking, scripting, and system services, providing practical tasks that prepare you for personal projects, workplace duties, and certification exams.

LinuxShellSystem Administration
0 likes · 20 min read
Master Linux Fundamentals: A Hands‑On Lab Guide for Home, Work, and Exams
Architecture Digest
Architecture Digest
Mar 13, 2023 · Operations

Using Logrotate to Manage Nginx Log Files

This article explains how to install Logrotate on Linux, configure it to rotate Nginx access and error logs by size, time, or frequency, demonstrates manual rotation commands, compares copytruncate and create options, and shows how to customize cron schedules and handle SELinux permissions.

Log ManagementSystem Administrationcron
0 likes · 15 min read
Using Logrotate to Manage Nginx Log Files
Open Source Linux
Open Source Linux
Mar 8, 2023 · Operations

Master Linux Process Monitoring: ps, dstat, top & htop Explained

This guide introduces Linux process‑monitoring tools—ps, dstat, top and htop—by mapping each command to a character from the classic "Four Famous Detectives" metaphor, explains their key options, output fields, and interactive features, and provides practical usage examples for system administrators.

LinuxSystem Administrationdstat
0 likes · 12 min read
Master Linux Process Monitoring: ps, dstat, top & htop Explained
Liangxu Linux
Liangxu Linux
Feb 28, 2023 · Fundamentals

30 Must‑Know Linux Interview Questions and Answers for Developers

This article compiles a comprehensive set of common Linux interview questions covering core components, boot loaders, volume management, networking, essential commands, process handling, security, and popular distributions, providing concise answers and practical examples to help developers and sysadmins prepare effectively.

LinuxLinux BasicsShell
0 likes · 16 min read
30 Must‑Know Linux Interview Questions and Answers for Developers
Liangxu Linux
Liangxu Linux
Feb 25, 2023 · Operations

How to Monitor Linux Network Traffic with vnstat, iftop, and nethogs

This guide explains how to install and use three Linux network monitoring tools—vnstat, iftop, and nethogs—detailing command syntax, real‑time statistics, interactive shortcuts, and visual examples to help administrators track bandwidth usage per interface and per process.

LinuxSystem Administrationiftop
0 likes · 4 min read
How to Monitor Linux Network Traffic with vnstat, iftop, and nethogs
Efficient Ops
Efficient Ops
Feb 19, 2023 · Fundamentals

Top 10 Linux Shell Interview Questions and Practical Answers

This article presents ten common Linux shell interview questions covering script termination, file header removal, line length checking, viewing non‑printable characters, directory permissions with sticky bits, process states, cut, cmp vs diff, using echo instead of ls, and a brief explanation of inodes, each accompanied by clear command‑line examples.

LinuxScriptingShell
0 likes · 7 min read
Top 10 Linux Shell Interview Questions and Practical Answers
Open Source Linux
Open Source Linux
Feb 15, 2023 · Operations

8 Critical Mistakes to Avoid After Installing Linux

After setting up a new Linux system, knowing which common actions to steer clear of—such as blindly copying commands, overusing root privileges, deleting essential files, adding untrusted repositories, and neglecting backups—can prevent costly errors and keep your installation stable and secure.

LinuxSystem Administrationbest practices
0 likes · 8 min read
8 Critical Mistakes to Avoid After Installing Linux
Liangxu Linux
Liangxu Linux
Jan 31, 2023 · Operations

Master Essential Linux Commands: From pwd to umask Explained

This comprehensive guide walks you through the most frequently used Linux commands—including pwd, cd, tree, mkdir, touch, ls, cp, mv, rm, rmdir, ln, readlink, find, xargs, rename, basename, dirname, chattr, lsattr, file, md5sum, chown, chmod and umask—detailing their purpose, syntax, common options, and practical examples to help you navigate and manage the command line efficiently.

LinuxShellSystem Administration
0 likes · 23 min read
Master Essential Linux Commands: From pwd to umask Explained
Liangxu Linux
Liangxu Linux
Jan 30, 2023 · Operations

Surviving Windows After 15 Years on Linux: Practical Tips and Workarounds

After fifteen years of using Linux exclusively, the author shares a detailed, experience‑driven guide on adapting to Windows 10, covering desktop chaos, limited customisation, missing Unix‑style tools, software installation hurdles, terminal upgrades, automatic restarts, virtual desktops, clipboard differences, and practical workarounds.

LinuxSystem AdministrationWindows
0 likes · 17 min read
Surviving Windows After 15 Years on Linux: Practical Tips and Workarounds
Liangxu Linux
Liangxu Linux
Jan 8, 2023 · Operations

Master Linux Basics: Filesystem, Commands, Permissions, and User Management

This guide provides a comprehensive overview of Linux operating system fundamentals, covering installation references, filesystem hierarchy, essential command-line operations, user and group management, permission handling, process control, and common software installation methods, complete with practical examples and command syntax.

LinuxSystem AdministrationUser Management
0 likes · 18 min read
Master Linux Basics: Filesystem, Commands, Permissions, and User Management
Liangxu Linux
Liangxu Linux
Jan 8, 2023 · Operations

Essential Linux Shell Commands for Everyday System Administration

This article compiles a practical collection of Linux command‑line snippets covering file searching, batch extraction, text manipulation with sed, directory checks, disk usage monitoring, log analysis, firewall rules, and other common sysadmin tasks, each illustrated with exact command examples and brief explanations.

LinuxScriptingShell
0 likes · 10 min read
Essential Linux Shell Commands for Everyday System Administration
Liangxu Linux
Liangxu Linux
Dec 27, 2022 · Operations

How to Keep SSH Sessions Alive by Editing the SSH Config

This guide explains how to prevent idle SSH sessions from being terminated by adding a ServerAliveInterval setting to the user‑level or system‑wide SSH configuration files, ensuring the connection stays alive without compromising security.

LinuxNetworkingSSH
0 likes · 3 min read
How to Keep SSH Sessions Alive by Editing the SSH Config
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2022 · Operations

Master Essential Linux Commands for Efficient System Operations

This article shares practical Linux command techniques—including xargs, background execution, process monitoring, multitail, continuous ping logging, TCP state inspection, and SSH port forwarding—to help system administrators streamline tasks, improve script efficiency, and troubleshoot performance issues.

LinuxNetworkingOperations
0 likes · 10 min read
Master Essential Linux Commands for Efficient System Operations
dbaplus Community
dbaplus Community
Dec 19, 2022 · Operations

Boost Your Linux Productivity with 10 Essential Command‑Line Tools

This guide introduces ten lesser‑known Linux commands—including rsync, screen, lsof, vimdiff, netcat, and more—explaining their key options, practical use‑cases, and example invocations so you can work faster, automate tasks, and troubleshoot systems efficiently.

LinuxSystem Administrationcommand-line
0 likes · 9 min read
Boost Your Linux Productivity with 10 Essential Command‑Line Tools
Open Source Linux
Open Source Linux
Nov 24, 2022 · Operations

Master dmidecode: Retrieve Detailed Hardware Info on Linux

This guide explains what dmidecode does, how to install it on CentOS 7.9, its command syntax and options, and provides practical examples for extracting BIOS, system, memory, processor and other hardware details using various dmidecode commands.

DMILinuxSystem Administration
0 likes · 8 min read
Master dmidecode: Retrieve Detailed Hardware Info on Linux
IT Services Circle
IT Services Circle
Nov 15, 2022 · Operations

Recovering a Linux Server Stuck in Rescue Mode and Re-mounting a Data Disk without Formatting

This article describes a step‑by‑step process for diagnosing a Linux server that entered rescue mode after an illegal reboot, using journalctl and systemctl commands, checking disk status, repairing an XFS filesystem with xfs_repair, and safely unmounting, re‑formatting, and re‑mounting the data partition without losing existing data.

Disk MountFilesystem RepairLinux
0 likes · 7 min read
Recovering a Linux Server Stuck in Rescue Mode and Re-mounting a Data Disk without Formatting
Efficient Ops
Efficient Ops
Nov 2, 2022 · Operations

10 Essential Linux Commands Every Developer Should Master

This article 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 example outputs to help developers and system administrators work more efficiently on Linux systems.

LinuxShellSystem Administration
0 likes · 11 min read
10 Essential Linux Commands Every Developer Should Master
Open Source Linux
Open Source Linux
Oct 17, 2022 · Operations

Mastering the Linux find Command: 7 Powerful Use Cases for Devs

This article explains why the Linux find command is essential for backend developers and interviewees, demonstrates how to delete log files older than a year, and walks through seven practical find usages—including name patterns, file types, timestamps, size, permissions, ownership, and executing actions on matched files.

LinuxShell scriptingSystem Administration
0 likes · 9 min read
Mastering the Linux find Command: 7 Powerful Use Cases for Devs
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
IT Services Circle
IT Services Circle
Aug 19, 2022 · Operations

Understanding Linux System Performance: CPU, Memory, I/O, and Monitoring Commands

This article explains how to assess Linux system performance by examining CPU usage with top, interpreting load averages, using vmstat for detailed metrics, monitoring memory consumption via top, understanding cache behavior, evaluating I/O performance with iostat and sar, and provides practical commands and visual examples for each component.

CPUI/OLinux
0 likes · 15 min read
Understanding Linux System Performance: CPU, Memory, I/O, and Monitoring Commands
Open Source Linux
Open Source Linux
Aug 18, 2022 · Operations

Master the Linux unlink Command: When and How to Use It vs rm

This article explains the Linux unlink command, how it deletes files and links, its syntax, limitations compared with rm, and scenarios where using unlink is preferable, providing clear examples and safety considerations for system administrators.

LinuxSystem AdministrationUNLINK
0 likes · 5 min read
Master the Linux unlink Command: When and How to Use It vs rm
Liangxu Linux
Liangxu Linux
Aug 17, 2022 · Fundamentals

Boost Your Linux Productivity with 8 Essential Command‑Line Tools

This guide introduces eight powerful Linux commands—rsync, screen/tmux, lsof, python -m, vimdiff, nc, date, and systemctl—explaining their key options, typical use‑cases, and providing ready‑to‑run examples that help you work faster and smarter on the command line.

LinuxShellSystem Administration
0 likes · 9 min read
Boost Your Linux Productivity with 8 Essential Command‑Line Tools
Laravel Tech Community
Laravel Tech Community
Aug 11, 2022 · Operations

Essential Linux Command‑Line Shortcuts, Tools, and Tips

This article compiles a practical set of Linux terminal shortcuts, utilities, and techniques—including editing key bindings, sudo shortcuts, background job control, nohup, at scheduling, man page customization, htop, ranger, shutdown cancellation, process killing, REISUB, and youtube‑dl—to boost productivity for developers and system administrators.

LinuxSystem Administrationcommand-line
0 likes · 9 min read
Essential Linux Command‑Line Shortcuts, Tools, and Tips
MaGe Linux Operations
MaGe Linux Operations
Aug 8, 2022 · Fundamentals

Master Linux Basics: From Shell Commands to System Management

This comprehensive guide walks you through essential Linux concepts, from understanding operating systems and distributions to mastering shell commands, file handling, user permissions, networking, process management, package installation, compression, and even Vim editor basics, empowering programmers to become proficient Linux users.

LinuxSystem Administrationcommands
0 likes · 52 min read
Master Linux Basics: From Shell Commands to System Management
21CTO
21CTO
Jul 30, 2022 · Operations

Why Garuda Linux Stands Out: Snapshots, Btrfs, and Gaming‑Ready Features

Garuda Linux, a new Arch‑based rolling distribution, combines Btrfs snapshots, Snapper rollback, a wide range of desktop environments, automatic Nvidia driver handling, and gaming‑focused tools, offering a modern, feature‑rich alternative for both newcomers and power users.

Arch LinuxBtrfsGaruda Linux
0 likes · 7 min read
Why Garuda Linux Stands Out: Snapshots, Btrfs, and Gaming‑Ready Features
Efficient Ops
Efficient Ops
Jul 12, 2022 · Operations

Master Linux Performance Troubleshooting in the First 60 Seconds

This guide walks you through the ten essential Linux command‑line tools that Netflix’s performance team uses to quickly assess system health, focusing on error and saturation metrics before utilization, so you can pinpoint and resolve server issues within the critical first minute.

OpsPerformance MonitoringSystem Administration
0 likes · 18 min read
Master Linux Performance Troubleshooting in the First 60 Seconds
Efficient Ops
Efficient Ops
Jul 4, 2022 · Operations

Master Essential Linux Commands: Find, Sed, Disk Monitoring, and More

This guide presents a collection of practical Linux command‑line techniques—including file searching, batch extraction, text manipulation with sed, directory checks, disk usage monitoring, log analysis, firewall rules, and SNMP queries—to help system administrators automate routine tasks efficiently.

AutomationShell scriptingSystem Administration
0 likes · 9 min read
Master Essential Linux Commands: Find, Sed, Disk Monitoring, and More
Open Source Linux
Open Source Linux
Jun 28, 2022 · Operations

Essential Ops Lessons: 22 Hard‑Earned Rules to Prevent Disasters

Drawing from three and a half years of DevOps experience, this guide compiles critical operational practices—ranging from cautious command execution and strict change control to robust backup, security hardening, continuous monitoring, performance tuning, and a disciplined mindset—to help engineers avoid costly outages and data loss.

BackupDevOpsOperational Best Practices
0 likes · 12 min read
Essential Ops Lessons: 22 Hard‑Earned Rules to Prevent Disasters
Liangxu Linux
Liangxu Linux
Jun 10, 2022 · Operations

Master Essential Windows CMD Commands for Network and System Management

This guide explains how to use key Windows command‑line tools such as ipconfig, msg, net user, net share, nslookup, netsh, telnet, and command chaining operators to query IP information, manage accounts, view shares, troubleshoot DNS, retrieve Wi‑Fi passwords, and automate tasks.

System AdministrationTutorialWindows
0 likes · 4 min read
Master Essential Windows CMD Commands for Network and System Management
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
Python Programming Learning Circle
Python Programming Learning Circle
May 27, 2022 · Fundamentals

Common Windows Command-Line Tools and Their Usage

This guide introduces several essential Windows command‑line utilities—including ipconfig, msg, net user, net share, nslookup, netsh wlan show, telnet, and command chaining operators—explaining their functions and step‑by‑step usage for network and system administration tasks.

System AdministrationTutorialWindows
0 likes · 5 min read
Common Windows Command-Line Tools and Their Usage
MaGe Linux Operations
MaGe Linux Operations
May 14, 2022 · Operations

Master Linux Password Reset, File System Basics, and Network Setup

This guide covers step‑by‑step methods to recover forgotten root passwords on various Linux distributions, explains common filesystem directories, lists essential commands, details SUID/SGID/sticky bit usage, shows how to configure static IPs in bridge and NAT modes, set up local yum repositories, manage iptables and firewalld rules, and provides basic shell scripting and hardening tips.

LinuxNetworkingPassword Recovery
0 likes · 17 min read
Master Linux Password Reset, File System Basics, and Network Setup
Programmer DD
Programmer DD
May 14, 2022 · Information Security

What Happens When You Run These Dangerous Linux Commands?

The article explains several destructive Linux commands—including rm -rf, fork bombs, direct disk writes, and hidden shellcode—detailing their effects, providing code examples, and warning readers to understand and test them carefully to avoid irreversible system damage.

LinuxShellSystem Administration
0 likes · 6 min read
What Happens When You Run These Dangerous Linux Commands?
Liangxu Linux
Liangxu Linux
Apr 27, 2022 · Operations

Analyzing Linux Boot Performance with systemd‑analyze

This article shows how system administrators can use the systemd‑analyze tool to measure boot and startup times, identify slow services, visualize the critical chain, dump system state, generate SVG plots, test unit conditions, inspect configuration files, verify syntax, and assess security settings on a Linux workstation.

System Administrationboot performancesystemd
0 likes · 16 min read
Analyzing Linux Boot Performance with systemd‑analyze
ITPUB
ITPUB
Apr 24, 2022 · Operations

What Happens When You Run These Dangerous Linux Commands?

This article explains several Linux commands—such as rm -rf, fork bombs, direct writes to block devices, and malicious script execution—that can irreversibly damage systems, detailing their effects, typical usage examples, and essential precautions to avoid catastrophic data loss.

LinuxSecuritySystem Administration
0 likes · 5 min read
What Happens When You Run These Dangerous Linux Commands?
Open Source Linux
Open Source Linux
Apr 6, 2022 · Operations

Top 6 Powerful SSH Clients for Secure Remote Management

This guide introduces six robust SSH and remote‑access tools—Xshell, SecureCRT, WinSCP, PuTTY, MobaXterm, and FinalShell—detailing their key features, supported protocols, and official download links for efficient server administration.

Remote accessSSHSystem Administration
0 likes · 4 min read
Top 6 Powerful SSH Clients for Secure Remote Management
Tencent Database Technology
Tencent Database Technology
Mar 29, 2022 · Fundamentals

Understanding Memory Management: From OS to MySQL

This article explores memory management concepts from both operating system and MySQL perspectives, covering virtual vs physical memory, process memory usage analysis using tools like top and /proc, and experimental verification of memory allocation behaviors.

LinuxOperating SystemsSystem Administration
0 likes · 9 min read
Understanding Memory Management: From OS to MySQL
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
Efficient Ops
Efficient Ops
Mar 22, 2022 · Operations

10 Essential Linux Commands Every Developer Should Master

This tutorial introduces ten fundamental Linux commands—pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purposes, typical usage examples, and how they help developers and system administrators efficiently manage processes, files, and system resources on Linux.

ShellSystem AdministrationUnix
0 likes · 11 min read
10 Essential Linux Commands Every Developer Should Master
Selected Java Interview Questions
Selected Java Interview Questions
Mar 20, 2022 · Fundamentals

Comprehensive Linux Basics and Command-Line Guide

An extensive tutorial covering Linux fundamentals, including operating system concepts, shell usage, essential commands, file management, permissions, process handling, networking, package management, compression, compilation, and advanced topics like daemon services, providing practical examples and step‑by‑step instructions for beginners and intermediate users.

LinuxShellSystem Administration
0 likes · 48 min read
Comprehensive Linux Basics and Command-Line Guide
Liangxu Linux
Liangxu Linux
Mar 12, 2022 · Operations

Master Linux File Search: Using which, whereis, locate, and find

This guide explains how to locate commands and files on Linux systems using the which, whereis, locate, and find utilities, covering syntax, common options, wildcard patterns, size filters, ownership checks, time criteria, logical operators, and the -exec action for batch processing.

File SearchSystem Administrationfind
0 likes · 10 min read
Master Linux File Search: Using which, whereis, locate, and find
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
Feb 15, 2022 · Operations

Mastering APT: Essential Commands for Ubuntu & Debian Package Management

Learn how to efficiently manage Debian-based packages on Ubuntu and other Linux distributions using APT, covering updating the package index, upgrading system and individual packages, installing and removing software, handling dependencies, and leveraging powerful commands like list, search, and show for comprehensive system maintenance.

APTLinuxSystem Administration
0 likes · 7 min read
Mastering APT: Essential Commands for Ubuntu & Debian Package Management
Laravel Tech Community
Laravel Tech Community
Feb 7, 2022 · Operations

Linux Basic Operations and Command Reference

This article provides a comprehensive reference of essential Linux commands and procedures, covering system shutdown and reboot, hardware and environment inspection, file and directory management, user and permission handling, networking utilities, performance monitoring tools, and common text processing techniques for administrators and developers.

LinuxNetworkingPerformance Monitoring
0 likes · 18 min read
Linux Basic Operations and Command Reference
MaGe Linux Operations
MaGe Linux Operations
Feb 3, 2022 · Operations

Master Linux Process Monitoring with htop: Install, Features, and Usage

This guide explains what htop is, highlights its user‑friendly features over the traditional top command, provides step‑by‑step installation instructions for major Linux distributions and from source, and shows how to navigate its interface to monitor and manage processes efficiently.

InstallationLinux monitoringSystem Administration
0 likes · 6 min read
Master Linux Process Monitoring with htop: Install, Features, and Usage
Open Source Linux
Open Source Linux
Jan 26, 2022 · Operations

Essential Linux Command Cheat Sheet for System Administration

This article compiles a comprehensive set of Linux command‑line shortcuts covering system shutdown, hardware inspection, user management, networking, file handling, compression, performance monitoring, and many other routine administration tasks, providing a handy reference for developers and sysadmins alike.

BashPerformance MonitoringShell
0 likes · 23 min read
Essential Linux Command Cheat Sheet for System Administration
21CTO
21CTO
Jan 24, 2022 · Operations

Master Linux Performance Monitoring: Essential Tools and Metrics

This guide explains how to monitor Linux server performance using built‑in tools such as top, vmstat, pidstat, iostat, netstat, sar and tcpdump, detailing the metrics each provides and how to interpret them for CPU, memory, disk I/O and network troubleshooting.

LinuxPerformance MonitoringSystem Administration
0 likes · 15 min read
Master Linux Performance Monitoring: Essential Tools and Metrics
Open Source Linux
Open Source Linux
Jan 12, 2022 · Operations

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

This guide explains the differences between su and sudo, demonstrates how to create test users, switch between accounts using login and non‑login shells, configure sudo privileges via /etc/sudoers, and provides practical command examples for secure user management on Linux.

LinuxSudoSystem Administration
0 likes · 14 min read
Mastering su and sudo: When and How to Switch Users Securely on Linux
MaGe Linux Operations
MaGe Linux Operations
Dec 31, 2021 · Operations

Why Do du and df Report Different Disk Sizes on Linux?

This article explains why the Linux commands du and df often return mismatched root partition sizes, detailing five underlying reasons such as deleted open files, reserved space, hidden files, mounted directories, and the fundamental differences between how du and df calculate disk usage.

FilesystemSystem Administrationdf
0 likes · 4 min read
Why Do du and df Report Different Disk Sizes on Linux?
Architect's Tech Stack
Architect's Tech Stack
Nov 15, 2021 · Operations

Understanding and Using the su and sudo Commands in Linux

This article systematically explains the differences, usage patterns, and practical examples of the Linux su and sudo commands, covering user creation, login‑shell vs non‑login‑shell switches, the -c option, sudoers configuration, and security considerations for privilege escalation.

LinuxSystem AdministrationUser Management
0 likes · 13 min read
Understanding and Using the su and sudo Commands in Linux
ITPUB
ITPUB
Nov 5, 2021 · Operations

Master Linux ‘at’ Command: Schedule One‑Time Tasks Easily

Learn how to install, configure, and use the Linux ‘at’ command to schedule one‑time tasks, including interactive entry, piping commands, time expressions, viewing and removing jobs, and comparing it with cron for efficient, non‑recurring automation.

LinuxSystem Administrationat command
0 likes · 9 min read
Master Linux ‘at’ Command: Schedule One‑Time Tasks Easily
Ops Development Stories
Ops Development Stories
Nov 3, 2021 · Operations

Deploy BIND9 with chroot, ACL, and Views on CentOS 8

This guide walks through setting up BIND9 in a chroot environment, configuring ACLs and views for intelligent DNS routing, creating master and slave zones, and testing resolution on CentOS 8, providing a practical solution for secure and segmented DNS services.

ACLCentOSDNS
0 likes · 17 min read
Deploy BIND9 with chroot, ACL, and Views on CentOS 8
Liangxu Linux
Liangxu Linux
Oct 31, 2021 · Operations

When to Use su vs sudo? A Practical Guide to Linux User Switching

This article explains the differences between the su and sudo commands, shows how to create test users, demonstrates login‑shell and non‑login‑shell switches, covers the -c option, details sudo’s permission model via /etc/sudoers, and provides a side‑by‑side comparison with practical code examples.

LinuxSudoSystem Administration
0 likes · 15 min read
When to Use su vs sudo? A Practical Guide to Linux User Switching
Sohu Tech Products
Sohu Tech Products
Oct 27, 2021 · Operations

Linux Command Cheat Sheet: Basic Operations, System Management, and Monitoring

This article provides a comprehensive collection of essential Linux command-line instructions covering system shutdown and reboot, hardware and process inspection, file manipulation, networking utilities, performance monitoring, and common administrative tasks, all organized for quick reference by developers and system administrators.

LinuxNetworkingPerformance Monitoring
0 likes · 20 min read
Linux Command Cheat Sheet: Basic Operations, System Management, and Monitoring
MaGe Linux Operations
MaGe Linux Operations
Oct 27, 2021 · Information Security

Mastering iptables: A Complete Guide to Linux Firewall Tables, Chains, and Rules

This article provides a comprehensive overview of iptables, explaining its table and chain architecture, detailing the built‑in tables (filter, nat, mangle, raw), describing common chains and targets, and offering practical command‑line examples for listing, flushing, persisting, and customizing firewall rules on Linux systems.

System Administrationfirewalliptables
0 likes · 19 min read
Mastering iptables: A Complete Guide to Linux Firewall Tables, Chains, and Rules
Programmer DD
Programmer DD
Oct 19, 2021 · Operations

Mastering Linux User Switching: su vs sudo Explained with Real Examples

This article systematically explains the differences between the Linux commands su and sudo, covering preparation steps, usage patterns, parameter effects, practical examples, sudoers configuration, and security considerations to help readers confidently manage user switching and privilege escalation.

LinuxSudoSystem Administration
0 likes · 15 min read
Mastering Linux User Switching: su vs sudo Explained with Real Examples
Liangxu Linux
Liangxu Linux
Oct 13, 2021 · Operations

Master Linux Process Tools: ps, top, dstat, and htop Explained

This guide maps four classic Linux process monitoring commands—ps, dstat, top, and htop—to the fictional "Four Great Detectives," explains their options, output fields, and practical usage with detailed examples and screenshots.

LinuxSystem Administrationdstat
0 likes · 8 min read
Master Linux Process Tools: ps, top, dstat, and htop Explained
Laravel Tech Community
Laravel Tech Community
Oct 12, 2021 · Operations

Understanding and Using the su and sudo Commands in Linux

This article systematically explains the differences, syntax, and practical usage of the Linux su and sudo commands, covering user creation, login shells, command‑line options, password handling, sudoers configuration, and a side‑by‑side comparison of their security implications.

LinuxSudoSystem Administration
0 likes · 14 min read
Understanding and Using the su and sudo Commands in Linux
Liangxu Linux
Liangxu Linux
Sep 28, 2021 · Operations

Top Linux CLI Tools for Real‑Time Network Bandwidth Monitoring

This article surveys a collection of Linux command‑line utilities that can monitor overall, per‑interface, per‑socket, and per‑process network bandwidth, explaining how each tool works, what data it reports, and how to install it on major distributions.

LinuxNetwork MonitoringOperations
0 likes · 10 min read
Top Linux CLI Tools for Real‑Time Network Bandwidth Monitoring
Liangxu Linux
Liangxu Linux
Sep 26, 2021 · Operations

Master Linux Swap: When, How Much, and How to Optimize Performance

This guide explains what Linux swap is, its advantages and drawbacks, how to size it for different memory configurations, and provides step‑by‑step commands for creating, managing, and tuning swap partitions or files, including swappiness and ZFS considerations.

Memory ManagementSwapSystem Administration
0 likes · 15 min read
Master Linux Swap: When, How Much, and How to Optimize Performance