Tagged articles
280 articles
Page 2 of 3
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.

LinuxNetworkingSysadmin
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.

FilesystemStorage ManagementSysadmin
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.

BashScriptingShell
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.

LinuxSysadminfirewall
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.

Kernel ParametersLinuxSysadmin
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.

LinuxOperationsSysadmin
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.

BashShell scriptingSysadmin
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.

OpsShellSysadmin
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.

BashScriptingSysadmin
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 SearchLinuxSysadmin
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.

LinuxLoadBalancingNetworking
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 toolsSysadminTraffic analysis
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.

Sysadminanti-hotlinkingserver-optimization
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.

FilesystemLinuxSysadmin
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.

DeploymentOperations AutomationScripting
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.

LinuxSSHServer 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.

LinuxShellSysadmin
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 SearchLinuxSysadmin
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.

Sysadmincommand-line
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.

GrepSearchSysadmin
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.

Sysadmincommand-lineenvironment-variables
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.

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

ApacheLinuxNetwork Monitoring
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.

LinuxSysadmingpasswd
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.

OperationsShellSysadmin
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.

LinuxNetwork MonitoringSysadmin
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.

Shell scriptingSysadminautomation
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.

Sysadminatautomation
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.

LinuxSnapSysadmin
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.

LinuxSysadminSystemd
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.

OperationsSysadminmonitoring
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.

OperationsShellSysadmin
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.

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

Collection of Useful Bash Scripts for Linux Engineers

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

BashSysadminexamples
0 likes · 21 min read
Collection of Useful Bash Scripts for Linux Engineers
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.

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

LinuxOperationsSysadmin
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.

BashNginxSysadmin
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 SystemSysadminperformance tuning
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.

ScriptingSysadminat
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.

BashLinuxSysadmin
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.

BashSysadmindaily-check
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.

OperationsSysadmincommand-line
0 likes · 5 min read
Essential Linux Command-Line Tools to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Jul 21, 2021 · Fundamentals

Essential Linux Commands: Quick Reference for Everyday Tasks

A concise collection of common Linux commands covering file management, user administration, permissions, networking, and editor shortcuts, presented with clear examples and explanations for quick learning and reference.

PermissionsShellSysadmin
0 likes · 7 min read
Essential Linux Commands: Quick Reference for Everyday Tasks
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.

BackupShellSysadmin
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.

LinuxSysadmincommand-line
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.

BashLinuxShell
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.

BashSysadminautomation
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.

BashLinuxSysadmin
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.

FilesystemLinuxShell
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.

BashScriptingShell
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.

LinuxNetwork MonitoringSysadmin
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.

BashLinuxShell
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.

BashScriptingSysadmin
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.

AnsibleConfiguration ManagementPlaybooks
0 likes · 29 min read
Master Ansible: From Installation to Advanced Playbooks and Automation
ITPUB
ITPUB
Dec 3, 2020 · Operations

Essential Linux Command-Line Tricks for System Administration

This guide compiles practical Linux shell commands and scripts for tasks such as locating and moving files, batch extraction, text manipulation with sed, directory checks, disk‑space monitoring with email alerts, log analysis, firewall rules, SNMP queries, and more, helping sysadmins automate routine operations efficiently.

OperationsScriptingShell
0 likes · 8 min read
Essential Linux Command-Line Tricks for System Administration
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Dec 2, 2020 · Operations

Essential Linux Commands Every Sysadmin Should Master

This guide compiles the most frequently used Linux commands for file navigation, content viewing, searching, permission handling, text processing, compression, system shutdown, and process management, providing clear syntax examples and practical tips to boost operational efficiency for system administrators.

LinuxOperationsShell
0 likes · 16 min read
Essential Linux Commands Every Sysadmin Should Master
ITPUB
ITPUB
Nov 12, 2020 · Operations

How to Shrink /home and Expand Root Partition on a Linux Log Server

This guide explains how to shrink the /home partition, install missing fuser, resize the filesystem, and expand the root directory on a CentOS/RHEL 7 log server, including commands for unmounting, killing processes, resizing ext4 or xfs partitions, and re‑mounting the filesystem.

LinuxPartitionSysadmin
0 likes · 4 min read
How to Shrink /home and Expand Root Partition on a Linux Log Server
Liangxu Linux
Liangxu Linux
Nov 5, 2020 · Fundamentals

Master Linux File Permissions: A Complete Guide to Using chmod

This tutorial explains Linux file and directory permissions, the chmod command syntax, numeric and symbolic modes, and provides step‑by‑step examples—including recursive changes, reference files, and selective execution—so readers can confidently manage access rights on any Unix‑like system.

Sysadminchmodcommand-line
0 likes · 10 min read
Master Linux File Permissions: A Complete Guide to Using chmod
Programmer DD
Programmer DD
Nov 2, 2020 · Operations

10 Lesser-Known Linux Commands Every Sysadmin Should Master

This article introduces ten useful but often overlooked Linux commands—pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purpose, typical use cases, and providing concrete examples to help system administrators work more efficiently.

BashLinuxSysadmin
0 likes · 9 min read
10 Lesser-Known Linux Commands Every Sysadmin Should Master
Liangxu Linux
Liangxu Linux
Oct 11, 2020 · Operations

Essential Linux Commands for Database Monitoring and System Management

A concise collection of Linux command‑line snippets helps you query Oracle client IPs, kill specific processes, count connections, summarize traffic, find large files, measure copy time, and monitor CPU and memory usage, all useful for DB and system administrators.

Sysadmincommandsdatabase
0 likes · 6 min read
Essential Linux Commands for Database Monitoring and System Management
MaGe Linux Operations
MaGe Linux Operations
Oct 4, 2020 · Operations

10 Essential Linux Sysadmin Hacks to Boost Efficiency

This article presents a collection of practical Linux system‑administration techniques—from unmounting a stuck DVD drive and resetting a frozen console to using screen sharing, SSH tunnels, VNC forwarding, bandwidth testing, and automated scripting—each designed to save time, improve troubleshooting speed, and increase overall operational productivity.

SysadminVNCcommand-line
0 likes · 18 min read
10 Essential Linux Sysadmin Hacks to Boost Efficiency
Liangxu Linux
Liangxu Linux
Sep 6, 2020 · Fundamentals

Top 10 Linux Shell Interview Questions and Practical Answers

This article presents ten common Linux shell interview questions, providing clear explanations, command-line solutions, code examples, and step‑by‑step guidance on script termination, file header removal, line length checking, non‑printable character display, directory permissions, process states, cut, cmp vs diff, echo vs ls, and inode basics.

BashScriptingShell
0 likes · 8 min read
Top 10 Linux Shell Interview Questions and Practical Answers
ITPUB
ITPUB
Aug 13, 2020 · Operations

Mastering Linux ‘ps’: Essential Commands to Inspect and Filter Processes

This guide explains how the Linux ps command works, details its most useful options for listing, filtering, sorting, and formatting process information, and shows how to combine it with tools like watch, less, and pstree for real‑time and hierarchical views.

ShellSysadmincommand-line
0 likes · 8 min read
Mastering Linux ‘ps’: Essential Commands to Inspect and Filter Processes
Efficient Ops
Efficient Ops
Jul 22, 2020 · Operations

Master Linux Network Commands: From netstat to ss and tcpdump

This article provides a concise yet comprehensive guide to essential Linux networking tools—including netstat, ss, sar, iftop, and tcpdump—explaining how to monitor connections, analyze traffic, troubleshoot TIME_WAIT and CLOSE_WAIT issues, and tune kernel parameters for high‑concurrency servers.

LinuxSysadmin
0 likes · 12 min read
Master Linux Network Commands: From netstat to ss and tcpdump
Liangxu Linux
Liangxu Linux
Jul 9, 2020 · Operations

Essential Linux Commands with Real‑World Examples

This guide introduces ten useful Linux command‑line tools—including pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purpose, typical usage patterns, and providing concrete command‑line examples to help users manage processes, files, and system information efficiently.

ShellSysadmincommand-line
0 likes · 8 min read
Essential Linux Commands with Real‑World Examples
Liangxu Linux
Liangxu Linux
Apr 25, 2020 · Operations

Why Dumping Logs into a DB Fails and How Awk Solves the Problem

The article explains why loading all log data into a database is impractical, outlines three drawbacks—volatile requests, data bloat, and cost—and introduces the lightweight awk tool with concrete command examples to filter and analyze network logs efficiently without a database.

Sysadminawkdata-processing
0 likes · 6 min read
Why Dumping Logs into a DB Fails and How Awk Solves the Problem
Huajiao Technology
Huajiao Technology
Apr 14, 2020 · Operations

Basic Terminal Commands and Practical Usage on macOS

This article introduces essential terminal commands and practical scenarios for macOS users, covering tools like man, grep, tail, awk, top, lsof, ansible, and nc, and offers efficiency tips such as aliases, plugins, and fuzzy finders to boost productivity.

LinuxSysadmincommand-line
0 likes · 16 min read
Basic Terminal Commands and Practical Usage on macOS
Java Backend Technology
Java Backend Technology
Apr 9, 2020 · Operations

11 Must‑Know Linux Terminal Tricks to Boost Your Productivity

This article presents eleven practical Linux terminal techniques—including essential keyboard shortcuts, sudo shortcuts, background job handling, nohup, at scheduling, man page tweaks, htop, ranger, shutdown cancellation, process killing, and YouTube video downloading—to help users work faster and manage their systems more efficiently.

BashLinuxSysadmin
0 likes · 11 min read
11 Must‑Know Linux Terminal Tricks to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Feb 10, 2020 · Operations

Mastering xargs: Powerful Techniques for Linux Command-Line Automation

This guide explains how the xargs utility transforms piped or stdin data into command arguments, covering its syntax, options for limiting arguments, running multiple commands, custom delimiters, reading from files, and combining with find for efficient batch operations on Linux systems.

Shell scriptingSysadminxargs
0 likes · 7 min read
Mastering xargs: Powerful Techniques for Linux Command-Line Automation
ITPUB
ITPUB
Feb 4, 2020 · Operations

Mastering grep: Powerful Search Techniques and Essential Options for Linux

This guide explains how to use the Linux grep command to search text patterns in files, covering basic syntax, absolute and relative paths, practical examples, and a comprehensive list of useful options such as -n, -h, -l, -R, -i, -c, -w, -v, and --exclude-dir.

GrepLinuxSysadmin
0 likes · 7 min read
Mastering grep: Powerful Search Techniques and Essential Options for Linux
MaGe Linux Operations
MaGe Linux Operations
Jan 8, 2020 · Operations

Essential Linux Ops Interview Guide: From RAID to Load Balancing

This article compiles a comprehensive set of Linux operations interview questions and answers covering fundamentals such as the definition of ops, RAID levels, load‑balancing tools, middleware, MySQL troubleshooting, scripting, network diagnostics, and best‑practice optimization techniques for system administrators.

NetworkingSysadmininterview
0 likes · 38 min read
Essential Linux Ops Interview Guide: From RAID to Load Balancing