Tagged articles

Operations

3329 articles · Page 34 of 34
MaGe Linux Operations
MaGe Linux Operations
Jan 29, 2015 · Operations

Mastering Efficient Operations: 7 Key Practices for Happy Sysadmins

This article introduces a ten‑year journey of a sysadmin turned operations director, outlining why efficient operations are hard, what efficient ops mean, and seven practical strategies—including clear responsibilities, professional processes, and a good service interface—to boost productivity and satisfaction across IT teams.

AutomationBest PracticesIT Management
0 likes · 14 min read
Mastering Efficient Operations: 7 Key Practices for Happy Sysadmins
MaGe Linux Operations
MaGe Linux Operations
Dec 2, 2014 · Operations

How to Diagnose and Fix Disk‑Full, Read‑Only, and Inode Issues on Linux

This guide explains why Linux systems report "no space left on device" or read‑only file systems, shows how to inspect disk usage, inodes, and hardware health with commands like df, du, mount, smartctl, hddtemp, and provides step‑by‑step remediation techniques such as cleaning files, compressing logs, remounting, and repairing filesystems.

FilesystemLinuxOperations
0 likes · 11 min read
How to Diagnose and Fix Disk‑Full, Read‑Only, and Inode Issues on Linux
Suning Design
Suning Design
Oct 21, 2014 · Product Management

Mastering Game Product Data Analysis: From 5W2H to AARRR Metrics

This guide explains how to conduct comprehensive product data analysis for games, covering methods like 5W2H, multi‑dimensional analysis, user modeling, and the AARRR framework, while detailing key metrics such as DAU, ARPU, LTV, CAC and ROI to drive informed decisions.

AARRRGame AnalyticsKPIs
0 likes · 11 min read
Mastering Game Product Data Analysis: From 5W2H to AARRR Metrics
MaGe Linux Operations
MaGe Linux Operations
Sep 13, 2014 · Operations

How to Build a Scalable Small Website: From Thousands to Millions of Daily Visits

This article systematically outlines the essential steps and considerations—ranging from language choice, version control, hardware and data center selection, to architecture, software, database, storage, and code optimization—to help a small website scale from a few thousand daily visits to millions while avoiding costly pitfalls.

Operationsbackenddevops
0 likes · 13 min read
How to Build a Scalable Small Website: From Thousands to Millions of Daily Visits
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2014 · Operations

Essential Linux Security Checklist: 11 Steps to Detect Compromise

This guide provides a comprehensive 11‑step Linux security inspection checklist, covering account verification, log analysis, process and file checks, package integrity, network monitoring, scheduled tasks, backdoor detection, kernel modules, services, and rootkit scanning to help identify system compromises.

Linux commandsOperationsincident response
0 likes · 5 min read
Essential Linux Security Checklist: 11 Steps to Detect Compromise
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2014 · Operations

How to Detect and Recover from RabbitMQ Network Partitions

This article explains why RabbitMQ clusters struggle with network partitions, how to detect partition events via logs and rabbitmqctl, the impact on queues and bindings, and step‑by‑step methods—including manual recovery commands and automatic handling modes—to restore a healthy cluster.

Cluster RecoveryOperationsRabbitMQ
0 likes · 7 min read
How to Detect and Recover from RabbitMQ Network Partitions
MaGe Linux Operations
MaGe Linux Operations
Aug 11, 2014 · Operations

Choosing the Right Load Balancer: Nginx vs LVS vs HAProxy Explained

This article compares the three most widely used load‑balancing solutions—Nginx, LVS, and HAProxy—detailing their advantages, disadvantages, typical use‑cases, and how to select the appropriate technology as web traffic scales from small sites to large‑scale services.

Operationsweb architecture
0 likes · 14 min read
Choosing the Right Load Balancer: Nginx vs LVS vs HAProxy Explained
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2014 · Operations

Why Our First Flash‑Sale Crashed and the Operations Lessons We Learned

The first launch of Taijie Mall’s flash‑sale site crashed due to uncompressed images, a missing purchase button, and a refresh avalanche, but by isolating services and applying capacity‑planning formulas we identified key bottlenecks, implemented CDN and simplifications, and achieved a much smoother second launch.

E‑CommerceFlash SaleHigh concurrency
0 likes · 7 min read
Why Our First Flash‑Sale Crashed and the Operations Lessons We Learned
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2014 · Operations

Master dstat: Real-Time Linux System Monitoring Made Easy

Learn how to install, configure, and use dstat—a versatile, Python‑based Linux monitoring tool that replaces vmstat, iostat, netstat, and more—covering its features, command‑line options, plugins, CSV export, and real‑time performance insights for effective system administration.

CLICSV exportLinux monitoring
0 likes · 9 min read
Master dstat: Real-Time Linux System Monitoring Made Easy
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2014 · Operations

Discover 10 Free Tools to Load‑Test Your Web Applications

Learn about ten free, open‑source tools—including Grinder, JMeter, and Siege—that let you simulate concurrent users, measure performance, and identify bottlenecks in web applications, helping you assess server capacity and optimize site responsiveness under load.

OperationsWeb Performanceload testing
0 likes · 8 min read
Discover 10 Free Tools to Load‑Test Your Web Applications
MaGe Linux Operations
MaGe Linux Operations
Jul 3, 2014 · Operations

Boost High‑Load PHP Performance: Essential Linux Tuning Tips

This guide presents practical Linux system tweaks and PHP configuration adjustments—including file descriptor limits, disabling atime, using tmpfs, and optimizing php.ini and PHP‑FPM settings—to dramatically improve high‑load PHP application responsiveness and stability.

OperationsPerformancetuning
0 likes · 4 min read
Boost High‑Load PHP Performance: Essential Linux Tuning Tips
MaGe Linux Operations
MaGe Linux Operations
Jun 28, 2014 · Operations

Mastering High‑Availability Load Balancing: LVS, Nginx, F5 and Beyond

This article examines common website architecture layers, compares hardware (F5) and software (LVS, Nginx) load‑balancing solutions, discusses high‑availability setups with Keepalived/Heartbeat, evaluates their network dependencies, and offers practical recommendations for choosing and monitoring load‑balancers, file servers, and databases in high‑traffic environments.

F5LVSNginx
0 likes · 10 min read
Mastering High‑Availability Load Balancing: LVS, Nginx, F5 and Beyond
Baidu Tech Salon
Baidu Tech Salon
Apr 30, 2014 · Backend Development

Logical Coupling, Service Layer Design, and Distributed System Architecture for Large-Scale Web Applications

The article examines the inevitability of service coupling in large‑scale web applications and proposes a two‑dimensional architecture that separates business and logic layers, uses internal data stores, introduces a naming‑and‑location service, selects appropriate transport and RPC protocols, and automates operations with health checks, load balancing, and failover to achieve continuous reliability.

JavaNaming ServiceOperations
0 likes · 29 min read
Logical Coupling, Service Layer Design, and Distributed System Architecture for Large-Scale Web Applications
Suning Design
Suning Design
Apr 8, 2014 · Product Management

Mastering Cross-Team Communication: Proven Tips for Product Managers

This article outlines the product manager’s role as a communication hub across leaders, design, engineering, and operations, detailing each project phase, common challenges, and practical techniques—such as focusing on product goals and respecting professional expertise—to enhance collaboration and reduce rework.

LeadershipOperationsProduct Management
0 likes · 9 min read
Mastering Cross-Team Communication: Proven Tips for Product Managers
Baidu Tech Salon
Baidu Tech Salon
Mar 17, 2014 · Operations

Required Capabilities for T4, T5, and T6 Operations Engineers

The article outlines the progressive skill set for operations engineers—T4 must master core operations, service metrics, and environment administration; T5 adds independent problem analysis, trade‑off judgment, and solution selection; T6 demands deep cross‑disciplinary knowledge, design elegance, data‑driven reasoning, and the ability to influence others, while also debunking common misconceptions about products, scripts, and platforms.

OperationsSystem Designcareer development
0 likes · 10 min read
Required Capabilities for T4, T5, and T6 Operations Engineers