Tagged articles
5000 articles
Page 8 of 50
Deepin Linux
Deepin Linux
Sep 5, 2025 · Fundamentals

Mastering Linux Process Scheduling: Algorithms, Strategies, and Optimization

This comprehensive guide explains Linux process scheduling fundamentals, covering process states, core algorithms such as Round‑Robin, Priority, CFS, Multilevel Feedback Queue, and real‑time policies, while detailing timing triggers, influencing factors, and practical optimization techniques for databases and games.

CFSCPU allocationLinux
0 likes · 41 min read
Mastering Linux Process Scheduling: Algorithms, Strategies, and Optimization
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 5, 2025 · Operations

A Linux Network Latency Diagnosis Method That Eliminates Overtime

This article walks through a step‑by‑step Linux workflow—using hping3, traceroute, wrk, tcpdump, and Wireshark—to pinpoint the root causes of network latency, illustrate delayed TCP ACK effects, and verify findings with concrete command outputs and packet captures.

LinuxNetwork LatencyTCP Delayed ACK
0 likes · 17 min read
A Linux Network Latency Diagnosis Method That Eliminates Overtime
Liangxu Linux
Liangxu Linux
Sep 4, 2025 · Fundamentals

When to Use Symlinks vs Hard Links in Linux? A Practical Guide

This guide explains the differences between symbolic (soft) links and hard links in Linux, covering their definitions, characteristics, creation commands, inode behavior, cross‑filesystem capabilities, directory restrictions, and real‑world use cases to help you choose the appropriate link type for your needs.

FilesystemHard LinkLinux
0 likes · 7 min read
When to Use Symlinks vs Hard Links in Linux? A Practical Guide
Raymond Ops
Raymond Ops
Sep 4, 2025 · Operations

Master Linux Permissions: Soar Like an Eagle with Essential Commands

This comprehensive Linux tutorial walks you through permission fundamentals, user types, switching users, sudo usage, permission symbols, octal notation, and practical commands such as chmod, chown, chgrp, umask, and the sticky bit to secure and manage your system effectively.

LinuxSudoSystem Administration
0 likes · 14 min read
Master Linux Permissions: Soar Like an Eagle with Essential Commands
Liangxu Linux
Liangxu Linux
Sep 3, 2025 · Information Security

Hardening CentOS 7/8: 15 Essential Security Configurations

This guide walks through fifteen practical steps to secure a CentOS 7 or 8 server, covering user management, SSH hardening, password policies, file permissions, logging, and kernel protections, each with clear commands and explanations to reduce attack surface.

CentOSHardeningLinux
0 likes · 12 min read
Hardening CentOS 7/8: 15 Essential Security Configurations
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Sep 3, 2025 · Cloud Native

How Docker Works: Inside Namespaces, Cgroups, and UnionFS

An in‑depth guide explains Docker’s core architecture, detailing how lightweight containers leverage Linux namespaces for isolation, cgroups for resource control, and UnionFS for layered image storage, while contrasting containers with traditional VMs and showing practical command‑line examples.

ContainersLinuxNamespaces
0 likes · 5 min read
How Docker Works: Inside Namespaces, Cgroups, and UnionFS
Raymond Ops
Raymond Ops
Sep 3, 2025 · Operations

Boost Linux Server Performance: Essential Kernel and Sysctl Tweaks

Learn how to optimize Linux server performance by permanently disabling SELinux, setting runlevel 3, increasing file descriptor limits, fine-tuning kernel network parameters via /etc/sysctl.conf, configuring firewall settings, and handling common issues such as too many open files and connection timeouts.

Kernel ParametersLinuxOperations
0 likes · 7 min read
Boost Linux Server Performance: Essential Kernel and Sysctl Tweaks
MaGe Linux Operations
MaGe Linux Operations
Sep 3, 2025 · Operations

Master Crontab: From Basics to Advanced Automation for Ops Engineers

This comprehensive guide walks operations engineers through the fundamentals of crontab, its core mechanics, time‑expression syntax, best‑practice configurations, real‑world scenarios, debugging techniques, performance tips, enterprise‑scale management, and when to consider more advanced scheduling alternatives.

AutomationDevOpsLinux
0 likes · 17 min read
Master Crontab: From Basics to Advanced Automation for Ops Engineers
Java Captain
Java Captain
Sep 3, 2025 · Operations

How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx

This step‑by‑step guide shows how to set up a Raspberry Pi Zero W, flash Raspbian Stretch Lite, configure Wi‑Fi and SSH, optimize the system with local mirrors, install Nginx, and expose the server to the internet using ngrok, turning a credit‑card‑sized board into a functional web host.

LinuxRaspberry PiSSH
0 likes · 12 min read
How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx
Deepin Linux
Deepin Linux
Sep 3, 2025 · Fundamentals

Master Linux Process Management: From PCB to Fork, Exec, and Daemons

This guide explains Linux processes, the role of the Process Control Block, how processes are created with fork and exec, the differences between foreground, background and daemon processes, and provides practical command‑line tools such as ps, top, htop, pgrep, pkill, kill, killall, pidof, nice and renice for effective process monitoring and control.

Linuxdaemonexec
0 likes · 25 min read
Master Linux Process Management: From PCB to Fork, Exec, and Daemons
Liangxu Linux
Liangxu Linux
Sep 2, 2025 · Fundamentals

Master Linux Timers: From alarm() to timerfd – Choose the Right One

This article walks through the evolution of Linux timers—from the simple alarm() function, through setitimer() and POSIX timer APIs, to the modern timerfd interface—explaining their APIs, code examples, advantages, limitations, performance trade‑offs, and practical selection guidance for different projects.

CLinuxPOSIX
0 likes · 16 min read
Master Linux Timers: From alarm() to timerfd – Choose the Right One
Efficient Ops
Efficient Ops
Sep 2, 2025 · Operations

Essential Linux & Java Debugging Tools Every Engineer Should Know

This guide compiles a comprehensive set of Linux commands and Java diagnostic utilities—including tail, grep, awk, find, tsar, btrace, Greys, jps, jstack, jmap, and more—providing practical examples and code snippets to help engineers quickly troubleshoot and monitor system and JVM issues.

DebuggingLinuxOperations
0 likes · 17 min read
Essential Linux & Java Debugging Tools Every Engineer Should Know
Liangxu Linux
Liangxu Linux
Sep 1, 2025 · Fundamentals

What Happens Inside Linux When You Call fork()? A Deep Dive

This article explains how the fork() system call creates a duplicate process in Linux, walks through a simple code experiment, details the kernel steps—including task_struct creation, PID allocation, copy-on-write memory handling, and resource inheritance—and highlights common use cases, optimizations, and pitfalls.

CCopy-on-WriteLinux
0 likes · 12 min read
What Happens Inside Linux When You Call fork()? A Deep Dive
Raymond Ops
Raymond Ops
Sep 1, 2025 · Operations

Mastering Keepalived: A Complete Guide to VRRP‑Based High Availability with LVS

This tutorial explains how Keepalived provides targeted high‑availability for LVS clusters by implementing VRRP, details its architecture, walks through installation, configuration of VRRP and virtual servers, shows health‑check scripts, and demonstrates testing of fail‑over and load‑balancing behavior.

IPVSLVSLinux
0 likes · 16 min read
Mastering Keepalived: A Complete Guide to VRRP‑Based High Availability with LVS
Liangxu Linux
Liangxu Linux
Aug 31, 2025 · Fundamentals

Master Linux Boot Process: 10 Essential Steps Explained

This article breaks down the Linux boot sequence into ten clear stages—from power‑on self‑test and BIOS initialization to loading the kernel, executing init scripts, and finally presenting the login prompt—providing interview‑ready knowledge and detailed explanations for each step.

Boot ProcessGRUBLinux
0 likes · 8 min read
Master Linux Boot Process: 10 Essential Steps Explained
Ops Community
Ops Community
Aug 31, 2025 · Operations

Boost Your Nginx Performance: Proven Configuration & Tuning Secrets

This article walks through practical Nginx performance tuning—optimizing worker processes, expanding connection limits, enabling caching and gzip, adjusting kernel parameters, and providing a one‑click diagnostic script—backed by real benchmark data that shows up to five‑fold improvements in concurrency and response times.

CachingLinuxWeb server
0 likes · 11 min read
Boost Your Nginx Performance: Proven Configuration & Tuning Secrets
IT Services Circle
IT Services Circle
Aug 31, 2025 · Fundamentals

How the New Linux Swap Table Boosts Performance by Up to 20%

A recent Linux kernel patch introduces a unified Swap Table architecture that integrates swap cache, mapping, and allocation, delivering 5%‑20% overall speedups, up to 20% gains in VM scalability, faster builds, and higher Redis/Valkey throughput while reducing memory usage.

LinuxMemory ManagementSwap
0 likes · 3 min read
How the New Linux Swap Table Boosts Performance by Up to 20%
Deepin Linux
Deepin Linux
Aug 31, 2025 · Fundamentals

Master Linux Kernel Compilation: A Step‑by‑Step Guide from Basics to Custom Builds

This comprehensive guide explains why and how to compile a custom Linux kernel, covering the benefits for performance, hardware support, and security, the full build process on Ubuntu, configuration options, installation steps, debugging tools, and common troubleshooting techniques for developers and system administrators.

Custom KernelLinuxSystem Programming
0 likes · 32 min read
Master Linux Kernel Compilation: A Step‑by‑Step Guide from Basics to Custom Builds
Ops Community
Ops Community
Aug 30, 2025 · Information Security

Master Linux Server Hardening: From Manual Steps to Automated Scripts

This comprehensive guide walks you through Linux server security hardening, covering real-world incident analysis, a detailed checklist of system, SSH, firewall, kernel and logging configurations, plus ready-to-use Bash scripts, Ansible playbooks, Docker hardening, monitoring tools, and actionable steps to build an enterprise‑grade defense.

HardeningLinuxansible
0 likes · 17 min read
Master Linux Server Hardening: From Manual Steps to Automated Scripts
ITPUB
ITPUB
Aug 29, 2025 · Operations

Why Operations Engineers Are Anything But Low‑Skill: A Deep Dive into Their Real Technical Challenges

The article debunks the myth that operations work is low‑skill by detailing the extensive monitoring, Linux, networking, security, and firefighting expertise required, illustrating real‑world scenarios, tools, and best‑practice recommendations that highlight the critical, high‑level technical role of ops engineers.

DevOpsLinuxSystem Administration
0 likes · 17 min read
Why Operations Engineers Are Anything But Low‑Skill: A Deep Dive into Their Real Technical Challenges
Deepin Linux
Deepin Linux
Aug 29, 2025 · Fundamentals

Master VSCode for C/C++ on Linux: Step‑by‑Step Compilation & Debugging Guide

This article walks you through setting up a powerful C/C++ development environment on Linux using VSCode, covering toolchain installation, essential extensions, project initialization, key configuration files, large‑project tips, and a hands‑on Clangd example, all with clear code snippets and explanations.

CCMakeClangd
0 likes · 44 min read
Master VSCode for C/C++ on Linux: Step‑by‑Step Compilation & Debugging Guide
Liangxu Linux
Liangxu Linux
Aug 27, 2025 · Operations

Fix Mistyped Terminal Commands Instantly with thefuck – Install & Use Guide

This guide introduces the open‑source tool thefuck, explains how it analyzes erroneous shell commands and suggests correct alternatives, provides concrete examples like fixing "git statis" to "git status", and details step‑by‑step installation on Linux, macOS, Windows and via pip, plus configuration tips.

Error CorrectionInstallationLinux
0 likes · 4 min read
Fix Mistyped Terminal Commands Instantly with thefuck – Install & Use Guide
Liangxu Linux
Liangxu Linux
Aug 27, 2025 · Operations

Why Is My Linux Server Dropping Packets? A Step‑by‑Step Diagnosis

This article walks through a systematic Linux network‑troubleshooting process, examining packet loss at every protocol‑stack layer, using tools such as netstat, ethtool, iptables, tc, and tcpdump, and ultimately fixing the issue by removing a faulty netem rule and correcting the MTU size.

LinuxMTUPacket Loss
0 likes · 12 min read
Why Is My Linux Server Dropping Packets? A Step‑by‑Step Diagnosis
Raymond Ops
Raymond Ops
Aug 27, 2025 · Operations

Essential Linux Commands for Quick System Performance Diagnosis

When a Linux server shows performance issues, this guide walks you through the most important one‑minute metrics—using commands like uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar and top—to quickly pinpoint CPU, memory, I/O, and network bottlenecks.

Linuxcommand lineperformance monitoring
0 likes · 17 min read
Essential Linux Commands for Quick System Performance Diagnosis
Liangxu Linux
Liangxu Linux
Aug 26, 2025 · Information Security

How to Build a Private Certificate Authority (CA) on Linux with OpenSSL

This guide walks you through installing OpenSSL, creating a secure directory layout, configuring OpenSSL, generating a self‑signed root certificate, issuing client certificates, managing CA files, revoking certificates, and inspecting certificate details, all with clear command‑line examples and diagrams.

Certificate AuthorityLinuxOpenSSL
0 likes · 16 min read
How to Build a Private Certificate Authority (CA) on Linux with OpenSSL
dbaplus Community
dbaplus Community
Aug 25, 2025 · Operations

20 Essential Linux Disk Management Techniques Every Sysadmin Must Master

This guide presents twenty practical Linux disk‑management techniques—from basic inspection commands like lsblk and blkid to advanced LVM, RAID, and performance‑monitoring tools—providing step‑by‑step examples, command syntax, and best‑practice recommendations for reliable storage administration.

LVMLinuxRAID
0 likes · 8 min read
20 Essential Linux Disk Management Techniques Every Sysadmin Must Master
Efficient Ops
Efficient Ops
Aug 25, 2025 · Cloud Native

Master Docker: From Basics to Advanced Networking and Deployment

This article provides a comprehensive guide to Docker, covering its core concepts, installation steps, essential commands, Dockerfile image creation, and networking modes such as bridge, host, and none, with practical code examples and diagrams.

ContainerizationDevOpsDockerfile
0 likes · 10 min read
Master Docker: From Basics to Advanced Networking and Deployment
Ops Community
Ops Community
Aug 25, 2025 · Operations

How DRBD Can Save Your Production Data from Disasters

This article explains why most companies suffer long recovery times after data loss, introduces DRBD's real‑time block replication as a solution, and provides detailed architecture designs, deployment steps, monitoring scripts, performance tuning, cost analysis, common pitfalls, and future trends for reliable disaster recovery.

DRBDLinuxdata replication
0 likes · 9 min read
How DRBD Can Save Your Production Data from Disasters
Cognitive Technology Team
Cognitive Technology Team
Aug 25, 2025 · Backend Development

Why epoll Uses Red-Black Trees for High-Performance Linux Networking

epoll, Linux’s high-performance I/O multiplexing mechanism, outperforms select and poll by leveraging a red-black tree to manage file descriptors, offering O(log n) registration, O(1) event retrieval, and scalable handling of millions of connections, with detailed explanations of its architecture, workflow, and performance advantages.

I/O MultiplexingLinuxRed-Black Tree
0 likes · 10 min read
Why epoll Uses Red-Black Trees for High-Performance Linux Networking
Efficient Ops
Efficient Ops
Aug 24, 2025 · Operations

Master tcpdump: Essential Commands for Network Packet Capture

This guide introduces tcpdump, a powerful network packet capture tool, explains its filtering capabilities with logical operators, and provides numerous practical examples—from capturing traffic on specific interfaces and hosts to filtering by ports, protocols, and saving captures—helping users troubleshoot network issues efficiently.

LinuxNetwork MonitoringPacket Capture
0 likes · 6 min read
Master tcpdump: Essential Commands for Network Packet Capture
Raymond Ops
Raymond Ops
Aug 24, 2025 · Operations

Mastering Parted: From MBR/GPT Basics to Automated Disk Partitioning

This guide explains the purpose and advantages of the Parted tool, compares MBR and GPT partition tables, demonstrates interactive and scripted usage with detailed command examples for creating, deleting, formatting, and mounting partitions on large disks, and provides a complete end‑to‑end workflow.

GPTLinuxMBR
0 likes · 8 min read
Mastering Parted: From MBR/GPT Basics to Automated Disk Partitioning
Liangxu Linux
Liangxu Linux
Aug 24, 2025 · Information Security

Master OpenSSL: From SSL/TLS Basics to Practical Encryption Commands

This guide explains the fundamentals of SSL/TLS, why transport‑layer encryption is used, and provides step‑by‑step Linux OpenSSL commands for symmetric and asymmetric encryption, decryption, hashing, password generation, random data creation, and Base64 encoding, complete with examples and key options.

Base64LinuxOpenSSL
0 likes · 11 min read
Master OpenSSL: From SSL/TLS Basics to Practical Encryption Commands
macrozheng
macrozheng
Aug 23, 2025 · Backend Development

Backend Essentials: TCP/UDP, HTTP, Linux, MySQL Indexes & C++ Basics

This article compiles essential backend knowledge, covering TCP vs UDP differences, why HTTP uses TCP, HTTP/2 and HTTP/3 improvements, status codes, long vs short connections, key Linux process commands, MySQL B+Tree indexing, C++ struct/class nuances, STL container types, map thread‑safety, and queue versus stack distinctions.

Backend DevelopmentCHTTP
0 likes · 19 min read
Backend Essentials: TCP/UDP, HTTP, Linux, MySQL Indexes & C++ Basics
Open Source Tech Hub
Open Source Tech Hub
Aug 23, 2025 · Backend Development

Master Multiple PHP Versions on macOS/Linux with Homebrew Tap

This guide explains how to use the shivammathur/homebrew-php tap to install, switch, and manage a wide range of PHP versions—including NTS, ZTS, debug, and nightly builds—across macOS and Linux, with step‑by‑step commands and troubleshooting tips.

CLIHomebrewLinux
0 likes · 8 min read
Master Multiple PHP Versions on macOS/Linux with Homebrew Tap
Open Source Linux
Open Source Linux
Aug 22, 2025 · Information Security

Advanced Linux Security Hardening: firewalld Rules & SELinux Contexts

Learn how to fortify Linux servers by mastering firewalld's advanced zone and rich‑rule configurations, leveraging IPSET for large address sets, and managing SELinux contexts and custom policies, with practical scripts, troubleshooting tips, and production‑grade best practices to achieve multi‑layered protection.

LinuxSELinuxSystem Administration
0 likes · 11 min read
Advanced Linux Security Hardening: firewalld Rules & SELinux Contexts
Liangxu Linux
Liangxu Linux
Aug 21, 2025 · Operations

Master Linux Bridge Management: From Basics to Advanced Configuration

This guide explains Linux bridge concepts, how bridges work at the data‑link layer, and provides step‑by‑step commands for creating, configuring, and managing bridges using brctl, NetworkManager, iproute2, and persistent configuration files on CentOS and Ubuntu systems, including STP setup.

LinuxNetwork BridgeNetworkManager
0 likes · 14 min read
Master Linux Bridge Management: From Basics to Advanced Configuration
Liangxu Linux
Liangxu Linux
Aug 19, 2025 · Operations

Master Linux Permissions: From Basic rwx to SUID, ACL, and Hidden Attributes

This guide explains Linux file and directory permissions, covering basic rwx modes, numeric and symbolic chmod, ownership changes with chown/chgrp, special bits like SUID/SGID/SBIT, umask calculations, hidden attributes via chattr/lsattr, ACL management with setfacl/getfacl, and sudo configuration for secure privilege escalation.

LinuxSUIDSudo
0 likes · 51 min read
Master Linux Permissions: From Basic rwx to SUID, ACL, and Hidden Attributes
Ops Community
Ops Community
Aug 19, 2025 · Information Security

Master Linux Security: Advanced firewalld Rules & SELinux Context Management

This guide walks you through hardening Linux servers by using firewalld's zone‑based advanced rules, rich rules, and IPSET collections, combined with precise SELinux context management, practical scripts, troubleshooting tips, and production‑grade best practices to build a multi‑layered defense.

AutomationLinuxSELinux
0 likes · 11 min read
Master Linux Security: Advanced firewalld Rules & SELinux Context Management
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 19, 2025 · Operations

Boost Linux Server Performance: Proven Optimization Techniques for CPU, Memory, Disk, and Network

Learn how to dramatically improve Linux server efficiency by addressing common resource bottlenecks with modern CPU scheduling, memory management, I/O scheduler selection, network tuning, and practical diagnostic tools, while also exploring emerging AI‑assisted optimization trends for future‑proof performance.

I/O TuningLinuxMemory Management
0 likes · 7 min read
Boost Linux Server Performance: Proven Optimization Techniques for CPU, Memory, Disk, and Network
Liangxu Linux
Liangxu Linux
Aug 17, 2025 · Backend Development

Step-by-Step Guide to Configure Tomcat Virtual Hosts on CentOS for Multiple Domains

This tutorial walks you through preparing separate site directories, editing Tomcat's server.xml to define Host entries, restarting the service, and testing each domain, while also covering firewall, DNS, and production‑grade security considerations for deploying multiple websites on a single CentOS server.

CentOSDeploymentLinux
0 likes · 6 min read
Step-by-Step Guide to Configure Tomcat Virtual Hosts on CentOS for Multiple Domains
Dunmao Tech Hub
Dunmao Tech Hub
Aug 16, 2025 · Operations

Automate Linux Disk Cleanup with a Powerful Bash Script

This guide presents a comprehensive Bash script that safely automates Linux system‑disk cleanup by removing APT caches, temporary files, old kernels, logs, browser caches, Snap packages, Docker data, and locating large files, while providing before‑and‑after disk usage reports.

AutomationBashDisk Cleanup
0 likes · 10 min read
Automate Linux Disk Cleanup with a Powerful Bash Script
Raymond Ops
Raymond Ops
Aug 15, 2025 · Operations

Master Linux Cron: Essential Commands, Config Files, and Scheduling Tricks

This guide explains Linux’s cron daemon, covering service control commands, key configuration files such as /var/spool/cron and /etc/crontab, permission handling, script creation, crontab syntax with special characters, and practical scheduling examples for effective system task automation.

LinuxSchedulingSystem Administration
0 likes · 11 min read
Master Linux Cron: Essential Commands, Config Files, and Scheduling Tricks
Tencent Architect
Tencent Architect
Aug 14, 2025 · Operations

TencentOS Swap Table Boosts Linux Memory Performance by Up to 30%

TencentOS’s recent Swap Table patch series restructures the Linux kernel’s swap subsystem, eliminating long‑standing fragmentation and lock bottlenecks, introducing lock‑free allocation, dynamic swap space, and achieving 20‑30% performance gains and up to 400% higher concurrent throughput in heavy‑load scenarios.

LinuxMemory ManagementPerformance Optimization
0 likes · 8 min read
TencentOS Swap Table Boosts Linux Memory Performance by Up to 30%
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 13, 2025 · Operations

Unlock Faster System Performance Analysis with Alibaba’s Open‑Source ssar Tool

This article introduces the open‑source ssar system‑performance monitoring tool, explains its architecture, compares it with traditional sar utilities, demonstrates fast‑iteration development, showcases load5s metrics and detailed command usage, and provides configuration guidance for precise Linux performance diagnostics.

Linuxload metricsperformance analysis
0 likes · 27 min read
Unlock Faster System Performance Analysis with Alibaba’s Open‑Source ssar Tool
Open Source Linux
Open Source Linux
Aug 13, 2025 · Operations

Master Linux Command-Line: Advanced Ops Tricks & Error‑Fixing Guide

This comprehensive guide teaches Linux operations engineers advanced command‑line techniques, powerful one‑liners, and step‑by‑step troubleshooting for common errors, enabling faster issue resolution, higher efficiency, and proactive system maintenance.

LinuxShell scriptingTroubleshooting
0 likes · 15 min read
Master Linux Command-Line: Advanced Ops Tricks & Error‑Fixing Guide
Liangxu Linux
Liangxu Linux
Aug 11, 2025 · Fundamentals

Mastering curl: Essential Commands, Options, and Real‑World Examples

This guide explains what curl is, why it’s useful for network debugging and automation, shows how to install it on common Linux distributions, describes its syntax, lists the most frequently used options for requests, data transfer, output handling, debugging, and provides practical command‑line examples.

DevOpsHTTPLinux
0 likes · 7 min read
Mastering curl: Essential Commands, Options, and Real‑World Examples
MaGe Linux Operations
MaGe Linux Operations
Aug 9, 2025 · Operations

Boost Linux Network Bandwidth & Slash Latency with Proven Tuning Techniques

This article explains how operations engineers can dramatically improve Linux network performance by understanding key metrics and applying practical tuning methods—such as adjusting TCP windows, enabling TCP Fast Open, switching to BBR, optimizing kernel parameters, using high‑performance NICs, zero‑copy transfers, load balancing, and monitoring tools—to increase bandwidth and reduce latency for high‑concurrency and real‑time applications.

LatencyLinuxOperations
0 likes · 11 min read
Boost Linux Network Bandwidth & Slash Latency with Proven Tuning Techniques
Linux Kernel Journey
Linux Kernel Journey
Aug 5, 2025 · Fundamentals

Why Convert madv_dontneed/madv_free to Per‑VMA Locks in Linux

The article explains how the traditional mmap_lock read lock creates severe contention and priority inversion for frequent madvise MADV_DONTNEED/FREE calls, and how a per‑VMA locking redesign eliminates this bottleneck, improves performance, and is slated for the next Linux kernel release.

Linuxkernel memory managementlock contention
0 likes · 5 min read
Why Convert madv_dontneed/madv_free to Per‑VMA Locks in Linux
ITPUB
ITPUB
Aug 5, 2025 · Databases

Recovering Accidentally Deleted MySQL Metadata on CDH Without Downtime

This guide details how to restore a CDH cluster after MySQL metadata loss caused by an accidental deletion of the MySQL data directory, covering database locking, locating deleted file handles, reconstructing shared and independent tablespaces, and verifying consistency to bring the platform back online quickly.

CDHData RecoveryDatabase Administration
0 likes · 6 min read
Recovering Accidentally Deleted MySQL Metadata on CDH Without Downtime
Tencent Architect
Tencent Architect
Aug 5, 2025 · Fundamentals

How TencentOS Redefines Memory Unloading to Slash Costs and Boost Performance

This article explains how Tencent Cloud’s rapid growth has driven innovative memory management techniques—such as multi‑level memory offloading, hot‑cold page detection, and swap subsystem redesign—to reduce memory costs, improve performance, and enhance scalability across diverse cloud workloads.

Linuxcloud operationstencentos
0 likes · 11 min read
How TencentOS Redefines Memory Unloading to Slash Costs and Boost Performance
MaGe Linux Operations
MaGe Linux Operations
Aug 4, 2025 · Operations

10 Real‑World TCPDump Cases That Uncover Hidden Network Problems

This article walks senior operations engineers through ten authentic production‑level TCPDump case studies, teaching core command options, packet‑analysis heuristics, and a systematic four‑step troubleshooting framework that turns network mysteries into clear, actionable solutions.

LinuxOperationsnetwork troubleshooting
0 likes · 18 min read
10 Real‑World TCPDump Cases That Uncover Hidden Network Problems
dbaplus Community
dbaplus Community
Jul 31, 2025 · Operations

10 Little-Known Linux Commands That Boost Your Productivity

Discover ten obscure yet powerful Linux command‑line tools—look, rev, tac, yes, nl, column, shuf, comm, chrt, and watch—that can streamline workflows, simplify text processing, enhance monitoring, and give developers and sysadmins deeper control over their systems.

LinuxUnix toolscommand line
0 likes · 6 min read
10 Little-Known Linux Commands That Boost Your Productivity
Java Web Project
Java Web Project
Jul 31, 2025 · Operations

How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Ngrok

This step‑by‑step guide shows how to choose a Raspberry Pi Zero W, flash Raspbian Stretch Lite onto a micro‑SD card, enable headless SSH, configure Wi‑Fi, replace apt sources, install and start nginx, and expose the site to the internet using ngrok, while noting performance and troubleshooting tips.

LinuxRaspberry PiSSH
0 likes · 11 min read
How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Ngrok
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.

LinuxOne-linerOperations
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.

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

CInterviewLinux
0 likes · 11 min read
Ace Your Java Interview: Key Concepts, Thread States, and Linux Tips
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.

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

LinuxOptimizationdisk I/O
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.

Linuxcommand lineshell
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.

Kernel TuningLinuxMemory Management
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.

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

AutomationLinuxShell 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 TuningPerformance Optimization
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.

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

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

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

AutomationLinuxOSI model
0 likes · 11 min read
From Rookie to Pro: Master Linux Network Troubleshooting with This Complete Roadmap