Tagged articles
33 articles
Page 1 of 1
Efficient Ops
Efficient Ops
Jul 13, 2025 · Operations

Mastering Modern System Operations: 6 Essential Strategies for Stability and Efficiency

This comprehensive guide outlines six critical areas of modern system operations—including real‑time monitoring, security safeguards, automation, fault diagnosis, collaborative teamwork, and process optimization—offering practical strategies and tools such as Zabbix, Prometheus, ELK, Redis, Ansible, and capacity planning to ensure stable, efficient enterprise services.

AutomationSecuritycapacity planning
0 likes · 10 min read
Mastering Modern System Operations: 6 Essential Strategies for Stability and Efficiency
dbaplus Community
dbaplus Community
Feb 27, 2025 · Operations

Master Linux Process Monitoring: From top to htop to btop

This guide walks you through using the classic top command, its more user‑friendly successor htop, and the modern btop tool—covering installation, key shortcuts, UI modules, configuration files, and theme customization for effective process and system monitoring on Unix‑like systems.

CLI toolsbtop++htop
0 likes · 8 min read
Master Linux Process Monitoring: From top to htop to btop
Top Architecture Tech Stack
Top Architecture Tech Stack
Jan 8, 2025 · Operations

Technical Evolution and Architecture of China's 12306 Railway Ticketing System

The article reviews the historical development, distributed architecture, high‑concurrency handling, and operational challenges of China's 12306 railway ticketing platform, highlighting its evolution from early Unix‑based systems to the modern large‑scale, real‑time service that supports hundreds of millions of users during peak travel periods.

ChinaRailwaydistributed architecture
0 likes · 9 min read
Technical Evolution and Architecture of China's 12306 Railway Ticketing System
MaGe Linux Operations
MaGe Linux Operations
Dec 14, 2024 · Operations

Mastering iostat: How to Diagnose Linux I/O Bottlenecks

This guide explains how to use iostat and related Linux commands to monitor I/O performance, interpret key metrics such as %util, await, and svctm, and apply practical analysis and optimization techniques for diagnosing and resolving storage bottlenecks.

I/O MonitoringLinuxiostat
0 likes · 15 min read
Mastering iostat: How to Diagnose Linux I/O Bottlenecks
MaGe Linux Operations
MaGe Linux Operations
Feb 3, 2024 · Operations

How to Build a 100% High‑Availability Membership System with ES, Redis, and MySQL

This article details the design and implementation of a highly available membership system that handles billions of users and peak traffic of over 20,000 TPS, covering Elasticsearch dual‑center master‑slave clusters, traffic‑isolated three‑cluster architecture, Redis caching with distributed locks, and dual‑center MySQL partitioning.

Backend ArchitectureElasticsearchmysql
0 likes · 20 min read
How to Build a 100% High‑Availability Membership System with ES, Redis, and MySQL
JD Cloud Developers
JD Cloud Developers
Jan 4, 2024 · Operations

How to Boost Inventory Reservation Performance by 2300% with Redis Caching

This article details a comprehensive performance‑testing case study of an inventory‑reservation system, describing the test scenarios, bottleneck analysis, Redis‑based cache redesign, re‑testing results, cache‑preheat strategies, invalid‑call reduction, and operational best practices that together increased TPS by over twenty‑three‑fold while keeping latency under 500 ms.

Database OptimizationLoad TestingPerformance Testing
0 likes · 16 min read
How to Boost Inventory Reservation Performance by 2300% with Redis Caching
21CTO
21CTO
Nov 27, 2022 · Operations

Why the Leap Second Is Being Abandoned and What It Means for Tech Ops

The International Bureau of Weights and Measures announced the phase‑out of leap seconds, a practice that has caused system crashes and NTP headaches for major tech firms, and the decision—effective by 2035—will reshape how global time synchronization is handled in operations.

NTPUTCleap second
0 likes · 6 min read
Why the Leap Second Is Being Abandoned and What It Means for Tech Ops
Code Ape Tech Column
Code Ape Tech Column
Nov 9, 2022 · Operations

System Performance Optimization: Definitions, Testing, Bottleneck Identification, and Common Strategies

This article explains system performance concepts such as throughput and latency, describes how to design and run performance tests, outlines methods for locating bottlenecks at the OS, code, network, and database levels, and presents practical optimization techniques ranging from algorithmic improvements to I/O and TCP tuning.

Database OptimizationLatencyNetwork Tuning
0 likes · 35 min read
System Performance Optimization: Definitions, Testing, Bottleneck Identification, and Common Strategies
Efficient Ops
Efficient Ops
Sep 19, 2022 · Operations

Master Linux Performance: Essential CPU, Memory, I/O Metrics & Tools

This article explains how to monitor Linux system performance by covering CPU metrics with top and vmstat, memory usage via top columns and cache details, I/O health using iostat and zero‑copy techniques, as well as network statistics with sar, providing practical commands and interpretation guidance.

CPUI/OPerformance Monitoring
0 likes · 14 min read
Master Linux Performance: Essential CPU, Memory, I/O Metrics & Tools
MaGe Linux Operations
MaGe Linux Operations
Feb 1, 2022 · Operations

Explore Fun Linux Command-Line Tools: Figlet, Cowsay, CMatrix & More

This guide introduces a collection of entertaining Linux command-line utilities—including figlet for ASCII art text, aafire for flame effects, fortune for random quotes, yes for repeated output, sl for a steam locomotive, cowsay for talking cows, cmatrix, asciiquarium, asciiview, hollywood, ninvaders, and bastet—detailing their installation via yum or apt and example usage commands.

ASCII artCommand-linefun utilities
0 likes · 5 min read
Explore Fun Linux Command-Line Tools: Figlet, Cowsay, CMatrix & More
Efficient Ops
Efficient Ops
Dec 27, 2021 · Operations

Why the ss Command Beats netstat for Fast Socket Monitoring

Learn how the Linux ss utility provides faster, more detailed socket statistics than netstat, covering TCP/UDP listings, state filtering, process association, and practical command examples, while explaining why ss reads kernel data directly for superior performance in system monitoring.

Linuxnetstat alternativesocket monitoring
0 likes · 9 min read
Why the ss Command Beats netstat for Fast Socket Monitoring
Open Source Linux
Open Source Linux
Oct 8, 2021 · Operations

How to Run Programs Continuously with nohup on Linux

This guide explains how the nohup command lets you run Linux programs without hanging up, redirects output to nohup.out or a specified file, and provides common options and practical examples for background execution and output redirection.

Linuxbackground processnohup
0 likes · 2 min read
How to Run Programs Continuously with nohup on Linux
Liangxu Linux
Liangxu Linux
Feb 2, 2021 · Operations

Master tmux on Linux: Create, Manage, and Navigate Sessions Efficiently

This guide explains how to install tmux on CentOS, create and name sessions, detach and reattach them, list existing sessions, and use keyboard shortcuts to open, switch, split, and close windows, providing practical commands and visual examples for seamless terminal multiplexing.

LinuxSession Managementcommand-line
0 likes · 4 min read
Master tmux on Linux: Create, Manage, and Navigate Sessions Efficiently
Programmer DD
Programmer DD
Sep 5, 2020 · Operations

Discover bashtop: The Bash‑Powered Linux Resource Monitor You Need

bashtop is a Bash‑written Linux resource monitor that visualizes CPU, memory, disk, network and process usage, offers a game‑inspired UI with fast navigation, configurable settings, and real‑time graphs, and is available on GitHub with detailed configuration examples and usage instructions.

BashBashtopCLI
0 likes · 4 min read
Discover bashtop: The Bash‑Powered Linux Resource Monitor You Need
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Mar 27, 2020 · Operations

Unlock Faster Android Apps: How Dex2OAT Compiles and Optimizes Your Code

This article explains what Dex2OAT is, why ahead‑of‑time compilation improves Android performance, the related file formats, command‑line usage, log analysis, system configuration, the internal call flow in Android Q, and practical optimization strategies for smoother app experiences.

AOT compilationAndroidPerformance Optimization
0 likes · 9 min read
Unlock Faster Android Apps: How Dex2OAT Compiles and Optimizes Your Code
Python Programming Learning Circle
Python Programming Learning Circle
Jan 6, 2020 · Operations

Why 12306 Ticket System Crashes During Rush: Inside Its Massive Operational Challenges

The 12306 railway ticket platform faces extreme operational pressure because it must synchronize real‑time sales across online and offline channels, handle countless route and time combinations without buffering, manage complex inventory updates, enforce purchase limits, and process massive concurrent queries, making its load far greater than typical e‑commerce systems.

high concurrencyinventory managementreal-time data
0 likes · 7 min read
Why 12306 Ticket System Crashes During Rush: Inside Its Massive Operational Challenges
MaGe Linux Operations
MaGe Linux Operations
Nov 2, 2017 · Operations

How to Safely Use rm -rf: Prevent Accidental Deletions in Linux

This article explains common Linux shell pitfalls that lead to accidental directory or file removal—such as empty variables, spaces in paths, special characters, and failed cd commands—and provides practical safeguards like quoting, parameter expansion checks, set -u, logical short‑circuiting, and friendly prompts, while also highlighting real‑world database‑deletion incidents.

prevent accidental deletionrm -rf safetysystem operations
0 likes · 9 min read
How to Safely Use rm -rf: Prevent Accidental Deletions in Linux
ITPUB
ITPUB
Apr 18, 2016 · Operations

How to Set Up and Synchronize NTP Across Multiple Linux Web Servers

This guide walks you through checking NTP status, viewing peers, manually syncing time, starting and enabling the NTP daemon at boot, verifying auto‑start, and customizing NTP servers to keep clocks consistent across many web servers.

LinuxNTPServer Administration
0 likes · 4 min read
How to Set Up and Synchronize NTP Across Multiple Linux Web Servers