Tagged articles
5000 articles
Page 1 of 50
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.

DesktopFedoraGaming
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-46333KernelLinux
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.

LinuxOperating SystemsSecurity
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.

ArithmeticBashEnvironment Variables
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.

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

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

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

LinuxOperating SystemsSupercomputers
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.

KernelLinuxMemory Compaction
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.

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

Disk I/OFilesystemLinux
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.

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

AutomationLinuxMetasploit
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 ClipperLinuxWebsite Hack
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/IPWireshark
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.

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

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

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

LinuxPPTShell
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 OptimizationTLB
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.

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

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

Directory StructureFile PermissionsLinux
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.

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

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

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

KernelLinuxMemory Management
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.

Linuxdfdisk space
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-31431LinuxSecurity
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.

DebuggingKernelLinux
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 MonitoringSystem Administration
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.

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

LinuxNetworkingSystem Administration
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.

GNULinuxcommand-line tools
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 EducationOperating Systems
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.

ComparisonEnterprise OSLinux
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.

AutomationLinuxServer health
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.

DesktopLinuxMarket Share
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 strategyState-owned Enterprises
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.

LinuxMountingShell
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 performanceKernel
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.

E16EnlightenmentLinux
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 OperationsKernelLinux
0 likes · 27 min read
Unlocking Linux VFS: How the Virtual File System Powers All File Operations
Liangxu Linux
Liangxu Linux
Apr 20, 2026 · Operations

How to Recover a Broken chmod Command After Setting Permissions to 000

When a mistaken chmod 000 renders the chmod binary unusable, this guide explains why the error occurs and walks through six practical recovery methods—including Perl, Python, scp, busybox, LD_PRELOAD, and LiveCD—plus preventive tips to avoid repeating the mistake.

BusyBoxLD_PRELOADLinux
0 likes · 7 min read
How to Recover a Broken chmod Command After Setting Permissions to 000
Java Backend Technology
Java Backend Technology
Apr 20, 2026 · Operations

Can Linux Replace Windows? Exploring Deepin’s Desktop, Development Tools, and Real‑World Benefits

This article examines whether Linux, specifically the Deepin distribution, can serve as a practical replacement for Windows by showcasing its graphical desktop, daily development environment, communication apps, Android compatibility, performance advantages, command‑line efficiency, and the freedom offered by an open‑source operating system.

Android CompatibilityLinuxOperating System
0 likes · 11 min read
Can Linux Replace Windows? Exploring Deepin’s Desktop, Development Tools, and Real‑World Benefits
CodeTrend
CodeTrend
Apr 19, 2026 · Fundamentals

Understanding Linux Architecture and Boot Process with Diagrams

This article presents a collection of diagrams that illustrate the Linux system architecture, the SCI module interface framework, device driver placement, and the complete boot sequence from the firmware bootloader through the kernel to the system layer.

Boot ProcessDiagramLinux
0 likes · 2 min read
Understanding Linux Architecture and Boot Process with Diagrams
Liangxu Linux
Liangxu Linux
Apr 19, 2026 · Operations

Why WSL Beats Dual‑Boot and VMs for Everyday Development

The article compares traditional dual‑boot and virtual‑machine setups with Windows Subsystem for Linux, highlighting WSL's seamless file sharing, Docker support, and integrated workflow while noting its performance limits and suggesting alternative approaches like KVM, cloud desktops, and containerization.

Development EnvironmentLinuxWSL
0 likes · 5 min read
Why WSL Beats Dual‑Boot and VMs for Everyday Development
Deepin Linux
Deepin Linux
Apr 19, 2026 · Fundamentals

How Linux Fork Uses Copy‑On‑Write to Boost Process Creation Efficiency

This article explains the fork system call in the Linux kernel, details the copy‑on‑write (COW) mechanism that underpins its efficiency, provides code examples, and explores practical scenarios and performance implications for process creation, memory usage, and concurrent server programming.

C programmingCOWCopy-on-Write
0 likes · 36 min read
How Linux Fork Uses Copy‑On‑Write to Boost Process Creation Efficiency
Raymond Ops
Raymond Ops
Apr 18, 2026 · Operations

Rapid CPU Spike Diagnosis: Resolve High CPU Usage in Under 5 Minutes

This guide presents a step‑by‑step, standardized process for detecting, analyzing, and fixing sudden CPU usage spikes on Linux servers, covering preparation, quick identification, deep thread‑level investigation, stack and system‑call analysis, flame‑graph generation, emergency mitigation, and best‑practice recommendations.

CPULinuxShell
0 likes · 21 min read
Rapid CPU Spike Diagnosis: Resolve High CPU Usage in Under 5 Minutes
macrozheng
macrozheng
Apr 18, 2026 · Fundamentals

Why Linux (Deepin) Can Replace Windows: A Real‑World User Experience

The author shares a two‑year experience with the Deepin Linux distribution, highlighting its polished graphical desktop, extensive development tool support, seamless communication apps, ability to run Android apps via xDroid, and numerous advantages such as efficient package management, command‑line power, low resource usage, and freedom compared to Windows.

Android AppsDesktop EnvironmentLinux
0 likes · 8 min read
Why Linux (Deepin) Can Replace Windows: A Real‑World User Experience
Deepin Linux
Deepin Linux
Apr 18, 2026 · Fundamentals

Mastering Process Context Switching: What the CPU Actually Does

This article breaks down the fundamentals of process context switching, explaining CPU registers, program counters, the three-step switch routine, trigger conditions, performance impact, monitoring tools, and practical optimization techniques to help interview candidates answer confidently.

LinuxOperating SystemPerformance Optimization
0 likes · 29 min read
Mastering Process Context Switching: What the CPU Actually Does
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2026 · Information Security

Why Sharing a Root Account Is a Critical Security Risk and How to Replace It

The article analyzes the severe security, audit, and operational problems caused by using a shared root account on Linux servers, illustrates real incidents, and provides detailed migration steps, sudo‑based alternatives, audit‑d configurations, and bastion‑host solutions to enforce least‑privilege access.

Bastion HostLinuxPrivilege Management
0 likes · 31 min read
Why Sharing a Root Account Is a Critical Security Risk and How to Replace It
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 17, 2026 · Fundamentals

Essential Linux Commands Cheat Sheet – Must Bookmark

This article compiles the most frequently used Linux commands, explains why mastering the command line is essential for security professionals, and offers a step‑by‑step learning approach with practical tips such as focusing on the top 20 commands, applying them on the job, and reviewing regularly.

LinuxShellTips
0 likes · 2 min read
Essential Linux Commands Cheat Sheet – Must Bookmark
Liangxu Linux
Liangxu Linux
Apr 16, 2026 · Fundamentals

Where to Find the Best Linux Learning Resources? A Curated Guide

This guide compiles essential Linux learning sites—from official documentation and interactive tutorials to community forums and hands‑on challenge platforms—helping beginners and professionals choose reliable resources and avoid low‑quality, outdated content.

DocumentationLearning ResourcesLinux
0 likes · 5 min read
Where to Find the Best Linux Learning Resources? A Curated Guide
21CTO
21CTO
Apr 16, 2026 · Operations

How Tweaking Two Linux TCP Settings Cuts Service Outage from 16 Minutes to Seconds

A deep dive into the long‑standing Linux kernel parameters tcp_keepalive_time and tcp_retries2 shows how their default values cause hidden connection timeouts in modern data‑center environments, and how adjusting them dramatically speeds up failure detection and service recovery.

LinuxNetworkingOperations
0 likes · 8 min read
How Tweaking Two Linux TCP Settings Cuts Service Outage from 16 Minutes to Seconds
21CTO
21CTO
Apr 16, 2026 · Industry Insights

Why Linus Torvalds Skipped Linux 7.1 and Jumped Straight to 8.0

Linus Torvalds announced on the kernel mailing list that Linux 7.1 will be skipped, moving directly to version 8.0, a decision driven by personal preference rather than technical necessity, while the development workflow—including merge windows, RC releases, and stable maintenance—remains unchanged.

Linus TorvaldsLinuxVersioning
0 likes · 4 min read
Why Linus Torvalds Skipped Linux 7.1 and Jumped Straight to 8.0
Java Architect Handbook
Java Architect Handbook
Apr 16, 2026 · Industry Insights

Can Linux Replace Windows? A Developer’s Real‑World Evaluation

This article examines whether Linux can serve as a practical daily‑use operating system, covering its graphical interface, development tool support, communication apps, Windows‑replacement capabilities, Android app execution via xDroid, and the core advantages of elegance, efficiency, and freedom, illustrated with screenshots and personal software lists.

Desktop EnvironmentDevelopmentLinux
0 likes · 12 min read
Can Linux Replace Windows? A Developer’s Real‑World Evaluation
Deepin Linux
Deepin Linux
Apr 16, 2026 · Fundamentals

Why Understanding User vs. Kernel Mode Is Key to Mastering Linux

This article explains the fundamental differences between user mode and kernel mode in Linux, why the separation matters for security and stability, how mode switches occur via system calls, interrupts, and traps, and provides practical code examples and performance‑optimizing techniques such as zero‑copy and asynchronous I/O.

KernelLinuxProc Filesystem
0 likes · 49 min read
Why Understanding User vs. Kernel Mode Is Key to Mastering Linux
Liangxu Linux
Liangxu Linux
Apr 15, 2026 · Industry Insights

Is Linux Worth Learning? Pros, Cons, and Career Benefits Explained

The article examines Linux from the perspective of everyday users versus developers, outlining why programmers favor it, the challenges newcomers face, the long‑term career advantages, and when choosing Linux makes sense despite its steep learning curve.

DevelopmentLearning CurveLinux
0 likes · 5 min read
Is Linux Worth Learning? Pros, Cons, and Career Benefits Explained
Ops Community
Ops Community
Apr 15, 2026 · Operations

Why Do Linux Processes Vanish? A Complete Troubleshooting Guide

This article systematically explains why Linux processes may disappear, covering OOM Killer, signal termination, cgroup limits, systemd timeouts, manual kills, and provides step‑by‑step diagnostic commands and preventive measures for RHEL, AlmaLinux, and Ubuntu environments.

LinuxMemoryOOM killer
0 likes · 26 min read
Why Do Linux Processes Vanish? A Complete Troubleshooting Guide
21CTO
21CTO
Apr 15, 2026 · Industry Insights

Why France Is Ditching Windows for a Nationwide Linux Desktop

The French government has announced a mandatory migration of all public‑sector workstations from Windows to a custom Linux distribution called FranceOS, aiming for full deployment by 2027 to achieve digital sovereignty, cost savings, and a unified open‑source software stack.

Desktop MigrationDigital SovereigntyFrance
0 likes · 8 min read
Why France Is Ditching Windows for a Nationwide Linux Desktop