Tagged articles

sysadmin

305 articles · Page 2 of 4
MaGe Linux Operations
MaGe Linux Operations
Nov 10, 2024 · Operations

How to Set Up rsyslog and SSH Key Authentication on CentOS 8

This guide walks through checking system information, configuring rsyslog on a CentOS 8 client‑server pair, managing syslog/klogd processes, disabling firewalld, and establishing password‑less SSH access using RSA key pairs, while also summarizing useful scp options.

key authenticationrsyslogscp
0 likes · 15 min read
How to Set Up rsyslog and SSH Key Authentication on CentOS 8
Java Tech Enthusiast
Java Tech Enthusiast
Nov 7, 2024 · Operations

Unexpected Automatic Upgrade of Windows Server 2022 to 2025 and Associated Issues

A mis‑tagged Windows Update (KB5044284) has silently upgraded many Windows Server 2022 machines to the unlicensed Windows Server 2025 version, causing overnight disruptions, licensing gaps, installation bugs—including language‑display, CPU‑core, and iSCSI errors—while prompting administrators to seek rollbacks, purchase new licenses, or apply Heimdal’s group‑policy block.

LicensingWindows Serverautomatic upgrade
0 likes · 10 min read
Unexpected Automatic Upgrade of Windows Server 2022 to 2025 and Associated Issues
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.

TutorialUnixbash
0 likes · 30 min read
Master Essential Linux Commands: A Complete Beginner’s Guide
Efficient Ops
Efficient Ops
Sep 4, 2024 · Operations

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

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

bashscriptssysadmin
0 likes · 25 min read
Essential Bash Scripts for Linux Operations: Sync, Monitoring, and Automation
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.

InterviewLinuxPython
0 likes · 15 min read
Top 19 Essential Linux & Sysadmin Interview Questions with Answers
dbaplus Community
dbaplus Community
Jul 28, 2024 · Operations

A Day in the Life of a Linux Ops Engineer: Real Stories and Practical Tips

This article compiles several Zhihu users' candid accounts of a typical Linux operations day, highlighting constant interruptions, emergency firefighting, performance tuning, monitoring, tool development, and a balanced time‑allocation strategy to make ops work more efficient and sustainable.

LinuxOperationsPerformanceTuning
0 likes · 11 min read
A Day in the Life of a Linux Ops Engineer: Real Stories and Practical Tips
Liangxu Linux
Liangxu Linux
Jun 15, 2024 · Operations

7 Practical Linux Performance Optimization Techniques Every Sysadmin Should Know

This article compiles seven hands‑on Linux performance optimization experiences, covering key performance factors, rapid troubleshooting steps for CPU, memory, disk and network issues, load‑average analysis, top‑process identification, memory‑stat discrepancies, swap usage scenarios, and detailed TCP kernel tuning recommendations.

performancesysadmin
0 likes · 18 min read
7 Practical Linux Performance Optimization Techniques Every Sysadmin Should Know
Efficient Ops
Efficient Ops
May 8, 2024 · Information Security

How to Detect and Recover from Linux Server Intrusions: 11 Essential Checks

This guide walks Linux operations engineers through eleven practical checks—including log inspection, user file verification, login event analysis, network traffic monitoring, and file recovery via lsof—to identify and remediate compromised machines effectively.

Linuxintrusion-detectionlog analysis
0 likes · 7 min read
How to Detect and Recover from Linux Server Intrusions: 11 Essential Checks
Liangxu Linux
Liangxu Linux
May 5, 2024 · Information Security

Master Linux Firewall: Step‑by‑Step firewalld, iptables & fail2ban Guide

This article provides a comprehensive, hands‑on tutorial for securing Linux systems by configuring firewalld with firewall‑cmd, managing iptables rules, enabling port forwarding, setting up fail2ban, and applying advanced techniques such as SELinux, TCP wrappers, and connection‑tracking to harden the firewall.

Linuxfirewallfirewalld
0 likes · 9 min read
Master Linux Firewall: Step‑by‑Step firewalld, iptables & fail2ban Guide
21CTO
21CTO
May 4, 2024 · Operations

10 Essential Linux Commands for Network Troubleshooting (Examples & Usage)

This guide introduces ten fundamental Linux commands—ping, traceroute, netstat, ifconfig/ip, tcpdump, nslookup/dig, iptables/firewalld, ss, arp, and mtr—explaining their purpose, installation steps, and practical examples to help administrators diagnose and resolve network issues efficiently.

LinuxNetwork Toolsnetwork troubleshooting
0 likes · 16 min read
10 Essential Linux Commands for Network Troubleshooting (Examples & Usage)
Liangxu Linux
Liangxu Linux
Apr 17, 2024 · Operations

Master Linux System Logs: Essential Commands, Files, and Tools

This guide explains how to view and manage Linux system logs using command‑line utilities like journalctl and dmesg, direct file access, and graphical tools, providing practical examples, common log file locations, and tips for filtering and monitoring log output.

LinuxLog Managementdmesg
0 likes · 5 min read
Master Linux System Logs: Essential Commands, Files, and Tools
Liangxu Linux
Liangxu Linux
Mar 27, 2024 · Operations

Essential Linux Commands to Diagnose and Fix Network Issues

This guide introduces the ten most commonly used Linux commands for network troubleshooting—such as ping, traceroute, netstat, ifconfig, ip, ss, dig, mtr, nmap, and iperf—explaining their purpose, key options, and practical usage examples to help quickly locate and resolve connectivity problems.

Linuxcommandsnetwork
0 likes · 8 min read
Essential Linux Commands to Diagnose and Fix Network Issues
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Mar 27, 2024 · Operations

Master Linux System Monitoring: Top, Free, Vmstat, Iostat & More Explained

This guide provides a comprehensive overview of essential Linux monitoring commands—including top, free, vmstat, iostat, mpstat, sar, netstat, uptime, ps, watch, strace, and lsof—detailing their purpose, key options, interactive controls, and how to interpret their output for effective system performance analysis.

Command Lineperformancesysadmin
0 likes · 30 min read
Master Linux System Monitoring: Top, Free, Vmstat, Iostat & More Explained
Liangxu Linux
Liangxu Linux
Mar 25, 2024 · Operations

Essential Linux Network Troubleshooting Commands You Must Know

This guide introduces the most useful Linux network troubleshooting commands—ping, traceroute, ifconfig/ip, netstat, nslookup/dig, curl/wget, and tcpdump—explaining their purpose, basic usage, and example outputs to help quickly diagnose and resolve connectivity issues.

Linuxcommandsnetwork
0 likes · 5 min read
Essential Linux Network Troubleshooting Commands You Must Know
MaGe Linux Operations
MaGe Linux Operations
Mar 22, 2024 · Operations

Essential Linux Network Commands Every Sysadmin Should Know

This article compiles the most useful Linux networking utilities—such as ping, netstat, lsof, ip, and tcpdump—provides concise explanations, practical command examples, and key tips so readers can quickly recall and apply these tools when troubleshooting network issues.

LinuxNetworkingcommands
0 likes · 10 min read
Essential Linux Network Commands Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
Feb 14, 2024 · Operations

Master Linux Performance: Key Factors and Essential Optimization Tools

This article examines the various hardware and OS resources that affect Linux performance—including CPU, memory, disk I/O, and network bandwidth—then details practical optimization techniques and essential monitoring tools such as vmstat, iostat, free, sar, and netstat to diagnose and improve system efficiency.

LinuxMonitoringOptimization
0 likes · 16 min read
Master Linux Performance: Key Factors and Essential Optimization Tools
Liangxu Linux
Liangxu Linux
Feb 4, 2024 · Operations

Master Linux User Group Management: Create, Modify, Delete, and Assign Users

This guide explains how to create, modify, delete, and query Linux user groups, assign users to single or multiple groups, change group passwords, switch groups with newgrp, and adjust file ownership with chown, providing concrete command examples and practical scenarios for effective system administration.

groupaddsysadminuser-groups
0 likes · 7 min read
Master Linux User Group Management: Create, Modify, Delete, and Assign Users
dbaplus Community
dbaplus Community
Jan 8, 2024 · Operations

How a Simple Time Adjustment Sparked a Massive Outage: Real Ops Incident Stories

Three real-world operations mishaps are recounted—a mistaken system‑time change that logged out thousands of users, an accidental bulk delete of database accounts, and a failed glibc downgrade that stalled a software release—illustrating the cascading impact of small errors and the urgent remediation steps taken.

DatabaseIncident ManagementLinux
0 likes · 8 min read
How a Simple Time Adjustment Sparked a Massive Outage: Real Ops Incident Stories
Liangxu Linux
Liangxu Linux
Jan 2, 2024 · Information Security

How to Monitor Linux User Activity with Built‑In Commands and Auditd

This guide explains how to track Linux user activity and system events using native commands such as who, w, last, ps, ss, journalctl, and the auditd framework, providing step‑by‑step examples and advanced auditing techniques for security and compliance.

Monitoringauditdcommands
0 likes · 7 min read
How to Monitor Linux User Activity with Built‑In Commands and Auditd
Efficient Ops
Efficient Ops
Dec 5, 2023 · Operations

Why Operations Engineers Are Anything But Low-Level: Skills, Challenges, and Real-World Stories

This article compiles insights from multiple Zhihu contributors who explain how modern operations work spans basic system setup, complex hardware and network management, deep Linux kernel debugging, comprehensive monitoring, rapid incident response, and rigorous security, highlighting why ops expertise is essential and far from low‑level.

LinuxNetworkingsecurity
0 likes · 14 min read
Why Operations Engineers Are Anything But Low-Level: Skills, Challenges, and Real-World Stories
Liangxu Linux
Liangxu Linux
Nov 2, 2023 · Operations

Replace Symlinks with mount --bind: A Practical Linux Storage Trick

When a Linux application's data directory runs out of space, using mount --bind instead of layered symlinks lets you transparently redirect the directory to a larger disk, with clear steps, underlying principles, and advanced read‑only or temporary configurations.

Storage Managementfilesystemmount bind
0 likes · 6 min read
Replace Symlinks with mount --bind: A Practical Linux Storage Trick
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.

AutomationCommand LineScripting
0 likes · 9 min read
Efficient Linux Command Cheat Sheet
Liangxu Linux
Liangxu Linux
Sep 21, 2023 · Operations

How to Build a Simple Website Firewall with iptables on Linux

This step‑by‑step guide shows how to install iptables, clear existing rules, set default DROP policies, allow established connections and loopback traffic, block a specific IP from accessing port 80, save the configuration, and verify that the firewall works as intended.

Linuxfirewalliptables
0 likes · 5 min read
How to Build a Simple Website Firewall with iptables on Linux
MaGe Linux Operations
MaGe Linux Operations
Sep 14, 2023 · Operations

9 Essential Linux Server Optimization Tips for Faster, Safer Operations

This guide presents nine practical Linux server optimization techniques—including time synchronization, SYN‑cookie protection, Squid and Nginx tuning, file‑descriptor limits, service minimization, IPv6 disabling, NIC activation, and memory‑management insights—to boost precision, stability, performance, and security.

Linuxkernel parametersnetwork
0 likes · 8 min read
9 Essential Linux Server Optimization Tips for Faster, Safer Operations
Liangxu Linux
Liangxu Linux
Sep 12, 2023 · Operations

Master Linux User and Group Management: Commands, Files, and Best Practices

This guide explains how Linux stores user and group information in /etc/passwd, /etc/shadow, /etc/group, and /etc/gshadow, and provides detailed usage of commands such as useradd, usermod, userdel, groupadd, groupmod, and gpasswd for creating, modifying, locking, and deleting accounts and groups.

LinuxOperationsUser Management
0 likes · 16 min read
Master Linux User and Group Management: Commands, Files, and Best Practices
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.

Shell scriptingbashsysadmin
0 likes · 24 min read
18 Must‑Know Bash Scripts to Automate Linux System Administration
Open Source Linux
Open Source Linux
Jul 27, 2023 · Operations

17 Essential Linux Ops Tricks to Boost Your Productivity

This article compiles seventeen practical Linux administration techniques—from batch file handling and directory checks to log analysis, disk monitoring, firewall rules, and network capture—each illustrated with ready‑to‑run shell commands and concise explanations for sysadmins.

AutomationMonitoringfirewall
0 likes · 8 min read
17 Essential Linux Ops Tricks to Boost Your Productivity
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.

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

Mastering Linux find: 7 Powerful Ways to Locate and Manage Files

Learn how to harness the Linux find command with seven practical examples—including searching by name, type, timestamps, size, permissions, ownership, and executing actions—so you can efficiently locate and manage files, solve common interview questions, and automate system tasks.

File SearchLinuxfind command
0 likes · 7 min read
Mastering Linux find: 7 Powerful Ways to Locate and Manage Files
Open Source Linux
Open Source Linux
May 30, 2023 · Operations

Essential Linux Ops Interview Questions & Answers for Sysadmins

A comprehensive collection of Linux operations interview questions covering topics such as system administration, RAID configurations, load balancing, middleware, MySQL troubleshooting, network monitoring, security, scripting, and best practices for optimizing and maintaining Linux servers.

InterviewLinuxLoadBalancing
0 likes · 38 min read
Essential Linux Ops Interview Questions & Answers for Sysadmins
Liangxu Linux
Liangxu Linux
Apr 22, 2023 · Operations

8 Essential Linux Commands to Monitor Real‑Time Network Traffic

This guide explains how to view real‑time network interface traffic on Linux using tools such as sar, /proc/net/dev, ifstat, iftop, nload, iptraf‑ng, nethogs and additional utilities, providing installation commands, option details, usage examples and output interpretation.

CLI ToolsTraffic analysisnetwork-monitoring
0 likes · 18 min read
8 Essential Linux Commands to Monitor Real‑Time Network Traffic
Selected Java Interview Questions
Selected Java Interview Questions
Apr 21, 2023 · Operations

Nginx Optimization, DNS Configuration, and Anti‑Hotlinking Setup on CentOS

This guide walks through installing Nginx on CentOS, configuring DNS across three servers, hardening the web server by hiding version information, setting up log rotation, tuning keep‑alive connections, and implementing anti‑hotlinking rules to protect site assets, complete with command‑line examples.

anti-hotlinkingserver-optimizationsysadmin
0 likes · 14 min read
Nginx Optimization, DNS Configuration, and Anti‑Hotlinking Setup on CentOS
Liangxu Linux
Liangxu Linux
Apr 9, 2023 · Operations

Mastering mount --bind: Seamless Directory Redirection on Linux

Learn how to replace cumbersome symlinks with Linux’s mount --bind command, covering basic usage, step‑by‑step examples, underlying VFS mechanics, persistence via /etc/fstab, and advanced scenarios such as temporary configuration testing and read‑only mounts.

Linuxdirectory managementfilesystem
0 likes · 6 min read
Mastering mount --bind: Seamless Directory Redirection on Linux
MaGe Linux Operations
MaGe Linux Operations
Apr 7, 2023 · Operations

Boost Your Ops Efficiency: 5 Python Scripts Every Sysadmin Should Master

This article explores how Python can automate common operations tasks—remote command execution, log parsing, system monitoring with alerts, batch software deployment, and backup/restore—providing code examples with libraries such as paramiko, regex, psutil, fabric, and shutil to help engineers boost efficiency and reduce manual errors.

Operations AutomationScriptingdeployment
0 likes · 9 min read
Boost Your Ops Efficiency: 5 Python Scripts Every Sysadmin Should Master
MaGe Linux Operations
MaGe Linux Operations
Apr 2, 2023 · Information Security

How to Harden SSH on Linux: 8 Essential Security Steps

This guide explains why the default SSH configuration is risky and provides eight practical measures—including disabling root login, changing the default port, restricting password use, and employing key‑based authentication—to secure SSH access on Linux servers.

Linuxsecurityserver hardening
0 likes · 6 min read
How to Harden SSH on Linux: 8 Essential Security Steps
Open Source Linux
Open Source Linux
Mar 24, 2023 · Operations

Essential Linux Commands Every Sysadmin Should Master

This guide walks through practical Linux utilities—including xargs, background execution with nohup, process monitoring, multitail log aggregation, continuous ping logging, TCP state inspection, top IP analysis, and SSH port forwarding—providing clear examples and code snippets to help sysadmins work more efficiently and troubleshoot effectively.

Linuxcommandsshell
0 likes · 11 min read
Essential Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Mar 16, 2023 · Fundamentals

Mastering the Linux find Command: Syntax, Tests, Actions, and Advanced Options

This guide explains the Linux find command in depth, covering its basic syntax, the four expression types (tests, actions, global and positional options), common operators, and practical examples for time‑based, user‑based, permission‑based, and path‑based searches, as well as safe ways to execute commands on matched files.

File SearchLinuxcommand-line
0 likes · 19 min read
Mastering the Linux find Command: Syntax, Tests, Actions, and Advanced Options
Liangxu Linux
Liangxu Linux
Mar 7, 2023 · Fundamentals

Top 10 Linux Shell Interview Questions and Practical Answers

This article provides concise, step‑by‑step solutions to ten common Linux shell interview questions, covering script termination, file header removal, line length checking, displaying non‑printable characters, sticky‑bit directories, process states, cut usage, cmp vs diff, echo vs ls, and a brief explanation of inodes.

command-linesysadmin
0 likes · 7 min read
Top 10 Linux Shell Interview Questions and Practical Answers
Liangxu Linux
Liangxu Linux
Feb 5, 2023 · Operations

Mastering Grep: 12 Powerful Linux Search Techniques

This guide walks through twelve practical grep and related command‑line techniques for Linux, covering how to list installed Python packages, filter configuration files, locate specific media files, display context lines, count matches, perform recursive and compressed‑file searches, and use extended or fixed‑string patterns with clear examples.

command-linegrepsearch
0 likes · 7 min read
Mastering Grep: 12 Powerful Linux Search Techniques
Liangxu Linux
Liangxu Linux
Nov 21, 2022 · Fundamentals

Master Linux Environment Variables: Permanent and Temporary Settings

This guide explains what Linux environment variables are, how to set permanent variables for all users or a single user via /etc/profile, .bash_profile or .bashrc, how to create temporary variables for the current shell, and lists common commands and typical variables such as PATH, HOME, HISTSIZE, LOGNAME, HOSTNAME, and SHELL.

command-lineenvironment-variablessysadmin
0 likes · 6 min read
Master Linux Environment Variables: Permanent and Temporary Settings
Efficient Ops
Efficient Ops
Nov 20, 2022 · Information Security

How to Detect and Recover from Linux Server Intrusions: Essential Checks

This guide outlines eleven practical steps for Linux system administrators to identify signs of compromise—such as missing logs, altered password files, unusual login activity, abnormal traffic, and deleted files—and provides command examples for detection and recovery.

Linuxfile recoveryintrusion-detection
0 likes · 7 min read
How to Detect and Recover from Linux Server Intrusions: Essential Checks
Liangxu Linux
Liangxu Linux
Oct 19, 2022 · Operations

Essential Linux Commands for Analyzing Web Server Logs

This guide compiles practical Linux shell commands for extracting IP counts, page visit frequencies, time‑range queries, bandwidth usage, HTTP status distribution, and TCP connection states from Apache or Nginx access logs, helping administrators quickly spot traffic patterns, bottlenecks, and potential attacks.

LinuxShell Commandsapache
0 likes · 12 min read
Essential Linux Commands for Analyzing Web Server Logs
dbaplus Community
dbaplus Community
Oct 12, 2022 · Operations

Speed Up Linux Ops: Fast Bulk Deletion, Safe rm, Disk Refresh & User Group Tricks

This article shares practical Linux administration techniques, including using rsync to delete massive files quickly, employing Bash parameter expansion to protect rm from accidental root deletion, adding iSCSI disks in vSphere without reboot, mounting remote filesystems with sshfs, and managing supplementary groups efficiently with gpasswd.

Linuxgpasswdrsync
0 likes · 9 min read
Speed Up Linux Ops: Fast Bulk Deletion, Safe rm, Disk Refresh & User Group Tricks
Efficient Ops
Efficient Ops
Sep 18, 2022 · Operations

Speed Up Sysadmin Tasks: Fast File Deletion, iSCSI Detection, and Group Management

This article shares practical Linux and vSphere techniques—including using rsync for rapid bulk deletions, scanning SCSI devices without reboot, safeguarding rm with shell parameter expansion, mounting remote filesystems via sshfs, and managing user groups with gpasswd—to boost everyday operations efficiency.

AutomationOperationsshell
0 likes · 11 min read
Speed Up Sysadmin Tasks: Fast File Deletion, iSCSI Detection, and Group Management
Open Source Linux
Open Source Linux
Aug 30, 2022 · Operations

Top 20 Linux Network Monitoring Tools Every Sysadmin Should Know

This guide surveys more than a dozen Linux command‑line utilities—including nethogs, nload, iftop, slurm, netstat, and many others—explaining their unique features, typical use cases, and installation commands so administrators can effectively monitor bandwidth, connections, and overall network health.

Linuxcommand-line toolsnetwork monitoring
0 likes · 24 min read
Top 20 Linux Network Monitoring Tools Every Sysadmin Should Know
Liangxu Linux
Liangxu Linux
Jul 26, 2022 · Fundamentals

7 Practical Shell Script Examples to Boost Your Linux Automation Skills

This article presents seven ready‑to‑use Bash scripts that demonstrate parallel host querying, process statistics gathering, file renaming, directory management, log analysis, network request monitoring, and file size sorting, each with complete code and step‑by‑step explanations.

AutomationShell scriptinglog analysis
0 likes · 8 min read
7 Practical Shell Script Examples to Boost Your Linux Automation Skills
Liangxu Linux
Liangxu Linux
Jul 24, 2022 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Scheduling

This guide explains how to automate common Linux tasks such as configuring boot‑time services with chkconfig, creating one‑time jobs using the at command, and scheduling recurring jobs with cron, including syntax, run‑level concepts, and example shell scripts.

AutomationCronat
0 likes · 8 min read
Master Linux Automation: Startup Scripts, at, and Cron Scheduling
Liangxu Linux
Liangxu Linux
Jul 17, 2022 · Fundamentals

Master Linux Commands Instantly with the ‘cheat’ Utility

This guide introduces the Linux ‘cheat’ command—a concise cheat‑sheet tool that replaces lengthy man pages, shows how to install it via snap, demonstrates usage with examples like netstat, and explains how to edit, remove, or search cheat‑sheets for any command.

LinuxSnapTutorial
0 likes · 7 min read
Master Linux Commands Instantly with the ‘cheat’ Utility
Open Source Linux
Open Source Linux
Jul 7, 2022 · Operations

Mastering systemd: From Basics to Real-World Service Management

This article introduces systemd, explains its advantages over init, details unit concepts and key commands, outlines configuration file structures, and provides three hands‑on examples—managing Nginx, Tomcat, and a custom Java JAR service—demonstrating practical systemd usage on CentOS 7.

LinuxSystemdcentos7
0 likes · 9 min read
Mastering systemd: From Basics to Real-World Service Management
Efficient Ops
Efficient Ops
Jun 22, 2022 · Operations

Top 13 Essential Linux Ops Tools Every Sysadmin Should Master

This guide introduces thirteen practical Linux operations tools—from network bandwidth monitors like Nethogs to security scanners such as NMap—providing concise descriptions, installation commands, and usage tips to help system administrators efficiently manage and secure their servers.

MonitoringOperationssecurity
0 likes · 12 min read
Top 13 Essential Linux Ops Tools Every Sysadmin Should Master
Efficient Ops
Efficient Ops
May 31, 2022 · Operations

Essential Linux Command Cheatsheet for Sysadmins: 14 Handy Scripts

A concise collection of 14 practical Linux shell commands and scripts—ranging from file searching and batch extraction to log cleanup, directory checks, sed replacements, network capture, and firewall rules—helps operations engineers work faster and solve common problems without constantly searching online.

AutomationOperationscommands
0 likes · 6 min read
Essential Linux Command Cheatsheet for Sysadmins: 14 Handy Scripts
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.

BackupShell scriptingbash
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.

bashexamplessysadmin
0 likes · 21 min read
Collection of Useful Bash Scripts for Linux Engineers
DevOps Cloud Academy
DevOps Cloud Academy
Mar 13, 2022 · Operations

7 Practical Uses of the Linux find Command

This article explains seven real‑world applications of the Linux find command, covering file name patterns, type filtering, timestamps, size, permissions, ownership, and executing actions on matched files, with clear examples for system administrators and developers.

Command LineFile SearchLinux
0 likes · 7 min read
7 Practical Uses of the Linux find Command
Open Source Linux
Open Source Linux
Mar 11, 2022 · Operations

Essential Linux Ops Tools: Monitoring, Performance, and Security Utilities

This article presents a curated list of practical Linux operation tools—including Nethogs, IOzone, IOTop, IPtraf, IFTop, HTop, NMON, MultiTail, Fail2ban, Tmux, Agedu, NMap, and Httperf—detailing their purpose, download links, installation commands, and basic usage to help system administrators improve monitoring, performance testing, and security on Linux servers.

LinuxMonitoringOperations
0 likes · 12 min read
Essential Linux Ops Tools: Monitoring, Performance, and Security Utilities
Efficient Ops
Efficient Ops
Feb 13, 2022 · Operations

Essential Bash Scripts for Linux Ops: From DDoS Blocking to MySQL Backups

This article compiles a collection of practical Bash scripts for Linux system administrators, covering automatic DDoS IP blocking, email alert setup, single‑ and multi‑database MySQL backups, Nginx log rotation and analysis, real‑time network traffic monitoring, server initialization, and bulk disk‑usage checks across many hosts.

AutomationMySQLNginx
0 likes · 10 min read
Essential Bash Scripts for Linux Ops: From DDoS Blocking to MySQL Backups
Liangxu Linux
Liangxu Linux
Feb 12, 2022 · Operations

20 Essential Linux Server Performance Tweaks Every Sysadmin Should Know

This guide outlines practical Linux server optimization techniques—from disabling unnecessary daemons and GUI to tuning kernel parameters, file systems, TCP settings, and monitoring tools—helping administrators boost stability, reduce resource usage, and improve overall system performance.

operating-systemperformance-tuningserver optimization
0 likes · 14 min read
20 Essential Linux Server Performance Tweaks Every Sysadmin Should Know
Open Source Linux
Open Source Linux
Jan 10, 2022 · Operations

Where Does Linux Store Its System Logs? A Complete /var/log Guide

This article enumerates the most common Linux system log files under /var/log, explains the purpose of each log—including messages, dmesg, auth, boot, daemon, and service-specific logs—and lists key subdirectories for web, mail, audit, and other services.

LinuxLog FilesOperations
0 likes · 5 min read
Where Does Linux Store Its System Logs? A Complete /var/log Guide
Efficient Ops
Efficient Ops
Dec 23, 2021 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Made Simple

This guide explains how to automate common Linux tasks such as boot‑time service startup, one‑off scheduling with at, and recurring jobs with crontab, covering runlevel management, rc.d editing, command syntax, and integrating shell scripts for efficient system operations.

AutomationCronScripting
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and Cron Made Simple
ITPUB
ITPUB
Dec 8, 2021 · Operations

Master Linux Command History: Reduce Repetition and Boost Efficiency

This guide explains how the Linux shell stores command history, how to view, search, repeat, and manage entries, and how to configure environment variables for timestamps, size limits, custom files, and security, helping administrators streamline their workflow.

Linuxbashhistory
0 likes · 11 min read
Master Linux Command History: Reduce Repetition and Boost Efficiency
Liangxu Linux
Liangxu Linux
Oct 30, 2021 · Operations

Comprehensive Linux Daily Inspection Bash Script for System Health Monitoring

This article provides a complete Bash script that performs daily health checks on a Linux host, gathering information on disk usage, memory, CPU, processes, services, network configuration, user accounts, password policies, firewall, SELinux, NTP, SNMP, JDK, and more, then formats the results into a report and emails it.

bashdaily-checkshell-script
0 likes · 18 min read
Comprehensive Linux Daily Inspection Bash Script for System Health Monitoring
Open Source Linux
Open Source Linux
Oct 10, 2021 · Operations

Essential Linux Command-Line Tools to Boost Your Productivity

This article presents a curated list of powerful Linux command-line utilities—ranging from fast file searchers and interactive Git viewers to system monitors and multi‑threaded downloaders—each explained with concise descriptions and usage examples to help developers and sysadmins work more efficiently.

Operationscommand-lineproductivity
0 likes · 5 min read
Essential Linux Command-Line Tools to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Jun 14, 2021 · Operations

7 Essential Everyday Shell Scripts for Linux System Administration

This article presents seven practical Bash scripts that help Linux administrators quickly gather system status, back up MySQL databases, monitor services, scan network hosts, manage user passwords, and verify MySQL replication, each accompanied by clear code examples and usage instructions.

BackupMonitoringscripts
0 likes · 10 min read
7 Essential Everyday Shell Scripts for Linux System Administration
Liangxu Linux
Liangxu Linux
Apr 26, 2021 · Operations

Master Linux Command History: 10 Powerful Tricks to Boost Efficiency

This guide explains how the Linux shell stores command history, how to view, search, repeat, and manage entries, and shows practical techniques—including timestamps, size limits, custom file names, and disabling history—to improve productivity and auditability.

Linuxcommand-linehistory
0 likes · 9 min read
Master Linux Command History: 10 Powerful Tricks to Boost Efficiency
Efficient Ops
Efficient Ops
Apr 25, 2021 · Operations

Master Linux Command History: 10 Powerful Tips to Boost Efficiency

This article explains how Linux shells store command history in .bash_history, shows basic and advanced usage of the history command—including listing, searching, repeating, timestamping, and configuring history size—and provides practical tricks for auditing, backup, and even disabling history for security purposes.

Command LineLinuxbash
0 likes · 11 min read
Master Linux Command History: 10 Powerful Tips to Boost Efficiency
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2021 · Operations

Essential Bash Scripts for Linux Server Automation and Monitoring

This article compiles a comprehensive set of Bash scripts that automate common Linux server tasks such as file consistency checks, log cleanup, network traffic monitoring, port scanning, user management, firewall rules, and service health checks, providing sysadmins with ready‑to‑use solutions for efficient operations.

Automationbashsysadmin
0 likes · 23 min read
Essential Bash Scripts for Linux Server Automation and Monitoring
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 20, 2021 · Operations

Practical Tips for Using the Linux History Command to Manage Command History

This article explains how to efficiently use the Linux history command, covering its underlying mechanism, basic usage, repeat execution, searching, interactive search, timestamp display, history size control, file name changes, disabling history, and a useful security tip, helping administrators improve productivity and auditability.

Linuxauditbash
0 likes · 11 min read
Practical Tips for Using the Linux History Command to Manage Command History
Open Source Linux
Open Source Linux
Apr 20, 2021 · Information Security

Essential Linux Security Hardening: Accounts, Remote Access, Filesystem & Rootkit Defense

This comprehensive guide walks Linux administrators through critical security hardening steps—including account and login safeguards, remote access controls, filesystem protection, rootkit detection tools, and post‑attack response procedures—to dramatically reduce server vulnerabilities and maintain robust system integrity.

RootkitServersysadmin
0 likes · 24 min read
Essential Linux Security Hardening: Accounts, Remote Access, Filesystem & Rootkit Defense
FunTester
FunTester
Apr 16, 2021 · Fundamentals

Linux Filesystem Overview, Common Issues, and Vim/Shell Command Guide

This article introduces the Linux filesystem hierarchy, explains typical directories, provides solutions for MobaTextEditor garbled text, and offers a concise guide to Vim modes, settings, search/replace commands, and useful shell scripts for system administrators.

LinuxVimcommands
0 likes · 8 min read
Linux Filesystem Overview, Common Issues, and Vim/Shell Command Guide
Liangxu Linux
Liangxu Linux
Apr 14, 2021 · Operations

7 Practical Bash Scripts to Boost Linux Sysadmin Efficiency

This article presents seven hands‑on Bash script examples that cover concurrent hostname collection, process state counting, bulk file renaming, automated jstack logging, GC log analysis, high‑traffic IP detection with conditional reporting, and moving large files while sorting them by size, each with complete code snippets.

Scriptingbashshell
0 likes · 8 min read
7 Practical Bash Scripts to Boost Linux Sysadmin Efficiency
Liangxu Linux
Liangxu Linux
Mar 21, 2021 · Operations

Mastering netstat: Essential Commands to Inspect Linux Network Connections

This guide explains the most useful netstat options for Linux, showing how to list all connections, filter TCP or UDP sockets, disable DNS lookups, display process IDs, monitor listening ports, continuously refresh output, and use grep or awk to map ports to processes and summarize socket states.

Command LineLinuxnetstat
0 likes · 8 min read
Mastering netstat: Essential Commands to Inspect Linux Network Connections
php Courses
php Courses
Mar 5, 2021 · Operations

Managing Linux Command History: View, Search, Modify, and Clear

This article explains how to use the Linux history command to view past commands, search with Ctrl +r, repeat previous entries, adjust the number of stored records, and clear the history, providing practical examples and configuration tips for effective shell management.

Linuxbashcommand history
0 likes · 5 min read
Managing Linux Command History: View, Search, Modify, and Clear
Liangxu Linux
Liangxu Linux
Jan 20, 2021 · Operations

Master Essential Linux Shell Commands and Scripts for System Ops

This guide compiles practical Linux shell commands and scripts—including file searching, batch extraction, sed editing, directory checks, disk‑space monitoring, log analysis, firewall rules, and network capture—to help system administrators automate routine tasks efficiently.

Scriptingbashcommands
0 likes · 9 min read
Master Essential Linux Shell Commands and Scripts for System Ops
Liangxu Linux
Liangxu Linux
Jan 4, 2021 · Operations

Master Ansible: From Installation to Advanced Playbooks and Automation

This guide introduces Ansible’s core concepts, installation, inventory configuration, command‑line usage, built‑in modules, playbook syntax, handlers, and role structures, providing step‑by‑step examples that enable engineers to automate Linux system administration efficiently and reliably.

AnsibleAutomationPlaybooks
0 likes · 29 min read
Master Ansible: From Installation to Advanced Playbooks and Automation