Tagged articles
5000 articles
Page 1 of 50
MaGe Linux Operations
MaGe Linux Operations
May 31, 2026 · Fundamentals

Essential Network Basics for Ops: IP Addresses, Subnet Masks, and Gateways Explained

This guide walks operations engineers through core networking concepts—including IP address structure, binary‑decimal conversion, private address ranges, subnet masks, CIDR notation, gateway functions, VLAN isolation, routing tables, DNS resolution, Docker/Kubernetes networking, and firewall configuration—while providing concrete command‑line examples and step‑by‑step troubleshooting workflows.

DockerIP addressingKubernetes
0 likes · 35 min read
Essential Network Basics for Ops: IP Addresses, Subnet Masks, and Gateways Explained
Ops Community
Ops Community
May 31, 2026 · Operations

Master Batch Text Processing with awk and sed: A Practical Guide for Sysadmins

This article walks through the fundamentals and advanced techniques of using awk and sed on Linux for batch text manipulation, covering field handling, custom delimiters, BEGIN/END blocks, conditional filtering, arrays, built‑in functions, real‑world Nginx log analysis, script creation, performance tips, common pitfalls, debugging tricks, and how to combine both tools for powerful pipelines.

Linuxawklog analysis
0 likes · 45 min read
Master Batch Text Processing with awk and sed: A Practical Guide for Sysadmins
Linux Tech Enthusiast
Linux Tech Enthusiast
May 31, 2026 · Cloud Native

How to Fix Docker Network IP Address Conflicts

When Docker fails to start because its default bridge networks clash with existing subnets, you can diagnose the issue by checking logs and routing tables, then resolve it by adjusting the daemon.json subnet settings, recreating the conflicting networks, and optionally rebuilding the ingress network.

DockerLinuxdaemon.json
0 likes · 9 min read
How to Fix Docker Network IP Address Conflicts
MaGe Linux Operations
MaGe Linux Operations
May 30, 2026 · Information Security

Master Linux File Permissions: How to Use chmod and chown Effectively

This comprehensive guide explains Linux's permission model, the core concepts of owner, group, and others, demonstrates numeric and symbolic chmod usage, details chown operations, explores special bits, ACLs, common real‑world scenarios, troubleshooting steps, security best practices, and provides scripts for auditing and rollback.

Linuxaclchmod
0 likes · 36 min read
Master Linux File Permissions: How to Use chmod and chown Effectively
Ops Community
Ops Community
May 30, 2026 · Operations

Master Linux Disk Partitioning and Mounting: A Practical Step‑by‑Step Guide

This guide walks Linux operators through the fundamentals of disk partitioning, explains MBR and GPT partition tables, demonstrates the use of fdisk, parted and gdisk, shows how to create and format filesystems, configure mounting options and fstab, manage LVM volumes, and provides real‑world case studies with commands, examples, and best‑practice recommendations.

LVMLinuxdisk partitioning
0 likes · 35 min read
Master Linux Disk Partitioning and Mounting: A Practical Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
May 29, 2026 · Operations

scp vs rsync: Detailed Usage, Parameters, and When to Choose Each for Server File Transfers

This comprehensive guide explains the principles, syntax, and common options of scp and rsync, compares their features with concrete performance data, walks through dozens of real‑world scenarios—from single‑file uploads to large‑scale log migrations—and provides security tips, error‑handling tricks, and best‑practice recommendations for reliable server‑to‑server file transfers.

LinuxSSHbandwidth limit
0 likes · 33 min read
scp vs rsync: Detailed Usage, Parameters, and When to Choose Each for Server File Transfers
Linux Tech Enthusiast
Linux Tech Enthusiast
May 29, 2026 · Fundamentals

600 Essential Linux Commands Every Sysadmin Should Know

The article compiles a comprehensive list of 600 Linux commands covering system information, file and directory operations, permissions, searching, mounting, disk management, user and group handling, networking, package management, backup, and editing, providing concise usage examples for each command.

Command LineLinuxShell
0 likes · 41 min read
600 Essential Linux Commands Every Sysadmin Should Know
MaGe Linux Operations
MaGe Linux Operations
May 27, 2026 · Operations

Master Linux Directory Structure Quickly: A Practical Guide for Ops Engineers

This guide explains why understanding the Linux filesystem hierarchy matters, walks through the FHS standard, details the purpose of each top‑level directory such as /bin, /usr, /etc, /var, /proc, and provides concrete commands and troubleshooting tips so engineers can locate files, edit configurations, and resolve issues without getting lost.

FHSFilesystemLinux
0 likes · 39 min read
Master Linux Directory Structure Quickly: A Practical Guide for Ops Engineers
MaGe Linux Operations
MaGe Linux Operations
May 26, 2026 · Operations

Encountering Nginx 502 Errors? A Step‑by‑Step Guide to Fast Troubleshooting

Nginx 502 Bad Gateway is one of the most frequent operational issues; this article outlines a systematic, layered approach—from checking Nginx error logs and backend service status to network connectivity, resource limits, timeout settings, and permission problems—providing concrete commands, example scenarios, and preventive measures to quickly identify and resolve the root cause.

502DockerLinux
0 likes · 27 min read
Encountering Nginx 502 Errors? A Step‑by‑Step Guide to Fast Troubleshooting
Linux Tech Enthusiast
Linux Tech Enthusiast
May 26, 2026 · Operations

600 Essential Linux Commands to Solve 99% of Everyday Tasks

This article compiles a comprehensive list of about 600 Linux commands covering system information, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, archiving, package management, networking, and text editing, enabling users to handle the vast majority of routine Linux tasks efficiently.

BashCommand LineLinux
0 likes · 49 min read
600 Essential Linux Commands to Solve 99% of Everyday Tasks
Ops Community
Ops Community
May 25, 2026 · Operations

How to Pinpoint Disk I/O Bottlenecks on Linux with iostat and blktrace

This guide walks you through a step‑by‑step, non‑disruptive workflow for diagnosing high disk I/O on Linux servers using built‑in tools such as vmstat, iostat, iotop, pidstat, lsof and the low‑level tracer blktrace, then shows how to interpret the data, identify common root causes, apply targeted fixes, and verify improvements with fio benchmarks and continuous monitoring.

Linuxblktracedisk I/O
0 likes · 26 min read
How to Pinpoint Disk I/O Bottlenecks on Linux with iostat and blktrace
Linux Tech Enthusiast
Linux Tech Enthusiast
May 25, 2026 · Fundamentals

Exploring BusyBox: The Lightweight Linux Toolset for Embedded Systems

This article introduces BusyBox as a compact collection of Unix utilities for embedded Linux, outlines its key features, three usage methods, compilation and installation steps, common pitfalls, and demonstrates practical examples such as filesystem repair and network configuration.

Linuxbusyboxcommand-line tools
0 likes · 8 min read
Exploring BusyBox: The Lightweight Linux Toolset for Embedded Systems
ITPUB
ITPUB
May 23, 2026 · Industry Insights

Why Linux Dominates Servers but Fails on Desktops in China

The article examines why, despite Linux's strong presence on servers, its desktop usage remains minimal in China, attributing the gap to the high complexity and cost of GUI development, user preferences for command‑line interfaces, and entrenched market share advantages of Windows and macOS.

GUI DevelopmentLinuxOperating System Market
0 likes · 5 min read
Why Linux Dominates Servers but Fails on Desktops in China
MaGe Linux Operations
MaGe Linux Operations
May 22, 2026 · Operations

30 Essential Linux Commands Every New Ops Engineer Must Know

This guide walks Linux operations engineers through the 30 most frequently used commands, organized into seven categories, and shows real‑world scenarios, common options, safety warnings, and step‑by‑step examples so newcomers can confidently manage files, monitor systems, troubleshoot networks, handle users, and control services on production servers.

Command LineFile ManagementLinux
0 likes · 58 min read
30 Essential Linux Commands Every New Ops Engineer Must Know
Deepin Linux
Deepin Linux
May 22, 2026 · Backend Development

Mastering the Zero‑Copy Trio: sendfile, mmap, and splice

This article provides a comprehensive, step‑by‑step analysis of Linux zero‑copy mechanisms—sendfile, mmap, and splice—detailing their internal workflows, performance trade‑offs, code examples, and practical selection guidelines for high‑throughput backend development.

LinuxPerformancemmap
0 likes · 41 min read
Mastering the Zero‑Copy Trio: sendfile, mmap, and splice
Deepin Linux
Deepin Linux
May 21, 2026 · Fundamentals

From Zero to One: Dissecting the Underlying Principles of Linux File I/O

This article walks through the complete Linux file I/O workflow—from opening, reading, and writing files, to kernel‑level system call execution and the differences among five major I/O models—explaining buffers, caches, blocking vs. non‑blocking modes, and performance‑impacting trade‑offs.

BuffersC ProgrammingFile I/O
0 likes · 42 min read
From Zero to One: Dissecting the Underlying Principles of Linux File I/O
Linux Tech Enthusiast
Linux Tech Enthusiast
May 21, 2026 · Fundamentals

Understanding Linux Kernel’s Four I/O Scheduler Algorithms

The article explains Linux kernel’s four I/O schedulers—Noop, CFQ, Deadline, and Anticipatory—detailing their queue management, merging and sorting mechanisms, priority handling, and hardware‑specific suitability, helping readers choose the appropriate scheduler for spinning disks, SSDs, or database workloads.

Linuxanticipatorycfq
0 likes · 16 min read
Understanding Linux Kernel’s Four I/O Scheduler Algorithms
Go Development Architecture Practice
Go Development Architecture Practice
May 20, 2026 · Operations

10 Essential Linux Ops Tools to Cut 80% of Overtime

This article introduces ten widely used Linux operations tools—Shell, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical scenarios, advantages, and concrete usage examples to help engineers streamline daily tasks.

DockerELKGrafana
0 likes · 9 min read
10 Essential Linux Ops Tools to Cut 80% of Overtime
Liangxu Linux
Liangxu Linux
May 19, 2026 · Fundamentals

Programming: Memorize or Create? Why Understanding Beats Rote Learning

The author argues that successful programming relies 70% on understanding, 20% on practice, and only 10% on memorization, emphasizing that developers should focus on grasping core concepts, building muscle memory through repeated coding, and using documentation as needed rather than trying to memorize every API.

CLinuxembedded
0 likes · 6 min read
Programming: Memorize or Create? Why Understanding Beats Rote Learning
Linux Tech Enthusiast
Linux Tech Enthusiast
May 19, 2026 · Fundamentals

Add a Progress Bar to Linux cp and mv Commands

This guide shows how to patch coreutils so that the Linux cp and mv commands display a visual progress bar, covering version checks, source download, applying the advcpmv patch, compiling, configuring replacements, and testing the new functionality.

Linuxadvcpmvcoreutils
0 likes · 3 min read
Add a Progress Bar to Linux cp and mv Commands
IT Services Circle
IT Services Circle
May 19, 2026 · Fundamentals

Which Linux Distribution Is Best for Everyday Use Without Programming?

The article explains why modern Linux desktops are user‑friendly, dispels common misconceptions, and recommends several distributions—Ubuntu and its flavors, Fedora Workstation, and Zorin OS—while highlighting potential pitfalls such as limited native Chinese software, gaming compatibility, driver issues, and advises testing in a VM or live mode before full installation.

FedoraGamingLinux
0 likes · 5 min read
Which Linux Distribution Is Best for Everyday Use Without Programming?
dbaplus Community
dbaplus Community
May 18, 2026 · Information Security

One Bash Script, One Weekend: How AI Uncovered a 23‑Year‑Old Linux Kernel Flaw

A simple Bash script run over a weekend by researcher Nicholas Carlini leveraged Claude Opus 4.6 to discover a critical NFSv4 vulnerability that had persisted in Linux kernels since March 2003, prompting Linus Torvalds to announce AI‑driven security as a new normal in the Linux 7.0 release.

AI-assisted Vulnerability DetectionKernel SecurityLinux
0 likes · 19 min read
One Bash Script, One Weekend: How AI Uncovered a 23‑Year‑Old Linux Kernel Flaw
Black & White Path
Black & White Path
May 17, 2026 · Information Security

From Normal User to Root: Inside the ssh-keysign-pwn Linux Kernel LPE (CVE‑2026‑46333)

The article details the ssh-keysign-pwn vulnerability (CVE‑2026‑46333), explaining its exit‑mm/exit‑files race condition, how ordinary users can steal SSH host keys and /etc/shadow via pidfd_getfd, the affected Linux distributions, exploit steps, mitigation measures, and the broader context of May 2026 kernel security disclosures.

CVE-2026-46333LinuxLocal Privilege Escalation
0 likes · 16 min read
From Normal User to Root: Inside the ssh-keysign-pwn Linux Kernel LPE (CVE‑2026‑46333)
Java Tech Enthusiast
Java Tech Enthusiast
May 16, 2026 · Industry Insights

Why Supercomputers Choose Linux Over Windows: An In‑Depth Analysis

Supercomputers run exclusively on Linux because its open‑source nature offers unparalleled cost savings, deep customizability, superior scheduling performance, and robust stability and security—advantages that closed‑source systems like Windows and macOS cannot match for massive parallel workloads.

LinuxOpen SourceOperating Systems
0 likes · 9 min read
Why Supercomputers Choose Linux Over Windows: An In‑Depth Analysis
Linux Tech Enthusiast
Linux Tech Enthusiast
May 16, 2026 · Fundamentals

Beginner-Friendly Guide to Linux Shell Programming

This article provides a step‑by‑step tutorial on Linux shell programming for beginners, covering variable naming rules, string manipulation, script creation, environment variable handling, arithmetic operations, user input, logical and string operators, as well as common file and directory commands, all illustrated with concrete code examples and screenshots.

ArithmeticBashLinux
0 likes · 19 min read
Beginner-Friendly Guide to Linux Shell Programming
Deepin Linux
Deepin Linux
May 16, 2026 · Fundamentals

Mastering SMP Multi-Core Out-of-Order Execution to Grasp Linux Concurrency

This article deeply dissects the hardware origins of SMP multi‑core out‑of‑order execution, explains four classic memory‑reordering scenarios, and shows how Linux kernel memory barriers constrain the chaos, enabling developers to reliably reason about and fix complex multi‑core concurrency bugs.

CPULinuxSMP
0 likes · 34 min read
Mastering SMP Multi-Core Out-of-Order Execution to Grasp Linux Concurrency
Linux Tech Enthusiast
Linux Tech Enthusiast
May 14, 2026 · Operations

9 Visual Guides to Linux Performance Tuning Tools

The article presents nine diagrams that illustrate Linux performance tooling categories—including observability, static analysis, benchmarking, tuning, sar, perf-tools, tracing, and BPF tools—providing a quick visual reference for system engineers.

BPFLinuxObservability
0 likes · 2 min read
9 Visual Guides to Linux Performance Tuning Tools
Deepin Linux
Deepin Linux
May 14, 2026 · Operations

How to Diagnose Kernel Panic: A Step‑by‑Step Guide to Finding the Root Cause

This article explains what a Linux kernel panic is, enumerates common hardware and driver causes, walks through the panic() function internals, and provides a practical troubleshooting workflow with log analysis, debugging tools, and a concrete driver example to help operators quickly locate and fix the underlying fault.

DebuggingDevice DriversKernel Panic
0 likes · 24 min read
How to Diagnose Kernel Panic: A Step‑by‑Step Guide to Finding the Root Cause
MaGe Linux Operations
MaGe Linux Operations
May 13, 2026 · Operations

Solve System Issues Fast with Linux Log Analysis

This guide walks Linux operators through the core log architecture, essential log files, powerful command‑line tools such as grep, awk, sed and journalctl, and step‑by‑step troubleshooting scenarios—including SSH connectivity, service failures, disk space, memory leaks, security incidents, and application logs—while providing ready‑to‑run scripts and advanced techniques for automated and centralized log analysis.

GrepLinuxTroubleshooting
0 likes · 41 min read
Solve System Issues Fast with Linux Log Analysis
IT Services Circle
IT Services Circle
May 13, 2026 · Industry Insights

Why Do Supercomputers Choose Linux Over Windows?

The article explains that Linux dominates the TOP500 supercomputer list because its open‑source nature allows cost‑free licensing, deep kernel customization, extreme flexibility, superior task scheduling, minimal system overhead, and rapid community‑driven security patches, advantages that Windows and macOS cannot match for massive parallel workloads.

LinuxOpen SourceOperating Systems
0 likes · 8 min read
Why Do Supercomputers Choose Linux Over Windows?
Deepin Linux
Deepin Linux
May 13, 2026 · Fundamentals

Don’t Claim Linux Memory‑Tuning Skills Without Mastering Memory Compaction

This article explains Linux memory compaction—from its core principles and page‑migration mechanics to the different compaction strategies, trigger conditions, practical test cases, and optimization tips—showing how proper compaction resolves fragmentation, improves allocation success, and boosts overall system performance.

LinuxMemory CompactionMemory Fragmentation
0 likes · 47 min read
Don’t Claim Linux Memory‑Tuning Skills Without Mastering Memory Compaction
AI Architecture Path
AI Architecture Path
May 13, 2026 · Fundamentals

Ghostty: 54K‑Star Terminal Faster Than Alacritty, Richer Than iTerm2, Beginner‑Friendly

Ghostty, the open‑source terminal emulator that has amassed over 54 000 GitHub stars, combines Alacritty’s ultra‑fast performance with iTerm2’s rich feature set, offers cross‑platform native support, and provides step‑by‑step installation, configuration, and advanced usage tips for macOS and Linux users.

AlacrittyGhosttyLinux
0 likes · 11 min read
Ghostty: 54K‑Star Terminal Faster Than Alacritty, Richer Than iTerm2, Beginner‑Friendly
Deepin Linux
Deepin Linux
May 12, 2026 · Backend Development

From Zero to One: Mastering Linux NAPI High‑Concurrency Packet Reception

This article explains why traditional interrupt‑driven network I/O stalls under high traffic, introduces the NAPI (New API) mechanism that combines interrupt wake‑up with batch polling, details its core data structures and scheduling functions, and provides step‑by‑step configuration and tuning guidance to achieve efficient, low‑latency packet processing on Linux servers.

LinuxNAPIPerformance tuning
0 likes · 35 min read
From Zero to One: Mastering Linux NAPI High‑Concurrency Packet Reception
Ops Community
Ops Community
May 11, 2026 · Operations

Production‑Grade Linux Disk I/O Tuning: From Theory to Hands‑On Practice

This comprehensive guide walks you through the fundamentals of Linux disk I/O performance, explains how to interpret key metrics such as IOPS, throughput and latency, and provides step‑by‑step instructions, scripts and configuration examples for diagnosing bottlenecks, optimizing filesystems, kernel parameters, application settings and storage layouts in production environments.

FilesystemLinuxMonitoring
0 likes · 60 min read
Production‑Grade Linux Disk I/O Tuning: From Theory to Hands‑On Practice
dbaplus Community
dbaplus Community
May 10, 2026 · Operations

Ubuntu Breaks 35 Years of Linux Philosophy: Should You Adopt Snap Devpacks?

Ubuntu 26.04 LTS introduces Snap Devpacks—a single‑command, vendor‑controlled toolchain that promises the fastest Linux developer environment deployment, but raises concerns about lock‑in, prompting a detailed comparison with alternatives like mise, Nix devShells, DNF modules and container‑based setups.

CanonicalDeploymentDevpacks
0 likes · 14 min read
Ubuntu Breaks 35 Years of Linux Philosophy: Should You Adopt Snap Devpacks?
Deepin Linux
Deepin Linux
May 10, 2026 · Fundamentals

Do You Really Understand pthread Internals? Master Linux Multithreading Basics

This article dives deep into Linux pthread fundamentals, covering process‑vs‑thread concepts, the POSIX API, kernel implementation via the clone syscall, thread lifecycle, synchronization primitives, common pitfalls such as deadlocks, stack overflows and thread leaks, and provides practical debugging and mitigation techniques with real code examples.

Linuxclone syscalldeadlock
0 likes · 55 min read
Do You Really Understand pthread Internals? Master Linux Multithreading Basics
Ops Community
Ops Community
May 9, 2026 · Operations

Achieve Seamless Nginx High Availability with Keepalived: A Practical Guide

This article walks through building a simple, cost‑effective high‑availability solution for Nginx using Keepalived’s VRRP‑based VIP failover, covering environment setup, configuration of master and backup nodes, health‑check scripts, testing procedures, troubleshooting tips, and rollback steps.

Linuxfailoverhealth check
0 likes · 29 min read
Achieve Seamless Nginx High Availability with Keepalived: A Practical Guide
Black & White Path
Black & White Path
May 9, 2026 · Information Security

AutoPentestX: An Automated Linux Penetration Testing Toolkit for Faster Red‑Team Assessments

AutoPentestX is an open‑source, Linux‑focused automated penetration testing framework that integrates tools like Nmap, Nikto, SQLMap and Metasploit into a single command workflow, stores results in SQLite, generates detailed PDF reports, and includes installation, usage instructions, legal compliance notes, and future development plans.

LinuxMetasploitOpen Source
0 likes · 7 min read
AutoPentestX: An Automated Linux Penetration Testing Toolkit for Faster Red‑Team Assessments
Linux Tech Enthusiast
Linux Tech Enthusiast
May 9, 2026 · Information Security

Xubuntu Download Page Hijacked with Crypto‑Stealing Malware

A security researcher discovered that the official Xubuntu download page was compromised, delivering a ZIP containing a tos.txt file with a bogus 2026 copyright and a malicious Windows executable that functions as a crypto‑clipper, prompting Xubuntu to temporarily disable the download site while investigating the breach.

Crypto ClipperInformation SecurityLinux
0 likes · 3 min read
Xubuntu Download Page Hijacked with Crypto‑Stealing Malware
dbaplus Community
dbaplus Community
May 8, 2026 · Operations

Why Debian Beats Ubuntu as the Ideal Daily‑Driver Linux Distro

The article compares Debian and Ubuntu, showing how Debian’s community‑driven purity, stable release model, broad hardware support, flexible desktop choices, classic APT packaging, and strong community make it a superior daily‑driver Linux distribution.

APTDebianFree Software
0 likes · 10 min read
Why Debian Beats Ubuntu as the Ideal Daily‑Driver Linux Distro
Deepin Linux
Deepin Linux
May 7, 2026 · Operations

Don’t Claim You Can Troubleshoot Networks Until You Understand Packet Loss

This article explains what network packet loss is, its common causes—from hardware faults to congestion and misconfiguration—and provides a step‑by‑step, production‑ready methodology for diagnosing and resolving loss using tools such as ping, traceroute, Wireshark and tcpdump.

LinuxTCP/IPTroubleshooting
0 likes · 31 min read
Don’t Claim You Can Troubleshoot Networks Until You Understand Packet Loss
Liangxu Linux
Liangxu Linux
May 6, 2026 · Fundamentals

What’s the Ideal Learning Path for Embedded Software Development?

The article outlines a step‑by‑step learning roadmap for embedded software engineers, emphasizing the need to define goals, master C and hardware basics, understand RTOS and Linux, build hands‑on projects, develop debugging skills, and commit to continuous learning.

C ProgrammingLinuxRTOS
0 likes · 5 min read
What’s the Ideal Learning Path for Embedded Software Development?
Ops Community
Ops Community
May 6, 2026 · Operations

Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database

When a website’s response time jumped from 200 ms to over 10 seconds, this guide walks through a layered investigation—from confirming the scope, checking Nginx and upstream health, analyzing application logs, inspecting MySQL processes, slow queries, and locks, to examining server CPU, memory, disk I/O, and network—providing concrete commands, expected outputs, and root‑cause patterns for effective troubleshooting and preventive monitoring.

LinuxPerformanceServer
0 likes · 34 min read
Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database
Deepin Linux
Deepin Linux
May 6, 2026 · Fundamentals

Master Linux Memory Performance: From Theory to Real‑World Optimization

This article systematically breaks down Linux's core memory mechanisms, identifies common performance bottlenecks, and demonstrates how to use tools like numastat, perf, and Valgrind together with kernel parameters such as swappiness and min_free_kbytes to achieve practical memory optimizations.

LinuxMemoryNUMA
0 likes · 55 min read
Master Linux Memory Performance: From Theory to Real‑World Optimization
ITPUB
ITPUB
May 5, 2026 · Operations

Auto‑Show CPU, Memory, and Disk Usage on Linux Login with a Single Script

This article provides a ready‑to‑use Bash script that, when placed in a system‑wide or user profile directory, automatically displays hostname, uptime, load average, IP address, CPU and memory usage, and disk mount statistics each time you log into a Linux server, along with color‑coded formatting and customization tips.

BashLinuxautomation
0 likes · 6 min read
Auto‑Show CPU, Memory, and Disk Usage on Linux Login with a Single Script
Linux Tech Enthusiast
Linux Tech Enthusiast
May 5, 2026 · Fundamentals

100‑Slide PPT That Fully Explains Common Linux Commands

This article shares a 100‑page slide deck that systematically introduces and explains the most frequently used Linux commands, helping readers quickly grasp essential command‑line operations; it covers navigation, file manipulation, process control, permission management, networking utilities, and scripting basics, each illustrated with concise examples and usage tips.

Command LineLinuxPPT
0 likes · 1 min read
100‑Slide PPT That Fully Explains Common Linux Commands
Deepin Linux
Deepin Linux
May 5, 2026 · Fundamentals

Master Linux Memory Performance with HugePages

Linux’s default 4 KB pages cause massive page tables and TLB misses in high‑memory workloads; this article explains the HugePage mechanism, its types, how it reduces page‑table entries, improves TLB hit rates, lowers fragmentation, and provides step‑by‑step configuration for static and transparent huge pages in production.

LinuxMemory OptimizationPerformance tuning
0 likes · 39 min read
Master Linux Memory Performance with HugePages
Ops Community
Ops Community
May 4, 2026 · Information Security

Investigating and Securing a Server After a Suspicious Login

When a production server shows unexpected high CPU usage and unknown login activity, this guide walks Linux ops engineers through confirming intrusion, stopping the attacker, tracing the attack path, removing backdoors, restoring system integrity, and applying hardening measures to prevent future breaches.

ForensicsHardeningIncident Response
0 likes · 27 min read
Investigating and Securing a Server After a Suspicious Login
Linux Tech Enthusiast
Linux Tech Enthusiast
May 4, 2026 · Operations

Essential Linux Commands Every Sysadmin Should Know

This guide compiles the most frequently used Linux commands for system administrators, covering navigation, file manipulation, searching, permission handling, text processing, archiving, system control, and process management, complete with practical examples and option details to boost daily operational efficiency.

Command LineFile ManagementLinux
0 likes · 15 min read
Essential Linux Commands Every Sysadmin Should Know
Deepin Linux
Deepin Linux
May 4, 2026 · Fundamentals

Deep Dive into Linux VMA: Core Mechanisms of Virtual Memory Areas

Linux’s Virtual Memory Area (VMA) is the kernel’s core structure for managing a process’s address space, and this article explains its definition, key fields, linked‑list and red‑black‑tree organization, allocation, protection, page‑fault handling, copy‑on‑write, and practical usage examples.

Copy-on-WriteLinuxVMA
0 likes · 26 min read
Deep Dive into Linux VMA: Core Mechanisms of Virtual Memory Areas
Linux Tech Enthusiast
Linux Tech Enthusiast
May 3, 2026 · Fundamentals

Essential Linux Commands Cheat Sheet You Should Bookmark

This guide introduces Linux’s dominant role as a server OS, explains its directory layout, demonstrates the command syntax with examples, covers common file‑handling, compression, permission commands, and provides a concise overview of Vim editing shortcuts for efficient terminal work.

Command LineDirectory StructureLinux
0 likes · 5 min read
Essential Linux Commands Cheat Sheet You Should Bookmark
Linux Tech Enthusiast
Linux Tech Enthusiast
May 2, 2026 · Fundamentals

25 Essential Linux Commands Every Beginner Should Know

This guide introduces 25 fundamental Linux commands, explaining their purpose, basic syntax, and typical usage examples so beginners can quickly perform file management, navigation, process inspection, and other common tasks directly from the terminal.

BeginnerCommand LineFile Management
0 likes · 12 min read
25 Essential Linux Commands Every Beginner Should Know
Architect Chen
Architect Chen
May 1, 2026 · Operations

Comprehensive Nginx Command Guide (2026 Edition)

This article provides a detailed reference of essential Nginx commands—including startup, shutdown, reload, configuration checks, process signaling, debugging, and monitoring—explaining their effects, typical use cases, and the underlying behavior of master and worker processes.

Command LineLinuxProcess Control
0 likes · 5 min read
Comprehensive Nginx Command Guide (2026 Edition)
Linux Tech Enthusiast
Linux Tech Enthusiast
May 1, 2026 · Fundamentals

150 Essential Linux Commands Every Programmer Should Know

This article provides a comprehensive reference of 150 Linux commands, grouped by function such as file operations, system monitoring, networking, user management, and process control, each with concise English descriptions that explain their purpose and typical usage for developers and system administrators.

Command LineLinuxShell
0 likes · 16 min read
150 Essential Linux Commands Every Programmer Should Know
Deepin Linux
Deepin Linux
May 1, 2026 · Fundamentals

Mastering Linux Kernel Threads: Core Mechanisms and Scheduling

This article explains Linux kernel threads from basic concepts to deep internals, covering their data structures, creation, execution flow, scheduling strategies, context‑switch overhead, synchronization primitives, interrupt handling, and a practical kswapd memory‑reclaim case study, providing concrete code examples and step‑by‑step analysis.

LinuxSchedulingThreads
0 likes · 42 min read
Mastering Linux Kernel Threads: Core Mechanisms and Scheduling
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2026 · Information Security

20 Essential Server Hardening Steps Before Launching a New Machine

This guide provides a detailed 20‑item checklist for Linux server hardening—covering snapshots, account management, SSH key authentication, password policies, firewall rules, service reduction, kernel tweaks, logging, and verification scripts—to ensure a new production server is secure before it goes live.

AIDEAuditdFail2ban
0 likes · 33 min read
20 Essential Server Hardening Steps Before Launching a New Machine
IT Services Circle
IT Services Circle
Apr 30, 2026 · Industry Insights

Why China Is Mandating Linux for State‑Owned Enterprises: A Technical Analysis

The article explains that China’s large‑scale migration from Windows to Linux in state‑owned and central enterprises is driven by security independence, massive licensing cost savings, ecosystem development, and strategic preparation for potential sanctions, offering both challenges and new opportunities for the tech workforce.

Domestic ecosystemLinuxState-owned Enterprises
0 likes · 8 min read
Why China Is Mandating Linux for State‑Owned Enterprises: A Technical Analysis
Java Tech Enthusiast
Java Tech Enthusiast
Apr 30, 2026 · Operations

What Does “Familiar with Linux” Really Mean in Campus Recruitment?

The article explains that while many graduates claim to be “familiar with Linux,” interviewers expect the ability to solve about 80% of daily tasks, covering core commands, file permissions, process monitoring, networking, shell scripting, and real‑world troubleshooting.

Campus RecruitmentInterview preparationLinux
0 likes · 5 min read
What Does “Familiar with Linux” Really Mean in Campus Recruitment?
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2026 · Operations

Disk Full on Linux? Run These 8 Diagnostic Commands First

When a Linux server reports a full disk, this guide walks you through eight essential commands to diagnose whether the issue is actual space exhaustion, inode depletion, lingering deleted files, or I/O bottlenecks, and provides a systematic cleanup workflow for production environments.

LinuxTroubleshootingdf
0 likes · 19 min read
Disk Full on Linux? Run These 8 Diagnostic Commands First
Black & White Path
Black & White Path
Apr 30, 2026 · Information Security

Linux Kernel’s ‘Copy Fail’ CVE‑2026‑31431: A 732‑Byte Python Script Grants Root in One Step

A newly disclosed Linux kernel vulnerability (CVE‑2026‑31431, dubbed “Copy Fail”) allows an unprivileged user to execute a 732‑byte Python script that writes four controllable bytes into the page cache, directly modifying /usr/bin/su to obtain root, affecting all kernels from 2017 to the patch release and posing severe risks such as container escape and cloud‑tenant isolation breaches.

CVE-2026-31431Linuxcontainer escape
0 likes · 11 min read
Linux Kernel’s ‘Copy Fail’ CVE‑2026‑31431: A 732‑Byte Python Script Grants Root in One Step
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2026 · Operations

Step‑by‑Step Investigation of a High‑Load Production Server

During a mid‑year promotion an e‑commerce platform experienced a sudden spike in load average and response latency; the article walks through a systematic, command‑driven investigation that identifies an I/O bottleneck caused by mis‑configured log rotation and excessive debug logging, and presents immediate and long‑term remediation steps.

I/OLinuxLog Management
0 likes · 16 min read
Step‑by‑Step Investigation of a High‑Load Production Server
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2026 · Operations

Mastering Linux Load Average: What the Numbers Really Mean

This article explains Linux Load Average’s definition, how the three numbers are calculated, their relationship with CPU and I/O, practical interpretation rules, step‑by‑step troubleshooting workflows, monitoring setups, and optimization techniques for both CPU‑bound and I/O‑bound load spikes.

CPUI/OLinux
0 likes · 27 min read
Mastering Linux Load Average: What the Numbers Really Mean
Deepin Linux
Deepin Linux
Apr 29, 2026 · Fundamentals

Master Linux Kernel Deadlock Detection to Truly Understand Synchronization

This article explains the four necessary conditions for Linux deadlocks, demonstrates each with concrete pthread examples, reviews kernel lock types, introduces detection tools such as Lockdep, gdb, pstack and ftrace, and walks through a real‑world cluster case study with step‑by‑step analysis and remediation.

DebuggingLinuxLockdep
0 likes · 38 min read
Master Linux Kernel Deadlock Detection to Truly Understand Synchronization
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 28, 2026 · Operations

10 Must‑Try Linux Network Monitoring Tools

This article reviews ten open‑source Linux network monitoring utilities that run from the terminal—ideal for SSH‑based management—detailing each tool's purpose, key features, and typical usage scenarios to help administrators choose the right solution for their environment.

LinuxNetwork MonitoringOpen Source
0 likes · 8 min read
10 Must‑Try Linux Network Monitoring Tools
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 28, 2026 · Operations

10 Must‑Try Linux Network Monitoring Tools

This article reviews ten essential Linux network monitoring utilities—iftop, vnstat, iptraf, Monitorix, dstat, bwm‑ng, ibmonitor, htop, and Wireshark—explaining their features, typical use cases, and how they help administrators keep network traffic under control via the command line, especially when working over SSH.

LinuxMonitorixNetwork Monitoring
0 likes · 8 min read
10 Must‑Try Linux Network Monitoring Tools
Liangxu Linux
Liangxu Linux
Apr 27, 2026 · Industry Insights

Which Linux Distribution Is Best for Everyday Use Without Programming?

The article dispels common myths about Linux difficulty, compares Ubuntu, Fedora, and Zorin OS for non‑developer daily tasks, highlights software and hardware compatibility pitfalls, and advises testing via VM or live USB before committing to a primary installation.

FedoraKubuntuLinux
0 likes · 6 min read
Which Linux Distribution Is Best for Everyday Use Without Programming?
Ops Community
Ops Community
Apr 27, 2026 · Operations

10 Essential Linux Commands Every Sysadmin Must Master

This guide walks system administrators through the ten most frequently used Linux commands—top/htop, df/du, free, ss/netstat, ping/traceroute, ps/kill, grep/sed/awk, tail/less, uname/hostname/uptime, and tar/rsync—explaining core options, output interpretation, common pitfalls, and practical troubleshooting scenarios.

Command LineFile ManagementLinux
0 likes · 25 min read
10 Essential Linux Commands Every Sysadmin Must Master
21CTO
21CTO
Apr 27, 2026 · Fundamentals

coreutils 9.11 Released with Performance and Compatibility Enhancements

The GNU project announced coreutils 9.11 on April 20, adding multibyte support to cut, nl and expand, new cut options, zero‑copy I/O in cat and yes for up to 15× speed gains, faster wc and shuf, a new date format, plus numerous bug fixes and stability improvements, with source available on the GNU website.

GNULinuxPerformance
0 likes · 2 min read
coreutils 9.11 Released with Performance and Compatibility Enhancements
Liangxu Linux
Liangxu Linux
Apr 26, 2026 · Fundamentals

Why Do OS Courses Use Linux/Unix Instead of Windows?

The article explains that Linux and Unix dominate OS education because their open‑source code, clean design philosophy, low‑cost hands‑on tooling, and alignment with industry demand make them ideal for teaching core operating‑system concepts, whereas Windows’s closed source and user‑focused design hinder deep technical exploration.

LinuxOS EducationOpen Source
0 likes · 5 min read
Why Do OS Courses Use Linux/Unix Instead of Windows?
MaGe Linux Operations
MaGe Linux Operations
Apr 26, 2026 · Operations

Double Your Linux Efficiency with Practical grep, sed, and awk Tricks

This guide shows how Linux power users can dramatically speed up log analysis, configuration management, and data processing by mastering grep, sed, and awk, offering concrete command examples, performance benchmarks, and best‑practice patterns that turn these three classic tools into a productivity powerhouse.

GrepLinuxShell scripting
0 likes · 57 min read
Double Your Linux Efficiency with Practical grep, sed, and awk Tricks
MaGe Linux Operations
MaGe Linux Operations
Apr 26, 2026 · Information Security

How to Harden SSH Securely Without Locking Yourself Out

This guide explains why the default SSH configuration is vulnerable, walks through protocol basics, key generation, server hardening settings, step‑by‑step procedures to avoid being locked out, key management best practices, troubleshooting tips, and provides a complete hardening script for Linux systems.

Configuration ManagementFail2banHardening
0 likes · 25 min read
How to Harden SSH Securely Without Locking Yourself Out
Liangxu Linux
Liangxu Linux
Apr 26, 2026 · Backend Development

Which IDEs Do Linux C Developers Prefer? Insights from Major Companies

The article surveys the most popular IDEs for C development on Linux, compares personal preferences such as VSCode, CLion, Vim/Neovim, and Emacs, and examines how large internet firms, embedded‑software companies, fintech, and startups choose their tools based on learning curve, performance, project size, and team policies.

CCLionEmacs
0 likes · 5 min read
Which IDEs Do Linux C Developers Prefer? Insights from Major Companies
dbaplus Community
dbaplus Community
Apr 26, 2026 · Operations

Why the Lsof Command Is an Underrated Lifesaver in Production

The article explains how the Linux lsof utility can quickly identify port conflicts, lingering deleted files, and file‑handle leaks, offering practical commands, real‑world case studies, advanced options, performance tips, and integration techniques for effective system troubleshooting.

LinuxPerformance Optimizationfile handles
0 likes · 12 min read
Why the Lsof Command Is an Underrated Lifesaver in Production
Liangxu Linux
Liangxu Linux
Apr 25, 2026 · Fundamentals

Is Unix Still More Stable Than Linux? A Detailed Comparison

The article analyzes the stability of commercial Unix systems versus modern enterprise Linux distributions, explaining why Unix has traditionally been more reliable, how Linux has closed the gap through open‑source development and vendor support, and offering guidance on choosing the right platform for different workloads.

Enterprise OSLinuxUnix
0 likes · 6 min read
Is Unix Still More Stable Than Linux? A Detailed Comparison
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 25, 2026 · Industry Insights

Why Most People Who Really Switch to Linux Are Tech Professionals

The article explains that ordinary users stay with Windows or macOS because of default installations and unified experiences, while technical users gradually adopt Linux as their deeper needs for stability, efficiency, openness, and control align better with Linux’s ecosystem and flexibility.

LinuxTechnical UsersUser Adoption
0 likes · 10 min read
Why Most People Who Really Switch to Linux Are Tech Professionals
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2026 · Information Security

A Misplaced iptables Rule Nearly Took Down Our Production – Full Incident Postmortem and Best‑Practice Guide

The article recounts a real‑world iptables misconfiguration that cut off SSH access and caused a 47‑minute outage, then walks through the root‑cause analysis, step‑by‑step remediation, common pitfalls, rule‑ordering nuances, monitoring, automation, and migration to nftables, offering a comprehensive firewall best‑practice handbook.

Linuxfirewalliptables
0 likes · 75 min read
A Misplaced iptables Rule Nearly Took Down Our Production – Full Incident Postmortem and Best‑Practice Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 24, 2026 · Operations

Automated Linux System Inspection Script for Comprehensive Health Checks

This article provides a Bash script that automatically gathers Linux system information—including OS details, uptime, CPU and memory usage, disk utilization with tiered alerts, network interfaces, top memory‑consuming processes, key service status, pending updates, recent error logs, load average, TCP connections, and zombie processes—and shows how to schedule it with cron for daily reporting.

LinuxServer healthShell scripting
0 likes · 11 min read
Automated Linux System Inspection Script for Comprehensive Health Checks
Java Architect Essentials
Java Architect Essentials
Apr 24, 2026 · Frontend Development

Why Notepad Next Outshines Notepad++ as a Cross‑Platform Code Editor

The article evaluates Notepad Next as a cross‑platform replacement for Notepad++, detailing its Qt‑based UI, support for multiple languages, workspace folders, macro recording, and easy Linux installation via Flatpak or AppImage, while noting its ongoing development and experimental macOS build.

FlatpakLinuxNotepad Next
0 likes · 4 min read
Why Notepad Next Outshines Notepad++ as a Cross‑Platform Code Editor
Liangxu Linux
Liangxu Linux
Apr 23, 2026 · Industry Insights

Why Linux Desktop Still Struggles with Stability and Usability

The article analyzes how fragmented desktop environments, poor hardware driver support, limited software ecosystems, and low market share create a vicious cycle that keeps Linux desktops unstable and less user‑friendly compared to Windows and macOS.

LinuxMarket shareSoftware ecosystem
0 likes · 5 min read
Why Linux Desktop Still Struggles with Stability and Usability
Java Tech Enthusiast
Java Tech Enthusiast
Apr 23, 2026 · Industry Insights

Why Is China Replacing Enterprise PCs with Linux? A Technical Perspective

China’s push to replace Windows PCs in state‑owned enterprises with Linux is driven by security concerns after the Huawei sanctions, massive software licensing costs, the need to build a domestic ecosystem, and the strategic goal of achieving autonomous, controllable IT infrastructure.

LinuxNational strategyOpen Source
0 likes · 6 min read
Why Is China Replacing Enterprise PCs with Linux? A Technical Perspective
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 23, 2026 · Fundamentals

Understanding Linux System Architecture: A Comprehensive Guide

This article explains the four core components of a Linux system—kernel, shell, file system, and applications—detailing kernel subsystems such as memory and process management, VFS, device drivers, networking, shell variants, file types, directory hierarchy, disk partitions, mounting procedures, and link mechanisms.

LinuxShellmounting
0 likes · 34 min read
Understanding Linux System Architecture: A Comprehensive Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 22, 2026 · Industry Insights

Why Six Years on Linux Shows It’s Not As Hard As You Think

After six years of daily Linux use, the author explains how modern desktop distributions, abundant software, and support for old hardware make Linux comfortable and practical for everyday users, debunking the myth that it’s inherently difficult.

Desktop EnvironmentsLinuxOld Hardware
0 likes · 14 min read
Why Six Years on Linux Shows It’s Not As Hard As You Think
Deepin Linux
Deepin Linux
Apr 22, 2026 · Fundamentals

Why Page Cache Is the Hidden Engine Behind Linux I/O Performance

The article explains how Linux’s page cache bridges memory and disk, detailing its read/write mechanisms, dirty page handling, pre‑read optimization, kernel parameters, and practical tuning tips for static file serving, databases, and logging, showing why mastering it is essential for performance.

Dirty PagesI/O performanceLinux
0 likes · 30 min read
Why Page Cache Is the Hidden Engine Behind Linux I/O Performance
21CTO
21CTO
Apr 21, 2026 · Industry Insights

How a Graduate Student Uncovered and Fixed a 20‑Year‑Old E16 Window‑Manager Bug

A graduate student named Kamila, while preparing LaTeX slides on a Linux desktop, repeatedly crashed the Enlightenment E16 window manager, traced the freeze to an unbounded title‑truncation loop that had lingered since 2006, and ultimately patched the bug, highlighting the enduring value of open‑source vigilance.

Bug FixE16Enlightenment
0 likes · 6 min read
How a Graduate Student Uncovered and Fixed a 20‑Year‑Old E16 Window‑Manager Bug
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 21, 2026 · Operations

How to Choose the Right Linux Distribution for Your Needs

The article guides newcomers through selecting a Linux distribution by matching use cases—desktop work, Windows migration, development, server stability, learning the internals, or reviving old hardware—to the strengths of Ubuntu, Mint, Pop!_OS, Rocky/AlmaLinux, Arch, Manjaro, and lightweight variants.

AlmaLinuxArchLinux
0 likes · 9 min read
How to Choose the Right Linux Distribution for Your Needs
Deepin Linux
Deepin Linux
Apr 21, 2026 · Fundamentals

Unlocking Linux VFS: How the Virtual File System Powers All File Operations

This article provides a deep technical walkthrough of Linux's Virtual File System (VFS), explaining its design goals, core data structures, caching mechanisms, and step‑by‑step file operation flows—including mount, open, read, and write—while illustrating each concept with concrete code examples and real‑world scenarios.

File OperationsLinuxOS Internals
0 likes · 27 min read
Unlocking Linux VFS: How the Virtual File System Powers All File Operations