Tagged articles

Linux

5000 articles · Page 12 of 50
dbaplus Community
dbaplus Community
Jul 26, 2025 · Fundamentals

Why Ding Lei Chose FreeBSD Over Linux – A Deep Dive into Server OS History

The article recounts Ding Lei's 1997 discovery of Hotmail, his decision to build an email service on FreeBSD instead of Linux, explains the Unix ecosystem of the era, contrasts BSD and Linux community cultures, and shows how FreeBSD remains vital in modern infrastructure despite Linux's dominance.

FreeBSDLinuxOperating Systems
0 likes · 8 min read
Why Ding Lei Chose FreeBSD Over Linux – A Deep Dive into Server OS History
Ops Community
Ops Community
Jul 25, 2025 · Operations

Boost Your Ops Efficiency: 30+ Essential Vim Shortcuts Every Engineer Should Know

This guide compiles over thirty indispensable Vim shortcuts—covering cursor movement, page navigation, editing, deletion, copy‑paste, advanced search, window management, and real‑world ops scenarios—so Linux system administrators can dramatically speed up troubleshooting, configuration editing, and batch processing tasks.

LinuxVimkeyboard shortcuts
0 likes · 10 min read
Boost Your Ops Efficiency: 30+ Essential Vim Shortcuts Every Engineer Should Know
MaGe Linux Operations
MaGe Linux Operations
Jul 25, 2025 · Operations

5 Game‑Changing One‑Liner Shell Commands Every Ops Engineer Must Know

This article shares five battle‑tested one‑line Shell commands that instantly diagnose server health, analyze logs, rank process resources, troubleshoot network connections, and clean disk space, plus practical tips and mindset advice to help operations engineers solve critical incidents faster and more reliably.

LinuxMonitoringOne-liner
0 likes · 10 min read
5 Game‑Changing One‑Liner Shell Commands Every Ops Engineer Must Know
Deepin Linux
Deepin Linux
Jul 25, 2025 · Fundamentals

Understanding Linux System Calls: Theory, Mechanisms, and Practical Examples

This article explains what Linux system calls are, why they are essential for resource management, process control and device access, describes the separation of user and kernel space, details the execution flow of a system call, and provides multiple C code examples for direct and library‑based invocation.

C programmingLinuxSystem Calls
0 likes · 34 min read
Understanding Linux System Calls: Theory, Mechanisms, and Practical Examples
Deepin Linux
Deepin Linux
Jul 25, 2025 · Information Security

How to Hook Linux System Calls for Real‑Time Monitoring and Security

This article explains the concepts and implementation of Linux system‑call hooking, covering both user‑space techniques like LD_PRELOAD and kernel‑space methods such as inline patches and kprobes, and shows how to monitor, filter, and secure calls without breaking normal program flow.

LD_PRELOADLinuxSystem Call
0 likes · 36 min read
How to Hook Linux System Calls for Real‑Time Monitoring and Security
Java Tech Enthusiast
Java Tech Enthusiast
Jul 24, 2025 · Backend Development

Ace Your Java Interview: Key Concepts, Thread States, and Linux Tips

This article provides a comprehensive Java interview guide covering effective self‑introduction, showcasing internship contributions, comparing Java and C++ features, explaining method overloading versus overriding, clarifying process‑thread differences and thread lifecycle states, and offering essential Linux commands for memory monitoring and file searching.

C++InterviewLinux
0 likes · 11 min read
Ace Your Java Interview: Key Concepts, Thread States, and Linux Tips
Raymond Ops
Raymond Ops
Jul 23, 2025 · Cloud Native

Deploy Flannel CNI with Host‑GW Model and Optimize iptables in a Kubernetes Cluster

This guide walks through installing Flannel as a CNI plugin, configuring its three network models, planning a two‑node Kubernetes cluster, setting up certificates, creating configuration files and startup scripts, verifying pod connectivity, and fine‑tuning iptables rules for proper inter‑pod communication.

ClusterFlannelKubernetes
0 likes · 21 min read
Deploy Flannel CNI with Host‑GW Model and Optimize iptables in a Kubernetes Cluster
Raymond Ops
Raymond Ops
Jul 23, 2025 · Operations

Mastering Linux grep: Essential Options and Practical Examples

This guide explains the Linux grep command, detailing its purpose, all available options, and practical examples for searching text, counting matches, handling case sensitivity, recursive searches, and more, helping users master efficient text processing in the terminal.

Linuxcommand-linegrep
0 likes · 8 min read
Mastering Linux grep: Essential Options and Practical Examples
Deepin Linux
Deepin Linux
Jul 23, 2025 · Operations

Mastering Linux Disk I/O: Principles, Metrics, and Optimization Strategies

This comprehensive guide explains Linux disk I/O fundamentals, compares HDD and SSD characteristics, details file system structures, outlines I/O operation flow, introduces key performance metrics like IOPS, throughput and latency, and provides practical testing tools and optimization techniques for both applications and storage layers.

Disk I/OLinuxOptimization
0 likes · 31 min read
Mastering Linux Disk I/O: Principles, Metrics, and Optimization Strategies
Raymond Ops
Raymond Ops
Jul 22, 2025 · Operations

Master tcpdump: Essential Commands for Precise Network Packet Capture

This guide introduces tcpdump, a powerful network packet capture tool, explaining its basic usage, filtering options, interface selection, logical expressions, and advanced examples such as capturing specific hosts, ports, protocols, limiting packet counts, and saving captures to files for detailed analysis.

LinuxTroubleshootingnetwork capture
0 likes · 8 min read
Master tcpdump: Essential Commands for Precise Network Packet Capture
IT Services Circle
IT Services Circle
Jul 22, 2025 · Operations

45 Essential Linux Commands Every Sysadmin Should Master

This guide aggregates 45 high‑frequency Linux command combos across seven core operational scenarios—file handling, advanced find/cleanup, system monitoring, log and access analysis, network packet capture, text processing, and disk cleanup—to cover roughly 99% of everyday sysadmin tasks.

Command LineLinuxshell
0 likes · 6 min read
45 Essential Linux Commands Every Sysadmin Should Master
Deepin Linux
Deepin Linux
Jul 22, 2025 · Operations

Master Linux Memory Management: Diagnose, Monitor & Optimize Performance

Learn how Linux memory management works, from virtual memory and user/kernel space to allocation, reclamation, and common bottlenecks, and discover practical tools like free, top, vmstat, valgrind, jstat, and swap configuration techniques to diagnose, monitor, and optimize server memory for stable, high‑performance operation.

LinuxMemory ManagementMonitoring Tools
0 likes · 27 min read
Master Linux Memory Management: Diagnose, Monitor & Optimize Performance
Raymond Ops
Raymond Ops
Jul 21, 2025 · Databases

Master MySQL: Complete Installation and Configuration Guide for Linux (Rocky, Ubuntu, Debian, openSUSE)

This comprehensive guide walks you through MySQL fundamentals, its key features, storage engines, architecture, and step‑by‑step installation and configuration across major Linux distributions, including repository setup, service enablement, password initialization, and verification of a working database server.

APTDatabaseInstallation
0 likes · 68 min read
Master MySQL: Complete Installation and Configuration Guide for Linux (Rocky, Ubuntu, Debian, openSUSE)
Raymond Ops
Raymond Ops
Jul 21, 2025 · Operations

How to Secure Linux: Create a Sudo User and Disable Root SSH Login

This guide explains why disabling root SSH access is essential, then walks through creating a privileged user, assigning sudo rights, editing the sshd_config file to reject root logins, restarting the service, and verifying that root login is effectively blocked.

Linuxroot loginsecurity
0 likes · 5 min read
How to Secure Linux: Create a Sudo User and Disable Root SSH Login
Ops Community
Ops Community
Jul 21, 2025 · Operations

Boost Linux Admin Productivity 10× with Essential Keyboard Shortcuts & System Tricks

This comprehensive Linux operations guide covers powerful terminal shortcuts, efficient file handling, system monitoring, network diagnostics, process control, performance tuning, and automation scripts, providing practical examples and command references that can dramatically increase an administrator's efficiency.

Command LineLinuxShell Shortcuts
0 likes · 16 min read
Boost Linux Admin Productivity 10× with Essential Keyboard Shortcuts & System Tricks
Deepin Linux
Deepin Linux
Jul 21, 2025 · Operations

Master Linux CPU Performance: Metrics, Tools, and Optimization Strategies

This comprehensive guide explains Linux CPU performance fundamentals, key metrics like load average and utilization, common bottlenecks, and step‑by‑step usage of tools such as top, htop, vmstat, iostat, perf, and stress, followed by practical tuning techniques and real‑world case studies for developers and system administrators.

CPU performanceLinuxPerformance Tuning
0 likes · 61 min read
Master Linux CPU Performance: Metrics, Tools, and Optimization Strategies
Ops Community
Ops Community
Jul 20, 2025 · Operations

Master Linux Production Performance: A Complete Hands‑On Optimization Guide

This comprehensive guide walks you through building a monitoring baseline, tuning CPU, memory, disk I/O, and network settings, applying kernel and application optimizations, and setting up automated monitoring and alerts to dramatically improve Linux production system performance.

LinuxLinux TuningServer Administration
0 likes · 20 min read
Master Linux Production Performance: A Complete Hands‑On Optimization Guide
Raymond Ops
Raymond Ops
Jul 20, 2025 · Operations

Master Linux User Management: Create, Modify, and Delete Users via CLI

This guide explains Linux user types, the structure of /etc/passwd and /etc/shadow, and provides step‑by‑step examples of using useradd, usermod, passwd, and userdel commands with their key options for creating, modifying, locking, and removing user accounts.

CLILinuxUser Management
0 likes · 10 min read
Master Linux User Management: Create, Modify, and Delete Users via CLI
Ops Community
Ops Community
Jul 19, 2025 · Operations

Mastering Linux Enterprise Data Synchronization: From Basics to Production Best Practices

This comprehensive guide explores Linux‑based enterprise data synchronization, covering core concepts, architecture patterns, tools like rsync, MySQL and PostgreSQL replication, distributed file systems, cloud‑native solutions, monitoring, security, and production‑grade best practices to help engineers build reliable, scalable sync systems.

Data synchronizationKubernetesLinux
0 likes · 18 min read
Mastering Linux Enterprise Data Synchronization: From Basics to Production Best Practices
Open Source Tech Hub
Open Source Tech Hub
Jul 19, 2025 · Fundamentals

How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer in Linux

This article explains the performance bottlenecks of traditional I/O, introduces zero‑copy concepts and their relationship with DMA and PageCache, details RDMA architectures, and demonstrates practical zero‑copy implementations such as mmap+write, sendfile, splice, tee, and Java NIO APIs.

DMAJava NIOLinux
0 likes · 41 min read
How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer in Linux
Deepin Linux
Deepin Linux
Jul 19, 2025 · Fundamentals

How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer Performance

This article explains the principles behind zero‑copy, DMA, and RDMA, compares traditional I/O copying with modern zero‑copy techniques, and shows practical implementations in Linux and Java that dramatically reduce CPU overhead and boost network and file‑transfer throughput.

DMAIOLinux
0 likes · 42 min read
How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer Performance
Raymond Ops
Raymond Ops
Jul 18, 2025 · Operations

Master Linux Process Management: From Programs to Commands and Scheduling

This article explains what programs and processes are, their relationship, various process states and types, priority levels, and provides practical guidance on using essential Linux commands such as ps, top, pgrep, pstree, free, iostat, iotop, as well as job control, kill signals, and scheduling tools like at and crontab.

CronLinuxProcess Management
0 likes · 16 min read
Master Linux Process Management: From Programs to Commands and Scheduling
Raymond Ops
Raymond Ops
Jul 18, 2025 · Operations

Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 on CentOS 7

This tutorial walks you through checking the current OpenSSH version, installing required dependencies, downloading the 8.4p1 source package, backing up existing SSH files, compiling and installing the new version, updating the configuration, and verifying the upgrade on a CentOS 7 system.

CentOSLinuxOpenSSH
0 likes · 5 min read
Step-by-Step Guide to Upgrading OpenSSH to 8.4p1 on CentOS 7
Ops Community
Ops Community
Jul 18, 2025 · Operations

From Rookie to Pro: Master Linux Network Troubleshooting with This Complete Roadmap

This comprehensive guide walks you through a systematic, OSI‑layer‑based approach to Linux network fault isolation, essential command‑line and graphical tools, real‑world case studies, automation scripts, preventive maintenance tactics, and best‑practice recommendations to quickly diagnose and resolve any network issue.

LinuxOSI modelShell Commands
0 likes · 11 min read
From Rookie to Pro: Master Linux Network Troubleshooting with This Complete Roadmap
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jul 17, 2025 · Cloud Computing

2025 Complete Linux Cloud Computing Interview Questions – 142 Essential Topics

This article compiles a comprehensive set of Linux cloud computing interview questions covering fundamentals, system architecture, security, shell scripting, networking, load balancing, and practical command‑line tasks, providing job seekers with a valuable study guide for upcoming technical interviews.

Cloud ComputingLinuxsystem administration
0 likes · 9 min read
2025 Complete Linux Cloud Computing Interview Questions – 142 Essential Topics
Open Source Tech Hub
Open Source Tech Hub
Jul 16, 2025 · Backend Development

One-Click PHP Installation on Windows, macOS, and Linux

This guide shows how to quickly install PHP on Windows, macOS, and Linux by running a single PowerShell or Bash command that configures execution policy, sets security protocols, and downloads the installer script from php.new, with screenshots for verification.

InstallationLinuxPHP
0 likes · 2 min read
One-Click PHP Installation on Windows, macOS, and Linux
Open Source Tech Hub
Open Source Tech Hub
Jul 16, 2025 · Backend Development

Why Does the Thundering Herd Problem Slow Your Linux Server and How to Fix It

The article explains the thundering herd problem in Linux—how multiple processes or threads wake up simultaneously for a single event, causing wasted CPU cycles and lock overhead—then examines its impact on accept, poll, and epoll, and presents practical solutions such as EPOLLEXCLUSIVE, SO_REUSEPORT, thread pools, and spin‑locks.

Linuxthundering herd
0 likes · 42 min read
Why Does the Thundering Herd Problem Slow Your Linux Server and How to Fix It
Open Source Tech Hub
Open Source Tech Hub
Jul 16, 2025 · Backend Development

Why epoll Beats select and poll: A Deep Dive into Linux’s High‑Performance I/O Multiplexing

This article explains the limitations of traditional I/O models such as blocking I/O, non‑blocking I/O, select and poll, introduces epoll’s design, core data structures, operation modes, system‑call interface, and provides practical code examples and optimisation tips for high‑concurrency network servers.

I/O multiplexingLinuxepoll
0 likes · 45 min read
Why epoll Beats select and poll: A Deep Dive into Linux’s High‑Performance I/O Multiplexing
Open Source Linux
Open Source Linux
Jul 16, 2025 · Operations

Master Shell Basics: From What a Shell Is to Advanced Variable Tricks

This comprehensive guide explains what a shell and shell script are, compares common shells, shows how to write and run scripts, explores variable types, special and environment variables, and demonstrates powerful string manipulation and batch‑renaming techniques for Linux users.

LinuxScriptbash
0 likes · 16 min read
Master Shell Basics: From What a Shell Is to Advanced Variable Tricks
Raymond Ops
Raymond Ops
Jul 15, 2025 · Operations

Mastering sed: Essential Linux Text Processing Commands and Examples

This article provides a comprehensive guide to using the Linux sed utility, covering its purpose, syntax, options, and a wide range of practical commands for inserting, deleting, replacing, and extracting text, along with examples and visual illustrations to help readers master text processing on the command line.

Command LineLinuxShell scripting
0 likes · 16 min read
Mastering sed: Essential Linux Text Processing Commands and Examples
Raymond Ops
Raymond Ops
Jul 14, 2025 · Operations

Master Chrony: Complete Guide to Install and Configure Time Synchronization on Linux

This article provides a comprehensive walkthrough of Chrony, a high‑precision time synchronization service, covering its features, file structure, configuration options, installation steps across major Linux distributions, network setup, firewall and SELinux adjustments, timezone configuration, and scripts for both server and client deployment, enabling you to establish a reliable private NTP server.

ChronyLinuxNTP
0 likes · 31 min read
Master Chrony: Complete Guide to Install and Configure Time Synchronization on Linux
Liangxu Linux
Liangxu Linux
Jul 13, 2025 · Fundamentals

Master Shell Scripting: From Basics to Advanced Tricks and Performance Tips

This comprehensive guide explains what a shell is, compares common shells, walks through creating and running shell scripts, covers shebang usage, execution methods, variable types, special and environment variables, substring manipulation, built‑in commands, performance benchmarking, and provides practical examples for Linux system automation.

LinuxScriptingbash
0 likes · 18 min read
Master Shell Scripting: From Basics to Advanced Tricks and Performance Tips
Raymond Ops
Raymond Ops
Jul 13, 2025 · Fundamentals

Master awk: From Basics to Powerful Text Processing in Linux

This comprehensive guide explains what awk is, how to learn it, its syntax of patterns and actions, built‑in variables like NR and NF, and provides practical examples and interview‑style exercises for mastering text processing on the Linux command line.

Command LineData manipulationLinux
0 likes · 19 min read
Master awk: From Basics to Powerful Text Processing in Linux
Deepin Linux
Deepin Linux
Jul 12, 2025 · Fundamentals

How Virtio Delivers Near‑Native I/O Performance in Linux Virtual Machines

This article explains the architecture, data‑flow mechanisms, and core APIs of Virtio, the semi‑virtualized I/O framework that powers Linux I/O virtualization in KVM/QEMU, detailing ring buffers, virtqueues, driver initialization, and performance optimizations for near‑native throughput.

KVMLinuxQEMU
0 likes · 43 min read
How Virtio Delivers Near‑Native I/O Performance in Linux Virtual Machines
Open Source Linux
Open Source Linux
Jul 10, 2025 · Fundamentals

How Linux Handles Network Packets: From NIC to Kernel and Back

This article explains the complete Linux network packet lifecycle, detailing how a UDP packet is received from a physical NIC, processed through driver interrupts, soft‑interrupts, the kernel network stack, and finally transmitted back out, covering key functions, queues, and netfilter hooks.

LinuxNetworkingUDP
0 likes · 15 min read
How Linux Handles Network Packets: From NIC to Kernel and Back
Raymond Ops
Raymond Ops
Jul 9, 2025 · Fundamentals

Master Linux Scheduling: From CFS to CPU Affinity and systemd

This article explains Linux scheduling strategies, including real‑time and non‑real‑time policies, the CFS and Deadline schedulers, command‑line and systemd methods for setting policies, and techniques for CPU affinity using pinning, NUMA awareness, and cgroup cpuset controls.

CFSCPU affinityLinux
0 likes · 9 min read
Master Linux Scheduling: From CFS to CPU Affinity and systemd
Deepin Linux
Deepin Linux
Jul 8, 2025 · Operations

Unlock Linux NUMA Performance: A Practical Multithreaded Tuning Guide

This article explains the fundamentals of NUMA architecture, why it matters for multithreaded Linux applications, and provides step‑by‑step practical guidance—including kernel internals, memory allocation policies, useful commands, and performance‑monitoring tools—to help developers optimize memory locality and boost overall program efficiency.

LinuxNUMAPerformance Tuning
0 likes · 37 min read
Unlock Linux NUMA Performance: A Practical Multithreaded Tuning Guide
Raymond Ops
Raymond Ops
Jul 8, 2025 · Operations

Comprehensive Multi‑Distro Linux Initialization Script Guide

This article presents a complete collection of shell scripts for initializing a wide range of Linux distributions—including Rocky, AlmaLinux, CentOS, Ubuntu, Debian, openEuler, AnolisOS, OpenCloudOS, openSUSE, Kylin Server, and Uos Server—detailing supported features, version‑specific updates, and step‑by‑step usage instructions.

LinuxShell scriptSystem Initialization
0 likes · 19 min read
Comprehensive Multi‑Distro Linux Initialization Script Guide
Raymond Ops
Raymond Ops
Jul 8, 2025 · Information Security

How to Detect and Remove Linux Mining Malware: Step‑by‑Step Guide

This article explains how to identify high CPU usage caused by hidden mining malware on Linux servers and provides a comprehensive, command‑line driven process for isolating the host, blocking malicious network traffic, cleaning cron jobs, startup services, compromised libraries, SSH keys, and terminating malicious processes.

CronLinuxMalware Removal
0 likes · 10 min read
How to Detect and Remove Linux Mining Malware: Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Jul 8, 2025 · Operations

Master Linux Kernel Tuning: Boost Network, File Limits & Disk Scheduling for High‑Performance Servers

This guide walks you through optimizing Linux kernel parameters—including sysctl network settings, local port ranges, and file descriptor limits—shows a real‑world Nginx high‑traffic case, and explains disk scheduler choices, providing concrete commands and recommended values for robust server performance.

Linuxdisk-schedulerkernel tuning
0 likes · 11 min read
Master Linux Kernel Tuning: Boost Network, File Limits & Disk Scheduling for High‑Performance Servers
Ops Community
Ops Community
Jul 8, 2025 · Operations

Boost Your Ops Efficiency 10× with Essential Linux Network Tools

This article introduces the most important Linux network testing utilities—covering basic connectivity, routing analysis, DNS resolution, port monitoring, bandwidth measurement, and packet capture—providing a comprehensive guide that helps operations engineers diagnose and resolve network issues ten times faster.

LinuxNetwork ToolsTroubleshooting
0 likes · 19 min read
Boost Your Ops Efficiency 10× with Essential Linux Network Tools
Open Source Tech Hub
Open Source Tech Hub
Jul 8, 2025 · Operations

How to Install Supervisor and Manage Webman Daemons on Linux

This guide walks through installing Supervisor on Linux, explains its role as a Python‑based process manager, shows how to create a Webman daemon using 1Panel, and provides detailed configuration and management steps for supervising the daemon.

LinuxProcess ManagementWebman
0 likes · 3 min read
How to Install Supervisor and Manage Webman Daemons on Linux
Raymond Ops
Raymond Ops
Jul 7, 2025 · Operations

Understanding Linux NIC Packet Reception and How to Fix Drop Issues

This article explains the Linux network interface card packet reception flow, how to identify and interpret RX errors, dropped packets and overruns, and provides practical commands and tuning methods such as adjusting ring buffers, IRQ affinity, RSS/RPS, and netdev_max_backlog to resolve packet loss.

LinuxNetworkPerformance Tuning
0 likes · 12 min read
Understanding Linux NIC Packet Reception and How to Fix Drop Issues
Deepin Linux
Deepin Linux
Jul 7, 2025 · Fundamentals

Inside Linux: How the Kernel Handles Network I/O from Packets to Applications

This article explores the Linux kernel’s network stack architecture, detailing each layer from the application’s socket interface through transport, network, and link layers, and explains the complete inbound and outbound data flow with code examples illustrating packet reception, processing, routing, and transmission.

LinuxNetworkingSocket
0 likes · 33 min read
Inside Linux: How the Kernel Handles Network I/O from Packets to Applications
Deepin Linux
Deepin Linux
Jul 7, 2025 · Fundamentals

What Happens to mmap-Mapped Files When a Program Crashes? A Deep Dive into Linux Memory Mapping

This article explains the fundamentals of the mmap system call, its internal working mechanism, zero‑copy I/O model, advantages, typical use cases, and detailed usage guidelines—including function prototypes, parameter meanings, mapping steps, and sample code—while also exploring how mmap‑mapped files behave during program crashes.

File I/OLinuxSystem Programming
0 likes · 29 min read
What Happens to mmap-Mapped Files When a Program Crashes? A Deep Dive into Linux Memory Mapping
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 7, 2025 · Operations

Unlock Linux Performance: How eBPF Reveals Hidden Bottlenecks

This article explains why traditional Linux monitoring tools often miss deep kernel issues and shows how to use eBPF‑based utilities such as biolatency, runqlat, and offcputime to pinpoint CPU, I/O, and lock‑contention problems with concrete command examples and a practical troubleshooting workflow.

LinuxPerformanceTroubleshooting
0 likes · 8 min read
Unlock Linux Performance: How eBPF Reveals Hidden Bottlenecks
Open Source Linux
Open Source Linux
Jul 7, 2025 · Information Security

Critical Linux sudo Vulnerability (CVE‑2025‑32463) Enables Root Privilege Escalation

Borncity reported on July 1 that a critical sudo vulnerability (CVE‑2025‑32463) in Linux, caused by mishandling of /etc/nsswitch.conf and flawed options like –host, –h and –chroot, –R, can allow attackers to execute arbitrary code and elevate privileges to root, affecting sudo versions 1.9.14‑1.9.17.

CVE-2025-32463Linuxprivilege escalation
0 likes · 2 min read
Critical Linux sudo Vulnerability (CVE‑2025‑32463) Enables Root Privilege Escalation
Ops Community
Ops Community
Jul 6, 2025 · Operations

Master KVM Production Deployment: Real-World Ops Guide & Automation Scripts

This comprehensive guide walks you through KVM virtualization platform deployment in production, covering host preparation, VM creation, advanced networking, storage pool management, performance tuning, monitoring, and automated operational scripts to build a stable and efficient virtualized environment.

KVMLinuxMonitoring
0 likes · 37 min read
Master KVM Production Deployment: Real-World Ops Guide & Automation Scripts
Deepin Linux
Deepin Linux
Jul 6, 2025 · Fundamentals

Unlocking Linux: Inside the Kernel, VFS, and File System Mechanics

This article provides a comprehensive overview of Linux internals, covering the kernel’s core components, memory and process management, the virtual file system layer, ext4 inode structures, caching strategies, direct I/O, and kernel parameter tuning for performance optimization.

I/OLinuxVFS
0 likes · 37 min read
Unlocking Linux: Inside the Kernel, VFS, and File System Mechanics
Deepin Linux
Deepin Linux
Jul 6, 2025 · Fundamentals

Unlocking ext4 Extents: How Linux Filesystems Boost Performance

This article explores the evolution, design, and inner workings of the ext4 extent mechanism in Linux, detailing how it replaces traditional block mapping, improves storage efficiency, reduces fragmentation, and accelerates file I/O through compact data structures and B+‑tree indexing.

B+TreeExtentLinux
0 likes · 18 min read
Unlocking ext4 Extents: How Linux Filesystems Boost Performance
Raymond Ops
Raymond Ops
Jul 5, 2025 · Operations

Master Linux User Management: Create, Modify, Secure, and Elevate Users Efficiently

This guide walks you through Linux user fundamentals, covering user definitions, essential commands (useradd, usermod, userdel), configuration files, password policies, privilege escalation with su and sudo, and comprehensive group management, providing practical examples and code snippets for effective system administration.

LinuxUser Managementgroup-management
0 likes · 25 min read
Master Linux User Management: Create, Modify, Secure, and Elevate Users Efficiently
Deepin Linux
Deepin Linux
Jul 5, 2025 · Fundamentals

Master GDB: Essential Debugging Techniques for C/C++ Developers

This comprehensive guide explains what GDB is, how to launch it, its core functions, essential debugging commands, multithreaded debugging strategies, and practical code examples, helping developers efficiently locate and fix bugs in C/C++ programs.

C++DebuggingLinux
0 likes · 21 min read
Master GDB: Essential Debugging Techniques for C/C++ Developers
Raymond Ops
Raymond Ops
Jul 4, 2025 · Operations

Master Linux File Search: Powerful find Command Techniques

This guide explains how to use the Linux find command for locating files by name, size, type, time, owner, permissions, and more, covering basic syntax, common options, logical expressions, actions such as printing, deleting, executing commands, and practical exercises for mastering file search.

File SearchLinuxShell scripting
0 likes · 15 min read
Master Linux File Search: Powerful find Command Techniques
Raymond Ops
Raymond Ops
Jul 4, 2025 · Operations

Mastering NFS: Shared Storage, RPC Architecture, and Deployment Guide

This article explains how NFS provides Linux file sharing, details the RPC-based architecture, walks through server and client configuration, demonstrates integration with nginx, and offers troubleshooting tips for common NFS failures, making it a comprehensive guide for operations engineers.

LinuxNFSRPC
0 likes · 19 min read
Mastering NFS: Shared Storage, RPC Architecture, and Deployment Guide
Ops Community
Ops Community
Jul 4, 2025 · Information Security

Master Enterprise Linux Security Hardening: From Basics to Advanced

This comprehensive guide walks you through essential Linux security hardening steps—including system updates, service disabling, password policies, SSH configuration, firewall rules, intrusion detection, file integrity monitoring, log auditing, automation scripts, and emergency response—to help enterprises build a resilient and continuously protected infrastructure.

Linuxautomationfirewall
0 likes · 9 min read
Master Enterprise Linux Security Hardening: From Basics to Advanced
Ops Community
Ops Community
Jul 4, 2025 · Fundamentals

Master Linux: Essential OS Concepts, Commands, and Permissions Explained

This guide provides a comprehensive overview of Linux operating systems, covering core concepts such as file system hierarchy, essential commands for navigation, file manipulation, user and group management, permission settings, process control, and software installation methods.

InstallationLinuxProcess Management
0 likes · 16 min read
Master Linux: Essential OS Concepts, Commands, and Permissions Explained
IT Services Circle
IT Services Circle
Jul 4, 2025 · Operations

Why Fedora’s Decision to Drop 32‑Bit Support Could Disrupt Linux Gaming

Fedora plans to remove i686 (32‑bit) architecture support in two stages, ending multilib packages and ultimately stopping all i686 builds, a move that sparks controversy among developers and gamers because it threatens legacy 32‑bit games, Steam compatibility, and projects like the Bazzite gaming distro.

32-bitBazziteFedora
0 likes · 11 min read
Why Fedora’s Decision to Drop 32‑Bit Support Could Disrupt Linux Gaming
Raymond Ops
Raymond Ops
Jul 3, 2025 · Operations

Master Linux Cron: From Basics to Advanced Scheduling Techniques

This article provides a comprehensive guide to Linux cron jobs, covering fundamental concepts, time syntax, crontab commands, practical examples for system and user tasks, debugging tips, and best practices for writing reliable scheduled tasks.

CronLinuxScheduled Tasks
0 likes · 11 min read
Master Linux Cron: From Basics to Advanced Scheduling Techniques
Ops Community
Ops Community
Jul 3, 2025 · Fundamentals

Master Sed: The Ultimate Guide to Automating Text Processing

This comprehensive guide explains how to use the Unix stream editor sed for efficient line‑by‑line text manipulation, covering its workflow, performance tips, command syntax, addressing modes, core functions such as printing, deleting, substituting, case conversion, insertion, and how to apply scripts with the -f option, all illustrated with practical examples.

LinuxShell scriptingautomation
0 likes · 18 min read
Master Sed: The Ultimate Guide to Automating Text Processing
Raymond Ops
Raymond Ops
Jul 2, 2025 · Operations

Master Linux Process Management: From Basics to Advanced Monitoring

This comprehensive guide explains what a process is, how it differs from a program, its lifecycle, and provides detailed instructions for monitoring process status with ps and top, using tools like vmstat, iostat, dstat, managing processes with kill, killall, pkill, background jobs, screen, adjusting priorities, and interpreting system load averages.

LinuxMonitoringPerformance
0 likes · 29 min read
Master Linux Process Management: From Basics to Advanced Monitoring
Deepin Linux
Deepin Linux
Jul 2, 2025 · Backend Development

How to Detect and Fix C++ Deadlocks on Linux Using Shell and GDB

This guide explains why deadlocks occur in Linux C++ multithreaded programs, demonstrates how to reproduce them with sample code, and shows step‑by‑step how to use shell commands and GDB to identify and resolve the deadlock, ensuring stable and efficient execution.

C++DeadlockDebugging
0 likes · 18 min read
How to Detect and Fix C++ Deadlocks on Linux Using Shell and GDB
Open Source Linux
Open Source Linux
Jul 2, 2025 · Fundamentals

Master Linux Permissions: Complete Guide for Beginners

This comprehensive tutorial explains Linux permission concepts, user classifications, file type symbols, basic read/write/execute rights, numeric and symbolic representations, essential commands like chmod, chown, chgrp, and umask, as well as special permissions such as the sticky bit, providing clear examples and usage tips for effective system administration.

LinuxSticky Bitchmod
0 likes · 11 min read
Master Linux Permissions: Complete Guide for Beginners
Raymond Ops
Raymond Ops
Jul 1, 2025 · Operations

Master Linux Disk Management: Devices, RAID, Partitioning, and LVM

This comprehensive guide explains Linux's "everything is a file" philosophy, details disk types and interfaces, compares SSD and HDD characteristics, describes RAID levels and their trade‑offs, walks through MBR/GPT partitioning, filesystem creation, mounting, persistent fstab entries, essential disk tools, real‑world enterprise scenarios, and step‑by‑step LVM setup and expansion.

Disk ManagementLVMLinux
0 likes · 30 min read
Master Linux Disk Management: Devices, RAID, Partitioning, and LVM
Code Mala Tang
Code Mala Tang
Jul 1, 2025 · Operations

Master Linux File Searches: Powerful Find Command Techniques

This guide explores the versatile Linux find command, demonstrating how to locate files and directories by modification time, size, name patterns, and depth, while showing practical examples, useful flags, and advanced tricks such as combining criteria, excluding mounts, and executing actions on matches.

File SearchLinuxShell scripting
0 likes · 6 min read
Master Linux File Searches: Powerful Find Command Techniques
Deepin Linux
Deepin Linux
Jul 1, 2025 · Backend Development

Master C++ Concurrency: Processes, Threads, and IO Multiplexing Explained

This article explores C++ concurrent programming techniques, covering multi‑process fundamentals, process creation with fork(), inter‑process communication methods, multi‑threading using std::thread, synchronization tools like mutexes and condition variables, and efficient I/O handling through select, poll, and epoll multiplexing, with practical code examples.

C++Example CodeIO Multiplexing
0 likes · 26 min read
Master C++ Concurrency: Processes, Threads, and IO Multiplexing Explained
Efficient Ops
Efficient Ops
Jun 30, 2025 · Operations

Why TIME_WAIT Connections Exhaust Your Server and How to Fix Them

TIME_WAIT is a TCP state that appears on the side actively closing a connection; when many sockets linger in this state, ports are exhausted, causing connection failures, and the article explains typical scenarios, underlying causes, kernel limits, and practical client‑ and server‑side solutions.

Connection ManagementLinuxTCP
0 likes · 5 min read
Why TIME_WAIT Connections Exhaust Your Server and How to Fix Them
Open Source Linux
Open Source Linux
Jun 30, 2025 · Operations

Master su and sudo: Switch Users Safely and Harness Linux Privileges

This guide explains the differences between the su and sudo commands, shows how to create and manage users, demonstrates login-shell versus non‑login-shell switching, covers the -c option for one‑off commands, and compares security implications of each method in Linux environments.

Command LineLinuxsu
0 likes · 11 min read
Master su and sudo: Switch Users Safely and Harness Linux Privileges
Raymond Ops
Raymond Ops
Jun 26, 2025 · Operations

Master LVM: Create, Resize, and Delete Logical Volumes on Linux

This tutorial walks through preparing physical disks, creating physical volumes, a volume group, and multiple logical volumes, formatting and mounting them, dynamically expanding storage, and safely removing LVM components on a Linux system.

LVMLinuxLogical Volume
0 likes · 14 min read
Master LVM: Create, Resize, and Delete Logical Volumes on Linux
ITPUB
ITPUB
Jun 26, 2025 · Operations

One‑Click Linux System Inspection: Complete Bash Script Guide

Learn how to create and run a one‑click Linux inspection Bash script that automatically gathers system basics, CPU, memory, disk usage, network configuration, service status, security checks, login records, log analysis, and performance metrics, and how to schedule it via cron.

CronLinuxPerformance
0 likes · 8 min read
One‑Click Linux System Inspection: Complete Bash Script Guide
Deepin Linux
Deepin Linux
Jun 24, 2025 · Operations

Master Linux Cache Tuning: Boost Performance with Proven Tools & Techniques

This comprehensive guide explains Linux cache fundamentals, performance metrics, essential tuning tools, step‑by‑step optimization procedures, and a real‑world case study, helping you diagnose low hit rates, adjust kernel parameters, clean caches, and improve overall system responsiveness.

LinuxMemorysysctl
0 likes · 24 min read
Master Linux Cache Tuning: Boost Performance with Proven Tools & Techniques
Raymond Ops
Raymond Ops
Jun 23, 2025 · Databases

How to Deploy Multiple MySQL Instances on a Single Linux Server

This guide walks through downloading MySQL, extracting it, creating a dedicated mysql user, setting up separate data directories, initializing each instance, configuring my.cnf, creating systemd services, starting and stopping the instances, setting passwords, and troubleshooting common errors, all on a single server.

LinuxMulti-InstanceMySQL
0 likes · 23 min read
How to Deploy Multiple MySQL Instances on a Single Linux Server
Ops Community
Ops Community
Jun 23, 2025 · Cloud Native

Master Docker Deployment: From Installation to Advanced Container Management

This comprehensive guide walks you through Docker fundamentals, Linux installation steps, essential commands, data volume handling, custom image creation with Dockerfiles, networking tricks, full project deployment, and using Docker Compose to orchestrate multi‑service applications, all illustrated with practical code examples.

DockerDocker ComposeLinux
0 likes · 22 min read
Master Docker Deployment: From Installation to Advanced Container Management
Raymond Ops
Raymond Ops
Jun 22, 2025 · Operations

Master Linux Permissions: From chmod to SUID, ACLs and sudo

This guide explains Linux file permission fundamentals, covering owner/group/other rights, chmod and chown usage, umask defaults, special bits like SUID/SGID/Sticky, ACL management, sudo configuration, and essential system commands for effective operations.

ACLLinuxchmod
0 likes · 23 min read
Master Linux Permissions: From chmod to SUID, ACLs and sudo
Architect
Architect
Jun 19, 2025 · Backend Development

How to Tune Nginx for Million‑Level Concurrency: Key Optimizations

This article explains how to configure Nginx and the underlying Linux system to handle millions of concurrent connections by optimizing the I/O model with epoll, scaling worker processes, enabling zero‑copy sendfile, using gzip compression, and tuning kernel parameters and CPU affinity.

Linuxbackend developmenthigh-concurrency
0 likes · 11 min read
How to Tune Nginx for Million‑Level Concurrency: Key Optimizations
Raymond Ops
Raymond Ops
Jun 19, 2025 · Operations

Mastering RAID: Definitions, Levels, and Linux Setup Commands

This article explains RAID concepts, outlines common RAID levels and their pros and cons, compares configurations, describes hot spare and hot swap mechanisms, and provides step‑by‑step Linux commands for creating, testing, and removing RAID arrays, especially RAID 5.

LinuxRAIDdisk array
0 likes · 12 min read
Mastering RAID: Definitions, Levels, and Linux Setup Commands
Ops Community
Ops Community
Jun 19, 2025 · Operations

How to Set Up a BIND DNS Server on Linux: Step‑by‑Step Guide

This guide walks you through installing BIND on Linux, configuring forward and reverse DNS, setting ports, logging, access controls, forwarders, zone files, master‑slave replication, AppArmor adjustments, and testing the DNS service with tools like dig, host, and nslookup.

AppArmorBINDConfiguration
0 likes · 25 min read
How to Set Up a BIND DNS Server on Linux: Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Jun 18, 2025 · Fundamentals

Master Linux Shell: Essential Commands, Prompt Customization, and Session Management

This guide explains what a Linux shell is, how to view and set the current shell and hostname, customize the command prompt, differentiate internal and external commands, manage aliases, use common system commands, handle sessions with screen and tmux, employ echo options and ANSI codes, leverage bash shortcuts, apply file globbing patterns, and securely delete files with shred.

Command LineLinuxshell
0 likes · 13 min read
Master Linux Shell: Essential Commands, Prompt Customization, and Session Management