Tagged articles
5000 articles
Page 2 of 50
DevOps Coach
DevOps Coach
Apr 14, 2026 · Operations

Stop Rebooting: How to Diagnose Slow Linux Servers Without Restarting

When a Linux server feels sluggish yet appears healthy, this guide walks you through systematic checks—kernel load, process inspection, and targeted monitoring—to pinpoint the root cause and resolve performance issues without resorting to an immediate reboot.

LinuxOperationsServer
0 likes · 11 min read
Stop Rebooting: How to Diagnose Slow Linux Servers Without Restarting
ITPUB
ITPUB
Apr 14, 2026 · Operations

Mastering Java Service Performance: Diagnose CPU, Memory, IO & Network Issues

This guide walks you through systematic troubleshooting of Java service performance problems—covering CPU spikes, memory leaks, GC pauses, disk I/O anomalies, and network bottlenecks—by explaining key metrics, command‑line tools, visual profilers, and practical code examples.

CPUJavaLinux
0 likes · 12 min read
Mastering Java Service Performance: Diagnose CPU, Memory, IO & Network Issues
Liangxu Linux
Liangxu Linux
Apr 13, 2026 · Fundamentals

Master Linux Network Programming: From Echo Server to Mini HTTP Server

This guide walks beginners through progressive Linux network programming projects—starting with an Echo server, advancing to a concurrent chatroom, and culminating in a simple HTTP server—to solidify core concepts like TCP handshakes, socket I/O, and protocol handling.

CLinuxNetwork programming
0 likes · 4 min read
Master Linux Network Programming: From Echo Server to Mini HTTP Server
21CTO
21CTO
Apr 13, 2026 · Industry Insights

What’s New in Linux Kernel 7.0? Key Features and Improvements

Linux kernel 7.0, released on the 12th of this month, brings a range of updates including Rust integration, post‑quantum ML‑DSA signatures, enhanced BPF‑based io_uring filtering, a new immutable NULLFS, storage and memory management upgrades, and numerous networking and virtualization enhancements, while clarifying that the version number itself does not mark a major turning point.

FilesystemKernelLinux
0 likes · 6 min read
What’s New in Linux Kernel 7.0? Key Features and Improvements
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 13, 2026 · Operations

Why Windows Command Line Feels Inhuman Compared to Linux

Developers moving from Linux to Windows often experience a steep drop in efficiency because Windows uses a fragmented drive‑letter path system, longer commands, different option syntax, stricter script execution policies, and a more complex permission model, all of which clash with the concise, composable Unix‑style workflow.

Developer ExperienceLinuxScripting
0 likes · 11 min read
Why Windows Command Line Feels Inhuman Compared to Linux
Liangxu Linux
Liangxu Linux
Apr 12, 2026 · Industry Insights

Why GNOME Beats KDE for Developers: A Minimalist Workflow Review

The article argues that GNOME’s minimalist design, integrated workflow tools, smooth touch‑pad gestures, strong ecosystem support, and modern performance optimizations make it the optimal desktop environment for developers compared to the highly customizable but often cumbersome KDE.

Desktop EnvironmentGNOMEKDE
0 likes · 5 min read
Why GNOME Beats KDE for Developers: A Minimalist Workflow Review
21CTO
21CTO
Apr 12, 2026 · Industry Insights

Linux Kernel Sets Groundbreaking AI Coding Standards: What Developers Must Know

On April 12, 2026 the Linux kernel announced official AI‑assisted development guidelines that forbid AI from signing off code, require explicit AI attribution tags, and place full legal responsibility on human contributors, a move poised to become a template for open‑source projects worldwide.

AICode AttributionDevelopment Standards
0 likes · 5 min read
Linux Kernel Sets Groundbreaking AI Coding Standards: What Developers Must Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 12, 2026 · Fundamentals

Essential Linux Commands That Solve Over 95% of Common Problems

This guide introduces the Linux operating system, explains its key directories, and provides a comprehensive list of the most frequently used commands for navigation, file manipulation, permission handling, user and group management, process control, and software installation, covering more than 95% of everyday tasks.

FilesystemLinuxPermissions
0 likes · 16 min read
Essential Linux Commands That Solve Over 95% of Common Problems
Raymond Ops
Raymond Ops
Apr 11, 2026 · Operations

Why TCP’s Three‑Way Handshake Matters: Deep Dive into States, Tuning, and Real‑World Pitfalls

This article explains the TCP three‑way handshake in depth, covering the state machine, kernel‑level packet analysis, performance tuning, security hardening, real‑world case studies such as SYN‑Flood mitigation and TIME_WAIT overload, and provides complete C and Python examples, monitoring metrics, troubleshooting steps, and backup procedures for production environments.

LinuxNetworkingTCP
0 likes · 28 min read
Why TCP’s Three‑Way Handshake Matters: Deep Dive into States, Tuning, and Real‑World Pitfalls
MaGe Linux Operations
MaGe Linux Operations
Apr 11, 2026 · Databases

How to Diagnose and Fix MySQL “Too Many Connections” Errors

This guide explains why MySQL reports “Too many connections”, walks through emergency assessment steps, provides practical commands and scripts to stop the bleeding, analyzes root causes such as slow queries, connection leaks, short‑lived connections or low max_connections settings, and offers long‑term remediation and monitoring solutions for production environments.

LinuxToo many connectionsmonitoring
0 likes · 40 min read
How to Diagnose and Fix MySQL “Too Many Connections” Errors
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 11, 2026 · Fundamentals

Essential Linux Commands, Directory Structure, and Vim Shortcuts

This guide introduces Linux's directory hierarchy, explains the most frequently used command‑line operations—including file handling, system utilities, compression, and permission management—and provides a concise overview of common Vim editing shortcuts.

CLIDirectory StructureFile Permissions
0 likes · 5 min read
Essential Linux Commands, Directory Structure, and Vim Shortcuts
MaGe Linux Operations
MaGe Linux Operations
Apr 10, 2026 · Operations

Unlock Reliable Systems: NTP, chrony & ntpd Best Practices for 2026

Even a small clock drift can cause major failures such as Kerberos authentication errors, broken log correlation, SSL/TLS certificate validation problems, and data inconsistency in distributed systems, making accurate time synchronization essential for reliable infrastructure.

LinuxNTPSystem Administration
0 likes · 24 min read
Unlock Reliable Systems: NTP, chrony & ntpd Best Practices for 2026
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2026 · Fundamentals

Master TCP Handshakes and Teardowns: Deep Dive with Wireshark and Linux Tools

This guide walks operations engineers through every detail of the TCP protocol—from header fields and flag meanings to the three‑way handshake, four‑way teardown, state diagrams, common pitfalls, and practical Wireshark analysis—providing Linux commands, code examples, and troubleshooting tips for reliable network management.

LinuxTCPWireshark
0 likes · 35 min read
Master TCP Handshakes and Teardowns: Deep Dive with Wireshark and Linux Tools
Linux Kernel Journey
Linux Kernel Journey
Apr 9, 2026 · Information Security

Why Traditional AI Agent Sandboxes Fail and How Sandlock Provides a Lightweight Alternative

The article argues that heavy container‑ or micro‑VM‑based sandboxes mis‑solve AI agent security, because the real threat is prompt injection at the application layer, and demonstrates that a policy‑first approach using Linux Landlock, seccomp and per‑tool isolation—embodied in the open‑source Sandlock sandbox—delivers strong protection without root or heavyweight isolation.

AI agentsLandlockLinux
0 likes · 15 min read
Why Traditional AI Agent Sandboxes Fail and How Sandlock Provides a Lightweight Alternative
Ops Community
Ops Community
Apr 8, 2026 · Operations

Recover Accidentally Deleted Linux Files: Kernel Secrets & Practical Tools

This article explains the kernel‑level mechanics of file deletion on Linux, compares hard and soft links, shows how processes keep deleted files open, and provides step‑by‑step guides for using extundelete, testdisk, photorec, debugfs, XFS tools, snapshot strategies, scripts and preventive measures to reliably restore lost data.

File RecoveryLinuxShell Scripts
0 likes · 29 min read
Recover Accidentally Deleted Linux Files: Kernel Secrets & Practical Tools
21CTO
21CTO
Apr 8, 2026 · Industry Insights

Linux 7.0 RC7 Clears Hurdles – What the Patch Surge Reveals About the Upcoming Release

Linus Torvalds confirmed that Linux 7.0 RC7 arrived without major issues, despite an unusually large patch influx driven by holiday‑delayed features and AI‑assisted development, while Greg Kroah‑Hartman’s new fuzzing tool helped uncover numerous driver and core kernel fixes ahead of the final release.

Greg Kroah-HartmanLinuxPatch Surge
0 likes · 5 min read
Linux 7.0 RC7 Clears Hurdles – What the Patch Surge Reveals About the Upcoming Release
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 8, 2026 · Information Security

Stop Searching—All Essential Linux Commands for Security in One Guide

This article compiles the most frequently used Linux commands for security professionals, covering file handling, text processing, permission control, system monitoring, compression, file searching, other common utilities, and command combinations, each illustrated with clear screenshots for quick reference.

Cheat SheetLinuxSecurity
0 likes · 2 min read
Stop Searching—All Essential Linux Commands for Security in One Guide
Deepin Linux
Deepin Linux
Apr 7, 2026 · Fundamentals

Why io_uring Is the Game‑Changer for Linux Asynchronous I/O (And How to Master It)

This article provides a comprehensive, step‑by‑step analysis of Linux's io_uring, covering its architecture, design principles, workflow, performance advantages over traditional models like epoll, practical C code examples, optimization techniques, real‑world use cases, and the challenges developers may face when adopting it.

CKernelLinux
0 likes · 52 min read
Why io_uring Is the Game‑Changer for Linux Asynchronous I/O (And How to Master It)
Liangxu Linux
Liangxu Linux
Apr 6, 2026 · Industry Insights

Why Does Linux Need Dependencies While Windows Installs with One Click?

The article compares Linux's reusable, dependency‑driven packaging model with Windows' all‑in‑one installer approach, explains how package managers try to resolve dependency hell, examines modern hybrid solutions like Snap and Docker, and concludes that each method has trade‑offs suited to different scenarios.

LinuxSoftware InstallationWindows
0 likes · 5 min read
Why Does Linux Need Dependencies While Windows Installs with One Click?
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 6, 2026 · Fundamentals

Essential Linux Basics: All You Need to Get Started

This comprehensive guide covers Linux fundamentals, including an overview of the operating system, essential keyboard shortcuts, common file‑management commands, disk navigation, network utilities, and core system administration tools, providing beginners with everything required to start using Linux effectively.

LinuxShell ShortcutsSystem Administration
0 likes · 26 min read
Essential Linux Basics: All You Need to Get Started
Liangxu Linux
Liangxu Linux
Apr 5, 2026 · Fundamentals

Why Linux Still Dominates: Core Kernel Design Secrets Revealed

The article explains how Linux’s timeless dominance stems from its unified file abstraction, the Completely Fair Scheduler, frugal yet powerful memory management with copy‑on‑write, and a modular architecture that adapts to everything from tiny embedded devices to massive supercomputers.

CFS SchedulerFile AbstractionKernel Design
0 likes · 6 min read
Why Linux Still Dominates: Core Kernel Design Secrets Revealed
Liangxu Linux
Liangxu Linux
Apr 4, 2026 · Industry Insights

Why Companies Prefer Linux Servers: Cost, Stability, and Performance Explained

This article analyzes why Linux dominates server environments, highlighting its zero licensing cost, superior stability without mandatory reboots, higher performance on identical hardware, efficient command‑line operations, rich open‑source ecosystem, robust security model, and widespread industry adoption across cloud platforms.

LinuxServer OScost efficiency
0 likes · 5 min read
Why Companies Prefer Linux Servers: Cost, Stability, and Performance Explained
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 4, 2026 · Operations

600 Essential Linux Commands You Must Know

This article provides a comprehensive, categorized reference of over 600 Linux commands covering basic system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, system monitoring, VIM editing, and many other essential operations for everyday Linux use.

LinuxNetworkingShell
0 likes · 48 min read
600 Essential Linux Commands You Must Know
Deepin Linux
Deepin Linux
Apr 4, 2026 · Fundamentals

Why Understanding fork, exec, and COW Is Crucial for Linux Developers

This article demystifies Linux's fork, exec, and copy‑on‑write mechanisms, explaining their inner workings, performance trade‑offs, and how they cooperate during typical command execution, while providing clear code examples and practical insights for developers and interview preparation.

COWKernelLinux
0 likes · 38 min read
Why Understanding fork, exec, and COW Is Crucial for Linux Developers
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 3, 2026 · Operations

10 Excellent Linux Network Monitoring Tools

This article reviews ten open‑source Linux network monitoring utilities—iftop, vnstat, iptraf, Monitorix, dstat, bwm‑ng, ibmonitor, htop, arpwatch, and Wireshark—detailing their features, typical use cases, installation notes, and how each helps administrators track bandwidth, connections, and potential issues via the command line.

LinuxSystem AdministrationWireshark
0 likes · 8 min read
10 Excellent Linux Network Monitoring Tools
Java Architect Essentials
Java Architect Essentials
Apr 3, 2026 · Operations

Why Proxmox VE Beats VMware: A Complete Installation Guide

This article compares VMware and Proxmox VE, explains virtualization basics, and provides a detailed, step‑by‑step guide—including download links, BIOS settings, network configuration, SSL setup, and cluster creation—to install and manage Proxmox VE on a server.

ClusterInstallationKVM
0 likes · 8 min read
Why Proxmox VE Beats VMware: A Complete Installation Guide
ITPUB
ITPUB
Apr 2, 2026 · Operations

Why Your SSD Slows Down Over Time and How to Fix It on Linux

This guide explains the reasons behind SSD performance degradation, such as write‑amplification and garbage collection, and provides practical Linux techniques—including enabling TRIM, maintaining free space, reducing unnecessary writes, and using smartctl—to restore and preserve SSD speed.

.trimLinuxPerformance Optimization
0 likes · 6 min read
Why Your SSD Slows Down Over Time and How to Fix It on Linux
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 2, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts, physical and data‑link layers, and addressing schemes to routing protocols, TCP/UDP transport mechanisms, application‑layer services like DNS and HTTP, and security fundamentals—providing clear explanations, step‑by‑step processes, formulas, and visual diagrams to help readers understand how each layer works and interacts.

LinuxNetwork StackNetworking Fundamentals
0 likes · 64 min read
Master the Linux Network Stack: A Complete Illustrated Guide
ITPUB
ITPUB
Mar 31, 2026 · Operations

Essential Linux Ops Toolkit: 50 Must‑Have Tools for Efficient System Management

This article presents a comprehensive guide to 50 essential Linux operations tools—ranging from remote access and file transfer to monitoring, automation, container orchestration, and security—helping engineers select, combine, and master the right utilities for streamlined, intelligent, and high‑performance system administration.

DevOpsLinuxOperations
0 likes · 12 min read
Essential Linux Ops Toolkit: 50 Must‑Have Tools for Efficient System Management
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 31, 2026 · Industry Insights

Why Do Most Servers Run Linux? Surprising Answers Explained

The article compiles several Zhihu contributors' explanations—covering historical Windows dominance, IIS limitations, cost differences, ecosystem strength, container support, and open‑source politics—to show why Linux has become the default operating system for modern servers.

ApacheCostIIS
0 likes · 10 min read
Why Do Most Servers Run Linux? Surprising Answers Explained
Deepin Linux
Deepin Linux
Mar 31, 2026 · Fundamentals

Why the MMU Is the Hidden Engine Behind Linux Memory Management

This article explains how the Memory Management Unit (MMU) underpins Linux's virtual memory, process isolation, and protection mechanisms, detailing its architecture, address‑translation workflow, TLB caching, practical C implementations, real‑world use cases, and debugging techniques for kernel developers.

KernelLinuxMMU
0 likes · 40 min read
Why the MMU Is the Hidden Engine Behind Linux Memory Management
Liangxu Linux
Liangxu Linux
Mar 30, 2026 · Interview Experience

What “Familiar with Linux” Really Means on Your Resume

When a résumé claims familiarity with Linux, interviewers expect candidates to confidently use core commands, manage files, processes, networking, and write basic shell scripts, demonstrating the ability to solve everyday problems rather than merely having theoretical knowledge.

LinuxShell scriptingSystem Administration
0 likes · 6 min read
What “Familiar with Linux” Really Means on Your Resume
Deepin Linux
Deepin Linux
Mar 30, 2026 · Fundamentals

Why Linux Treats Everything as a File: A Deep Dive into Kernel File System Architecture

This article explains the core philosophy of Linux’s “everything is a file” design, walks through the kernel’s VFS layer, inode, dentry, superblock, logical blocks, and specific file systems, and provides hands‑on examples—including procfs initialization and read/write code—to help readers master Linux kernel file system internals.

KernelLinuxOperating System
0 likes · 45 min read
Why Linux Treats Everything as a File: A Deep Dive into Kernel File System Architecture
Ops Community
Ops Community
Mar 29, 2026 · Operations

Why DNS Lookups Fail and How to Fix Them: A Complete Troubleshooting Guide

This guide explains the DNS resolution process, categorises common failure types, provides step‑by‑step troubleshooting procedures, essential commands, configuration examples for systemd‑resolved, BIND9, Unbound and CoreDNS, and offers best‑practice recommendations for reliable DNS operation in Linux and Kubernetes environments.

DNSKubernetesLinux
0 likes · 50 min read
Why DNS Lookups Fail and How to Fix Them: A Complete Troubleshooting Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 29, 2026 · Operations

The Most Comprehensive Linux Command Cheat Sheet

This article provides an exhaustive reference of Linux command‑line utilities, covering basic system information, file and directory management, searching, mounting, disk usage, user and group administration, permissions, special attributes, archiving, compression, backup, networking, VIM editing, and RPM package management, complete with concrete examples and command syntax for each task.

BashCLILinux
0 likes · 46 min read
The Most Comprehensive Linux Command Cheat Sheet
Deepin Linux
Deepin Linux
Mar 29, 2026 · Fundamentals

What Happens Inside an ELF File? From Source Code to a Running Process

This article explains how a C/C++ program is compiled into an ELF executable, details the ELF file structure, describes the kernel's validation and segment mapping, covers dynamic linking, and shows how the process starts execution from the _start entry point, providing practical commands and debugging tips.

CompilationDebuggingELF
0 likes · 34 min read
What Happens Inside an ELF File? From Source Code to a Running Process
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 28, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts and physical layer signaling to data link, network, transport, and application layers—detailing protocols, addressing, routing, error detection, and security mechanisms with clear diagrams and step‑by‑step explanations.

LinuxOSIProtocols
0 likes · 55 min read
Master the Linux Network Stack: A Complete Illustrated Guide
Java Tech Enthusiast
Java Tech Enthusiast
Mar 27, 2026 · Operations

How to Quickly Diagnose and Resolve Disk Space Exhaustion in Production

This guide walks through a step‑by‑step process for identifying the partitions and files that fill a disk, applying temporary fixes to bring usage below critical levels, and implementing long‑term measures to prevent future disk‑full incidents in production environments.

LinuxLog ManagementSystem Administration
0 likes · 9 min read
How to Quickly Diagnose and Resolve Disk Space Exhaustion in Production
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 26, 2026 · Operations

9 Essential Linux Network Commands Every Admin Should Know

This guide walks Linux administrators through nine core networking utilities—ip, netstat, nmap, traceroute, tcpdump, ssh, wget, netplan, and nmtui—explaining their purpose, key options, and example commands to configure interfaces, inspect routes, capture packets, and manage remote connections.

Linuxcommandsip
0 likes · 8 min read
9 Essential Linux Network Commands Every Admin Should Know
Efficient Ops
Efficient Ops
Mar 25, 2026 · Operations

Why VictoriaLogs Is the Fastest, Most Efficient Log Database for Modern Infrastructures

VictoriaLogs, an open‑source log management database from the VictoriaMetrics ecosystem, offers ultra‑low resource consumption, multi‑protocol ingestion, powerful LogsQL queries, and flexible deployment options—including single‑node, Docker, and clustered setups—making it a compelling alternative to Elasticsearch and Loki.

DockerLinuxLog Management
0 likes · 6 min read
Why VictoriaLogs Is the Fastest, Most Efficient Log Database for Modern Infrastructures
Deepin Linux
Deepin Linux
Mar 24, 2026 · Fundamentals

Mastering Linux PCI Driver Development: From Theory to Real Code

This comprehensive guide walks readers through the Linux PCI driver architecture, explains the PCI and PCIe bus evolution, details the kernel's layered driver framework, enumerates devices, manages resources, registers drivers, and presents a full SSD driver case study with code examples and performance tuning techniques.

CDevice DriversLinux
0 likes · 30 min read
Mastering Linux PCI Driver Development: From Theory to Real Code
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 22, 2026 · Operations

600 Essential Linux Commands to Solve 99% of Everyday Tasks

This article compiles 600 practical Linux commands covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, and common utilities, providing a comprehensive cheat‑sheet for everyday system administration.

LinuxNetworkingShell
0 likes · 37 min read
600 Essential Linux Commands to Solve 99% of Everyday Tasks
Java Architect Essentials
Java Architect Essentials
Mar 21, 2026 · Operations

Turn a Raspberry Pi Zero W into a Mini Web Server: Complete Step‑by‑Step Guide

This guide walks you through the entire process of setting up a Raspberry Pi Zero W—from understanding the hardware and its specifications, flashing Raspbian Stretch Lite, configuring SSH and Wi‑Fi, optimizing the system, installing Nginx, to exposing the server publicly via ngrok—providing all commands, configuration files, and troubleshooting tips.

IoTLinuxNginx
0 likes · 14 min read
Turn a Raspberry Pi Zero W into a Mini Web Server: Complete Step‑by‑Step Guide
Sohu Tech Products
Sohu Tech Products
Mar 19, 2026 · Operations

How to Safely Uninstall OpenClaw and Eliminate Hidden Risks

This guide explains OpenClaw’s security and cost concerns, shows how to verify a successful installation, provides step‑by‑step commands for standard and forced uninstallation on Linux, macOS, and Windows, and lists post‑removal safety checks to prevent hidden backdoors.

CLILinuxOpenClaw
0 likes · 9 min read
How to Safely Uninstall OpenClaw and Eliminate Hidden Risks
dbaplus Community
dbaplus Community
Mar 18, 2026 · Operations

How to Accurately Measure Network Speed on Linux: Tools & Tips

Learn a comprehensive, step‑by‑step guide to testing network performance on Linux, covering beginner commands like ping, download speed checks with curl/wget, advanced utilities such as speedtest‑cli, iperf3, iftop, nload, nethogs, bmon and vnstat, plus installation tips, usage examples, and practical advice for different scenarios.

CLILinuxiperf3
0 likes · 10 min read
How to Accurately Measure Network Speed on Linux: Tools & Tips
Coder Trainee
Coder Trainee
Mar 18, 2026 · Operations

Zipkin Basics and Deploying Its Server on Linux

This guide explains Zipkin’s core components—Collector, Storage, RESTful API, and Web UI—then walks through downloading the executable jar, placing it on a Linux server, creating start and stop shell scripts with proper permissions, and finally launching the Zipkin server and accessing its web interface.

DeploymentDistributed TracingJava
0 likes · 5 min read
Zipkin Basics and Deploying Its Server on Linux
Deepin Linux
Deepin Linux
Mar 18, 2026 · Operations

Unlock Linux Secrets: Master the /proc Filesystem for Monitoring & Debugging

This article explains the Linux /proc virtual filesystem, detailing its structure, dynamic file generation, key system and process files, and how to use it for real‑time monitoring, performance tuning, kernel parameter tweaking, and troubleshooting, complete with practical command examples and a sample monitoring script.

Kernel ParametersLinuxProc Filesystem
0 likes · 26 min read
Unlock Linux Secrets: Master the /proc Filesystem for Monitoring & Debugging
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 17, 2026 · Fundamentals

Ubuntu vs Fedora: Which Linux Distro Is Right for Beginners?

The article compares Ubuntu and Fedora, outlining their differing design philosophies, software availability, update cycles, desktop experience, security, and community support, and advises beginners to pick Ubuntu LTS for stability or Fedora for cutting‑edge features based on their needs.

FedoraLinuxUbuntu
0 likes · 8 min read
Ubuntu vs Fedora: Which Linux Distro Is Right for Beginners?
Raymond Ops
Raymond Ops
Mar 16, 2026 · Operations

Master Linux Disk Management & I/O Performance: A Hands‑On Guide from Expansion to Tuning

This comprehensive guide walks you through Linux disk space shortage scenarios, prerequisites, a quick checklist, step‑by‑step LVM and partition expansion, I/O scheduler tuning, fio benchmarking, kernel parameter optimization, Prometheus monitoring, security hardening, backup strategies, troubleshooting, and best‑practice recommendations for reliable disk management and performance.

I/O performanceLVMLinux
0 likes · 29 min read
Master Linux Disk Management & I/O Performance: A Hands‑On Guide from Expansion to Tuning
Ops Community
Ops Community
Mar 14, 2026 · Operations

How to Diagnose, Clean, and Prevent Docker Log Disk Exhaustion

This guide walks you through identifying which Docker containers are consuming disk space, safely truncating oversized log files, configuring log drivers and rotation policies, setting up centralized logging, and automating cleanup to avoid future disk‑full incidents in production environments.

ContainerDevOpsDocker
0 likes · 33 min read
How to Diagnose, Clean, and Prevent Docker Log Disk Exhaustion
MaGe Linux Operations
MaGe Linux Operations
Mar 14, 2026 · Operations

10 Must‑Know Ops Pitfalls and How to Avoid Them

This guide reveals the ten most common operations mishaps—from accidental rm‑rf deletions to firewall rule errors—explains real‑world case studies, provides step‑by‑step remediation commands, and offers preventive best‑practice checklists, scripts, and monitoring setups to keep your production environment safe.

DevOpsLinuxOperations
0 likes · 56 min read
10 Must‑Know Ops Pitfalls and How to Avoid Them
MaGe Linux Operations
MaGe Linux Operations
Mar 14, 2026 · Operations

Mastering NFS: A Complete Guide to Setup, Troubleshooting, and Performance Optimization

This comprehensive guide explains NFS fundamentals, version differences, mounting procedures, common failure categories, core concepts like RPC and file handles, environment requirements, step‑by‑step installation and configuration, performance tuning parameters, real‑world case studies, monitoring, backup, and best‑practice recommendations for reliable NFS deployments.

LinuxNFSNetwork File System
0 likes · 49 min read
Mastering NFS: A Complete Guide to Setup, Troubleshooting, and Performance Optimization
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 14, 2026 · Industry Insights

Why Many Developers Prefer Macs for Programming: A Scenario‑Based Analysis

The article examines how developers choose between Windows, macOS, and Linux based on factors such as experience consistency, productivity, cost, and ecosystem alignment, explaining why internet companies often provide Macs while emphasizing that the choice is driven by practical trade‑offs rather than brand loyalty.

LinuxWindowsdeveloper tools
0 likes · 5 min read
Why Many Developers Prefer Macs for Programming: A Scenario‑Based Analysis
Deepin Linux
Deepin Linux
Mar 14, 2026 · Fundamentals

Mastering Linux CMA: How the Contiguous Memory Allocator Solves Fragmentation

This article explains the challenges of allocating large contiguous physical memory in Linux, introduces the Contiguous Memory Allocator (CMA) as a solution, and provides in‑depth coverage of its design, reservation, migration, data structures, initialization, configuration, usage in drivers, and debugging techniques.

CMAContiguous Memory AllocatorDMA
0 likes · 35 min read
Mastering Linux CMA: How the Contiguous Memory Allocator Solves Fragmentation
Deepin Linux
Deepin Linux
Mar 13, 2026 · Fundamentals

How Does the MMU Translate Virtual to Physical Memory? A Deep Dive

This article explains the role of the Memory Management Unit (MMU) and paging in modern operating systems, covering hardware structure, address translation, permission checks, page tables, TLB behavior, virtual memory mechanisms, and practical Linux kernel code examples for memory protection, sharing, and performance optimization.

LinuxMMUMemory Management
0 likes · 58 min read
How Does the MMU Translate Virtual to Physical Memory? A Deep Dive
MaGe Linux Operations
MaGe Linux Operations
Mar 11, 2026 · Information Security

How to Harden Linux Servers: A Step‑by‑Step Guide to Secure SSH, Accounts, Firewalls, and Auditing

This comprehensive guide walks you through Linux host hardening by explaining the security baseline, detailing default configurations, highlighting common pitfalls, and providing concrete, verifiable adjustments for account policies, SSH, firewalls, kernel parameters, file permissions, and audit logging, complete with scripts, examples, and real‑world case studies.

AuditdHardeningLinux
0 likes · 40 min read
How to Harden Linux Servers: A Step‑by‑Step Guide to Secure SSH, Accounts, Firewalls, and Auditing
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 11, 2026 · Operations

What’s the Difference Between Linux su and sudo Commands?

The article explains how the Linux su command switches user identities using the root password, while sudo lets regular users run privileged commands with their own password, comparing their usage, security, logging, permission scope, and suitable scenarios.

LinuxSudoprivilege escalation
0 likes · 6 min read
What’s the Difference Between Linux su and sudo Commands?
Deepin Linux
Deepin Linux
Mar 8, 2026 · Operations

How to Supercharge Linux UDP Receive Performance: Kernel Tweaks and Code Optimizations

This article dissects the Linux kernel's UDP receive path, identifies key bottlenecks such as small socket buffers, system‑call overhead, interrupt storms, and application‑level processing limits, and then presents concrete kernel parameter tweaks, memory‑pool designs, multithreaded I/O, and SO_REUSEPORT techniques with full C code examples to dramatically boost throughput and reduce packet loss.

KernelLinuxNetworking
0 likes · 34 min read
How to Supercharge Linux UDP Receive Performance: Kernel Tweaks and Code Optimizations
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 8, 2026 · Information Security

Which Linux Antivirus Tools Should You Know? A Detailed Overview

Although Linux is widely regarded as secure, the article explains why antivirus software is still valuable for Linux servers and desktops, and provides a concise review of ten popular Linux antivirus solutions, highlighting their features, licensing, and typical use cases.

AntivirusLinuxSecurity
0 likes · 6 min read
Which Linux Antivirus Tools Should You Know? A Detailed Overview
ITPUB
ITPUB
Mar 8, 2026 · Fundamentals

How Valerie Aurora’s Tiny Kernel Patch Saved Billions of Disk Writes

Valerie Aurora, a pioneering Linux kernel developer, introduced a concise relative‑atime patch that dramatically reduces unnecessary disk writes, improving performance and energy efficiency while maintaining compatibility with software that relies on access‑time information.

FilesystemKernelLinux
0 likes · 6 min read
How Valerie Aurora’s Tiny Kernel Patch Saved Billions of Disk Writes
Deepin Linux
Deepin Linux
Mar 7, 2026 · Fundamentals

Understanding Linux Process Lifecycle: From Creation to Termination

This article provides a comprehensive, step‑by‑step explanation of Linux process management, covering the definition of a process, PCB structure, task organization, state transitions, creation system calls (fork, vfork, clone), execution with exec, scheduling, waiting, termination, and the kernel’s resource allocation strategies.

Linuxexecfork
0 likes · 43 min read
Understanding Linux Process Lifecycle: From Creation to Termination
Coder Trainee
Coder Trainee
Mar 5, 2026 · Operations

Why is Linux’s buff/cache so large and how to clear it automatically

When running `free -h` on a Linux system, you may notice the buff/cache entry consuming over a gigabyte, leaving little memory for applications; this article explains that the cache is built from file I/O, shows how to manually drop it via `/proc/sys/vm/drop_caches`, and provides a cron‑based script to automate the cleanup.

LinuxMemory Managementbuff/cache
0 likes · 4 min read
Why is Linux’s buff/cache so large and how to clear it automatically
DevOps Coach
DevOps Coach
Mar 4, 2026 · Information Security

How Canonical’s Snap Strategy Undermines Linux Security and User Choice

The article analyzes how Canonical’s forced Snap installations, closed‑source store, and lack of supply‑chain safeguards have degraded performance, introduced malware, and eroded user autonomy on Ubuntu, while highlighting alternative distributions that preserve openness and security.

LinuxSnapUbuntu
0 likes · 11 min read
How Canonical’s Snap Strategy Undermines Linux Security and User Choice
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 4, 2026 · Fundamentals

20 Essential Linux Commands to Double Your Productivity

This article presents twenty practical Linux command‑line tricks—from tab completion and directory navigation to log monitoring and command reuse—that can significantly speed up everyday workflows and boost overall productivity for both novice and experienced users.

BashLinuxShell
0 likes · 15 min read
20 Essential Linux Commands to Double Your Productivity
Efficient Ops
Efficient Ops
Mar 3, 2026 · Operations

Boost Server Ops with 1Panel: Install, Secure, and Manage Linux via Web UI

This article introduces 1Panel, an open‑source web control panel for Linux servers, outlines its key features such as efficient management, one‑click site deployment, app store, security hardening, and backup, and provides step‑by‑step commands for installation, configuration, firewall setup, and best‑practice recommendations for production environments.

DevOpsInstallationLinux
0 likes · 5 min read
Boost Server Ops with 1Panel: Install, Secure, and Manage Linux via Web UI
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 3, 2026 · Operations

The Most Complete Linux Command Cheat Sheet

This article compiles an extensive list of essential Linux commands covering system information, file and directory management, process control, networking, package handling, compression, backup, user and group administration, and more, providing a handy reference for everyday command‑line tasks.

LinuxShellSystem Administration
0 likes · 35 min read
The Most Complete Linux Command Cheat Sheet
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 2, 2026 · Operations

10 Fun Linux Commands Every IT Enthusiast Should Try

This article introduces ten entertaining Linux commands—rev, asciiview, sl, aafire, cmatrix, factor, oneko, boxes, xeyes, and pv—showing how to install each with apt‑get, run simple examples, and enjoy the quirky visual effects they produce in the terminal.

Fun CommandsLinuxShell
0 likes · 5 min read
10 Fun Linux Commands Every IT Enthusiast Should Try
MaGe Linux Operations
MaGe Linux Operations
Feb 28, 2026 · Information Security

Mastering Enterprise Firewalls: iptables vs nftables Rule Management

This guide walks you through the fundamentals of Linux Netfilter, compares iptables and nftables architectures, shows how to build, migrate, and optimize enterprise‑grade firewall rule sets, and provides best‑practice tips, automation scripts, monitoring metrics, and troubleshooting procedures for secure, high‑performance network protection.

DockerKubernetesLinux
0 likes · 44 min read
Mastering Enterprise Firewalls: iptables vs nftables Rule Management
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 27, 2026 · Information Security

How ABACI AI Agent Automates Linux Kernel Fuzzing, Bug Attribution, and Patch Generation

The article presents ABACI, an AI‑driven kernel defect intelligent agent that automates the entire lifecycle of Linux kernel fuzzing, from test deployment and crash analysis to root‑cause bisect, fix‑bisect, and LLM‑generated patch creation, dramatically reducing manual effort and accelerating vulnerability remediation.

LLMLinuxPatch Generation
0 likes · 23 min read
How ABACI AI Agent Automates Linux Kernel Fuzzing, Bug Attribution, and Patch Generation
Deepin Linux
Deepin Linux
Feb 27, 2026 · Fundamentals

Unlocking Linux Memory Management: From Virtual Memory to Kernel Allocation

This article explains Linux’s comprehensive memory management system, covering physical and virtual memory concepts, paging, page tables, the MMU, the buddy allocator, slab allocator, memory reclamation strategies such as LRU and swap, monitoring tools, and practical optimization techniques for both user‑space and kernel‑space allocations.

LinuxMMUMemory Management
0 likes · 31 min read
Unlocking Linux Memory Management: From Virtual Memory to Kernel Allocation
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 26, 2026 · Operations

A Comprehensive Guide to Linux Performance Optimization

This article walks through Linux performance optimization by explaining core metrics such as throughput and latency, describing how to interpret average load, CPU usage, context switches, memory management, and swap, and showing step‑by‑step usage of tools like vmstat, pidstat, perf, and dstat with concrete command examples and analysis cases.

CPULinuxMemory
0 likes · 37 min read
A Comprehensive Guide to Linux Performance Optimization
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 25, 2026 · Fundamentals

How Linux File Systems and Disk I/O Work

The article explains Linux's core storage components—inode, dentry, superblock, and logical blocks—how the Virtual File System abstracts different file systems, the classification of file systems and I/O types, disk technologies, the block layer, I/O schedulers, and practical performance metrics and monitoring tools.

Disk I/OI/O schedulerLinux
0 likes · 20 min read
How Linux File Systems and Disk I/O Work
Black & White Path
Black & White Path
Feb 25, 2026 · Information Security

100 Essential Commands for Internal Network Penetration Testing

This guide compiles 100 high‑frequency native commands for Windows and Linux that cover internal network reconnaissance, host discovery, lateral movement, privilege escalation, domain enumeration, file searching, log cleaning and persistence, providing a practical reference for security professionals conducting penetration tests.

LinuxNetwork ReconnaissanceWindows
0 likes · 13 min read
100 Essential Commands for Internal Network Penetration Testing
Java Tech Enthusiast
Java Tech Enthusiast
Feb 24, 2026 · Fundamentals

10 Pioneering Figures Who Shaped Linux: Stories Behind the Open‑Source Giant

This article chronicles ten influential individuals—ranging from Linus Torvalds to Ian Murdock—whose technical innovations, philosophical leadership, and community stewardship collectively forged the Linux kernel and ecosystem, illustrating how their diverse contributions propelled open‑source software to dominate modern computing.

ContributorsLinuxhistory
0 likes · 10 min read
10 Pioneering Figures Who Shaped Linux: Stories Behind the Open‑Source Giant
Black & White Path
Black & White Path
Feb 24, 2026 · Information Security

Common Privilege‑Escalation Vulnerabilities in Penetration Testing

This article systematically details the most frequently encountered privilege‑escalation flaws in penetration testing, covering Windows service misconfigurations, registry hijacking, kernel exploits, DLL hijacking, Linux SUID/SGID abuse, sudo misconfigurations, cron abuse, writable passwd files, and Docker escape techniques, along with step‑by‑step exploitation procedures and defensive recommendations.

CVELinuxSUID
0 likes · 29 min read
Common Privilege‑Escalation Vulnerabilities in Penetration Testing
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 24, 2026 · Fundamentals

Understanding the TCP Communication Protocol: Features, Handshakes, and Optimizations

This article explains TCP as a connection‑oriented, reliable byte‑stream transport protocol, detailing its header fields, state machine, three‑way handshake, four‑way termination, TIME_WAIT handling, Linux inspection commands, optimization techniques, and a comparison with UDP, all illustrated with concrete examples and diagrams.

LinuxSocketTCP
0 likes · 27 min read
Understanding the TCP Communication Protocol: Features, Handshakes, and Optimizations
macrozheng
macrozheng
Feb 23, 2026 · Operations

Which Modern Terminal Should You Use? Ghostty, WindTerm, kitty, and Warp Compared

This article reviews four popular modern terminal emulators—Ghostty, WindTerm, kitty, and Warp—detailing their architectures, performance characteristics, unique features, installation steps for macOS and Linux, and provides guidance on choosing the right tool for different developer workflows.

ComparisonLinuxmacOS
0 likes · 16 min read
Which Modern Terminal Should You Use? Ghostty, WindTerm, kitty, and Warp Compared
ITPUB
ITPUB
Feb 23, 2026 · Operations

How to Quickly Test Network Speed on Linux Using Ping, Curl, iperf, and iftop

Learn several straightforward Linux commands—ping for latency, curl or wget for download throughput, iperf for precise bandwidth measurement, and iftop for real‑time traffic monitoring—to accurately assess network speed and stability, with example syntax and usage tips for both client and server setups.

LinuxNetwork SpeedcURL
0 likes · 5 min read
How to Quickly Test Network Speed on Linux Using Ping, Curl, iperf, and iftop
Java Tech Enthusiast
Java Tech Enthusiast
Feb 22, 2026 · R&D Management

What Happens If Linus Steps Down? Inside Linux’s New Continuity Plan

The Linux community has formalized a continuity plan that outlines how the kernel project will keep evolving if Linus Torvalds steps away, detailing governance roles, a 72‑hour emergency response, and a structured hand‑over process to ensure the open‑source ecosystem remains stable.

KernelLinus TorvaldsLinux
0 likes · 10 min read
What Happens If Linus Steps Down? Inside Linux’s New Continuity Plan
Black & White Path
Black & White Path
Feb 21, 2026 · Information Security

Bypassing Linux Pkeys Security Mechanism in a PWN Challenge

An in‑depth analysis of Linux Memory Protection Keys (pkeys), their x86_64 and arm64 implementations, related syscalls, and a step‑by‑step exploit that randomises PKRU permissions and then uses WRPKRU to bypass the restrictions and capture the flag in a CTF PWN challenge.

CTFExploitLinux
0 likes · 12 min read
Bypassing Linux Pkeys Security Mechanism in a PWN Challenge
Black & White Path
Black & White Path
Feb 13, 2026 · Information Security

Critical Remote Command Execution Flaw in WeChat Linux 4.1.0.13 Impacts Major Chinese OSes, Skips HarmonyOS

A high‑severity (CVSS 8.8) command‑injection vulnerability in WeChat Linux client 4.1.0.13 allows an attacker to execute arbitrary shell commands by sending a file with a specially crafted name, affecting most Linux distributions and Chinese‑made operating systems while leaving HarmonyOS untouched.

Command InjectionLinuxRemote Code Execution
0 likes · 21 min read
Critical Remote Command Execution Flaw in WeChat Linux 4.1.0.13 Impacts Major Chinese OSes, Skips HarmonyOS