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

LinuxLoad TestingNGINX
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 ManagementPerformance
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.

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

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

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

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

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

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

BashDisk CleanupLinux
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
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.

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

LinuxNGINXRaspberry Pi
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.

LinuxThreadc++
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.

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

Linuxnetwork capturetcpdump
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.

LinuxShellSysadmin
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 · 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.

LinuxSudoroot login
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.

LinuxShell Shortcutsautomation
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.

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

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

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.

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

Event-drivenI/O MultiplexingLinux
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.

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

LinuxShell scriptingcommand-line
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.

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

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

LinuxShell scriptingawk
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.

LinuxOperationsSystem Initialization
0 likes · 19 min read
Comprehensive Multi‑Distro Linux Initialization Script Guide