Tagged articles
3100 articles
Page 31 of 31
Meituan Technology Team
Meituan Technology Team
Sep 9, 2016 · Databases

MTAtlas: Meituan's Database Middleware Architecture and Practices

The article recaps Meituan‑Dianping’s 10th Tech Salon where senior DBA Ping Zhong detailed the Atlas database middleware, explaining its three‑layer architecture, connection‑string simplification, load balancing, read/write separation, automated slave management, monitoring, sharding capabilities, current 87% deployment across services, and upcoming enhancements such as stronger SQL processing and distributed transaction support.

Shardingautomationmiddleware
0 likes · 6 min read
MTAtlas: Meituan's Database Middleware Architecture and Practices
dbaplus Community
dbaplus Community
Sep 5, 2016 · Operations

How to Build a Jenkins‑Docker Automated CI/CD Pipeline from Scratch

This guide walks you through installing Jenkins and Docker, configuring Jenkins agents, creating jobs and pipelines, mastering essential Docker commands and Dockerfile syntax, and finally integrating the two tools to establish a fully automated CI/CD environment for building and deploying applications.

DevOpsJenkinsautomation
0 likes · 13 min read
How to Build a Jenkins‑Docker Automated CI/CD Pipeline from Scratch
Meituan Technology Team
Meituan Technology Team
Sep 2, 2016 · Databases

Automated Database Operations Platform Overview

An automated database operations platform shifts routine DBA tasks to developer self‑service and fully automates processes such as cluster provisioning, scaling, backup, migration, and sharding, using a stateless workflow center, job queue, and unified SqlEditor to improve efficiency, safety, and auditability.

Data MigrationJob CenterOperations
0 likes · 8 min read
Automated Database Operations Platform Overview
Meituan Technology Team
Meituan Technology Team
Aug 12, 2016 · Backend Development

Automating Data Operation APIs with koa-restql

koa‑restql automatically creates full RESTful CRUD endpoints from Sequelize models, mapping each database table to standard GET, POST, PUT, and DELETE routes, handling query filters, pagination, and associations via query strings, and offering middleware or association‑level options for access control, thus eliminating repetitive data‑operation code in Koa backends.

KoaNode.jsRESTful API
0 likes · 7 min read
Automating Data Operation APIs with koa-restql
Qunar Tech Salon
Qunar Tech Salon
Aug 10, 2016 · Mobile Development

Qunar Mobile Testing Cloud (Nebula): Architecture, Features, and Deployment

The article introduces Qunar's Mobile Testing Cloud (Nebula), detailing its device and service autonomy, core functions such as smart distribution, distributed scheduling, device management, and task scheduling, the supported UI automation, monkey and installation tests, and the practical deployment setup using mac mini slaves.

NebulaUI testingautomation
0 likes · 5 min read
Qunar Mobile Testing Cloud (Nebula): Architecture, Features, and Deployment
Efficient Ops
Efficient Ops
Aug 7, 2016 · Operations

Automated Operations Platforms: Stages, Pain Points, and Design Blueprint

This article outlines the evolution of enterprise operations through four stages, identifies seven common operational pain points, and presents a comprehensive model for building an automated operations platform that integrates design, deployment, monitoring, optimization, and troubleshooting.

CMDBIT infrastructureOperations
0 likes · 12 min read
Automated Operations Platforms: Stages, Pain Points, and Design Blueprint
Tencent Music Tech Team
Tencent Music Tech Team
Aug 5, 2016 · Information Security

Self-Service Security System for a Social Karaoke App: Design and Implementation

The karaoke app’s new self‑service security system empowers trusted external community members with limited, quota‑based moderation permissions, reusing the existing reporting channel to automatically prioritize and process malicious content, cutting urgent incident response from 20 minutes to sub‑second and reducing daily missed issues from dozens to a few.

automationcontent moderationmobile app
0 likes · 8 min read
Self-Service Security System for a Social Karaoke App: Design and Implementation
Efficient Ops
Efficient Ops
Jul 11, 2016 · Operations

How Tencent's Intelligent Monitoring Transforms Ops Automation

Leveraging Tencent's extensive experience in social platform operations, this talk explores intelligent monitoring practices—covering active, passive, and side‑channel techniques, full‑link observability, data processing pipelines, and alert convergence—to enhance reliability, availability, and user experience while reducing noise for ops teams.

Alert ManagementBig DataOperations
0 likes · 22 min read
How Tencent's Intelligent Monitoring Transforms Ops Automation
Efficient Ops
Efficient Ops
Jun 26, 2016 · Operations

Avoid CMDB Pitfalls and Achieve Cost‑Effective Configuration Management

This article examines common misconceptions in CMDB implementation, outlines four key success factors, and shares two real‑world case studies to help operations teams balance effectiveness with cost while automating configuration management efficiently.

CMDBConfiguration ManagementIT Operations
0 likes · 12 min read
Avoid CMDB Pitfalls and Achieve Cost‑Effective Configuration Management
CSS Magic
CSS Magic
Jun 21, 2016 · Frontend Development

The Definitive Gulp 4 Beginner’s Guide (Translation)

This comprehensive guide introduces Gulp 4, compares it with Grunt, explains its Node.js requirements, walks through installing the development version, details the core API and common plugins, and provides complete example gulpfile scripts for tasks such as building, watching, live‑reloading, and serving static files.

FrontendJavaScriptNode.js
0 likes · 28 min read
The Definitive Gulp 4 Beginner’s Guide (Translation)
DevOps
DevOps
Jun 20, 2016 · Operations

A Comprehensive Overview of Popular DevOps Tools for IT Operations

This article provides a detailed overview of widely used DevOps tools—including monitoring solutions like Microsoft SCOM, Vistara, SolarWinds, Nimsoft, ServiceNow, automation platforms Chef and Puppet, container platform Docker, orchestration systems Apache Mesos and Kubernetes, as well as performance monitoring tools New Relic and Graphite/Grafana—highlighting their features, typical use cases, and important considerations.

DevOpsIT OperationsMonitoring
0 likes · 10 min read
A Comprehensive Overview of Popular DevOps Tools for IT Operations
Efficient Ops
Efficient Ops
Jun 14, 2016 · Operations

Automate Fault Root‑Cause Detection in Massive IT Operations

This article explains how large‑scale internet companies can reduce alarm storms and speed up incident resolution by creating an operations ecosystem centered on automated fault root‑cause localization, detailing the challenges, architecture, decision‑tree algorithms, and a four‑step implementation guide.

IT infrastructureOperationsRoot Cause Analysis
0 likes · 11 min read
Automate Fault Root‑Cause Detection in Massive IT Operations
Java High-Performance Architecture
Java High-Performance Architecture
Jun 11, 2016 · Operations

Mastering CI/CD: From Continuous Integration to Continuous Deployment

Continuous Integration, Delivery, and Deployment form a progressive workflow that automates code testing, staging, and production release, enabling teams to detect issues early, ensure deployable code, and achieve fully automated releases despite challenges like complex topologies and large-scale environments.

Continuous DeliveryContinuous Deploymentautomation
0 likes · 3 min read
Mastering CI/CD: From Continuous Integration to Continuous Deployment
DevOps
DevOps
May 31, 2016 · Operations

Understanding the DevOps Toolchain: SCM, Automation, and Cloud

This article explains the DevOps toolchain by breaking it into three core components—SCM, automation, and cloud—detailing their roles, typical tools, and how they interoperate to enable continuous delivery and scalable, self‑service infrastructure.

DevOpsOperationsSCM
0 likes · 6 min read
Understanding the DevOps Toolchain: SCM, Automation, and Cloud

An Introduction to Ansible: Installation, Configuration, and MySQL Replication with Playbooks

This article introduces Ansible, a Python‑based configuration management and deployment tool, explains its installation prerequisites, demonstrates basic ad‑hoc commands, and provides a comprehensive guide to managing MySQL master‑slave replication using Ansible modules, playbooks, and role‑based directory structures.

Configuration ManagementDevOpsMySQL replication
0 likes · 19 min read
An Introduction to Ansible: Installation, Configuration, and MySQL Replication with Playbooks
Efficient Ops
Efficient Ops
May 18, 2016 · Operations

Designing Scalable IT Infrastructure for Large Internet Enterprises: A Practical Overview

This article presents a comprehensive overview of the IT infrastructure model used by a fast‑growing internet company, detailing layered design from business to data‑center, high‑availability services, automation, and the five‑fold approach of service, standardization, automation, self‑service, and technology.

IT infrastructureService Managementautomation
0 likes · 28 min read
Designing Scalable IT Infrastructure for Large Internet Enterprises: A Practical Overview
21CTO
21CTO
May 15, 2016 · Fundamentals

The Programmer’s Paradox: Why Top Developers Spend Most Time on Disliked Tasks

The article explains the paradox that good programmers spend the majority of their time on tasks, technologies, and tools they dislike because these “bad” technologies consume disproportionate effort, while automation‑friendly work is quickly delegated, leading to chronic frustration despite their expertise.

Technical debtautomationdeveloper productivity
0 likes · 6 min read
The Programmer’s Paradox: Why Top Developers Spend Most Time on Disliked Tasks
Efficient Ops
Efficient Ops
May 11, 2016 · Operations

How to Build an Automated Operations Platform: Insights from Tencent's Experience

This article shares Peng Lihang's practical insights on operations automation, covering the essential trio of configuration, state, and change management, the evolution of ops practices, platform design principles, and concrete steps for building scalable, business‑driven ops platforms.

Configuration ManagementOperationsPlatform
0 likes · 24 min read
How to Build an Automated Operations Platform: Insights from Tencent's Experience
21CTO
21CTO
May 11, 2016 · R&D Management

10 Proven Ways to Build a Thriving Engineering Culture

Drawing on interviews with over 500 engineers from top tech firms, this article outlines ten actionable practices—such as speeding iteration, embracing automation, fostering code ownership, and allocating 20% time—that together create a respectful, high‑performance engineering culture.

Code ReviewContinuous ImprovementEngineering Culture
0 likes · 15 min read
10 Proven Ways to Build a Thriving Engineering Culture
MaGe Linux Operations
MaGe Linux Operations
May 10, 2016 · Operations

10 Essential Practices to Prevent Operational Failures in Database Management

This article outlines ten practical guidelines for operations engineers—ranging from mandatory rollback testing and cautious handling of destructive commands to robust backup verification, vigilant monitoring, and disciplined handover procedures—to dramatically reduce system outages and improve overall reliability.

Best PracticesDatabaseMonitoring
0 likes · 18 min read
10 Essential Practices to Prevent Operational Failures in Database Management
Architecture Digest
Architecture Digest
Apr 24, 2016 · Cloud Computing

Bridging the DevOps Gap: From IaaS Limitations to PaaS Solutions and Operational Automation

This article examines the DevOps dilemma caused by fragmented development and operations workflows, explains why IaaS alone cannot solve it, and outlines how PaaS combined with modern cloud-native tools such as Docker, Mesos, and YARN can automate resource allocation, deployment, service discovery, and monitoring to create a cohesive, scalable operations platform.

Cloud ComputingDevOpsIaaS
0 likes · 14 min read
Bridging the DevOps Gap: From IaaS Limitations to PaaS Solutions and Operational Automation
ITPUB
ITPUB
Apr 22, 2016 · Operations

Master Linux File Cleanup: Automate Deletion with find and cron

This guide explains how to use the Linux find command to locate old files, create a shell script for batch deletion, and schedule the script with crontab, including detailed syntax, examples, and common cron expression patterns for reliable automated cleanup.

Linuxautomationcrontab
0 likes · 8 min read
Master Linux File Cleanup: Automate Deletion with find and cron
21CTO
21CTO
Apr 20, 2016 · Operations

How Spotify Scaled Machine Management: From Ops Chaos to Cloud Automation

This article chronicles Spotify's evolution in server operations—from a manual Ops team and ad‑hoc tools in the early years, through automated DNS, provisioning, and self‑service platforms, to a hybrid cloud strategy that reduced resource‑request turnaround from weeks to minutes.

DevOpsInfrastructureOperations
0 likes · 14 min read
How Spotify Scaled Machine Management: From Ops Chaos to Cloud Automation
Big Data and Microservices
Big Data and Microservices
Apr 1, 2016 · Operations

How to Build a Business‑Transaction‑Centric IT Operations Monitoring System

This article outlines a comprehensive approach for designing an IT operations monitoring platform that focuses on real‑time business transaction metrics, automatic topology discovery, event‑transaction correlation, deep component diagnostics, and unified data processing to improve availability, performance, and fault‑resolution speed in large‑scale data centers.

Business TransactionFault DiagnosisIT Operations
0 likes · 15 min read
How to Build a Business‑Transaction‑Centric IT Operations Monitoring System
Efficient Ops
Efficient Ops
Mar 29, 2016 · Operations

From the Stirrup to AI: How Automation Transforms Operations

At the GOPS2016 conference, speaker Cui Xiaochun likens the invention of the horse stirrup to modern automation, tracing the evolution of operations from manual scripts to AI-driven intelligent systems, and argues that embracing AI is the next revolutionary step for ops teams.

AIHistorical analogyOperations
0 likes · 7 min read
From the Stirrup to AI: How Automation Transforms Operations
21CTO
21CTO
Mar 22, 2016 · Operations

Build a Scalable Unified Monitoring & Alert Platform with Ganglia & Centreon

This article explains how to design and implement a unified operations monitoring and alerting platform by combining Ganglia for data collection with Centreon for alerting, covering architecture layers, module functions, integration steps, and practical Q&A for large‑scale deployments.

CentreonGangliaMonitoring
0 likes · 20 min read
Build a Scalable Unified Monitoring & Alert Platform with Ganglia & Centreon
Java High-Performance Architecture
Java High-Performance Architecture
Mar 15, 2016 · Operations

Building a 3-Dimensional Automated Visual Monitoring System for High-Availability

The article describes a three-dimensional, automated, visual monitoring approach for high-availability systems, detailing a five-layer monitoring model, automated log collection using Logstash-Redis-Elasticsearch, and visualization techniques that together reduce fault-locating time and improve operational efficiency.

MonitoringOperationsSystem Design
0 likes · 5 min read
Building a 3-Dimensional Automated Visual Monitoring System for High-Availability
Architecture Digest
Architecture Digest
Mar 5, 2016 · Operations

Dianping Operations Architecture Overview and Best Practices

This article presents a comprehensive overview of Dianping's operations architecture, detailing team organization, multi‑data‑center infrastructure, monitoring layers, automation tools, configuration management systems, incident analysis, lessons learned, and future directions such as Docker and PaaS adoption.

DevOpsDockerInfrastructure
0 likes · 16 min read
Dianping Operations Architecture Overview and Best Practices
DevOps
DevOps
Mar 2, 2016 · Operations

Understanding DevOps: Principles, Practices, and Implementation

This article provides a comprehensive overview of DevOps, explaining its purpose, cultural challenges, core principles such as automation, standardization, and configuration, its relationship with cloud, lean and agile, practical steps, metrics, and how it transforms IT delivery into an end‑to‑end business value pipeline.

Continuous DeliveryDevOpsLean
0 likes · 17 min read
Understanding DevOps: Principles, Practices, and Implementation
High Availability Architecture
High Availability Architecture
Feb 26, 2016 · Databases

Weibo Database Architecture: Evolution, Optimization, and Design Practices

This article details the evolution of Weibo's database platform—from its early single‑master design through rapid scaling, vertical and horizontal sharding, automation, Redis enhancements, custom middleware, and future plans—offering practical insights into high‑availability, high‑performance data engineering for large‑scale social media services.

Database ArchitectureRedisWeibo
0 likes · 23 min read
Weibo Database Architecture: Evolution, Optimization, and Design Practices
Efficient Ops
Efficient Ops
Feb 24, 2016 · Operations

Is Operations Automation Overhyped? A Pragmatic Look at Real‑World Practices

The article critiques the hype around operations automation, arguing that many tasks can be handled with simple shell scripts, that automation should solve error‑prone manual work rather than replace thoughtful architecture, and that choosing the most convenient tool is more valuable than chasing trendy solutions.

InfrastructureOperationsShell scripting
0 likes · 13 min read
Is Operations Automation Overhyped? A Pragmatic Look at Real‑World Practices
MaGe Linux Operations
MaGe Linux Operations
Feb 18, 2016 · Operations

Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?

After hands‑on experience with both Salt and Ansible, the author compares their terminology, architecture, community support, speed, code structure, security, auditing, deployment, learning curve, and documentation, concluding that Ansible excels in ease of use while Salt offers superior scalability and performance for cloud environments.

Configuration ManagementDevOpsansible
0 likes · 14 min read
Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?
Qunar Tech Salon
Qunar Tech Salon
Feb 4, 2016 · Fundamentals

Ten Bash Productivity Tips for Command-Line Efficiency

This article presents ten practical Bash tips that boost command‑line productivity, covering inserting text at the top of files, appending multi‑line blocks, recursive search‑and‑replace, creating temporary Vim files, using curl for downloads, managing bookmarks, extracting columns with awk, trimming output, and building custom command packages.

Bashautomationcommand-line
0 likes · 10 min read
Ten Bash Productivity Tips for Command-Line Efficiency
Efficient Ops
Efficient Ops
Feb 3, 2016 · Operations

Why Human Errors Still Plague Modern Ops and How to Prevent Them

This article examines recent high‑profile internet outages caused by human error, explores why operations teams are especially prone to mistakes despite automation and standards, and offers practical strategies—such as hiring the right people, fostering safety awareness, and turning professionalism into habit—to reduce future incidents.

Best PracticesIncident ManagementOperations
0 likes · 14 min read
Why Human Errors Still Plague Modern Ops and How to Prevent Them
Efficient Ops
Efficient Ops
Feb 3, 2016 · Operations

Putting People First: Building a Human‑Centred Efficient Operations System

This article explores how a people‑centric mindset can transform operations by defining a three‑layer framework, clarifying why human factors matter, and offering concrete process, technology, and organizational practices such as streamlined approval flows, voice‑alert systems, and Docker‑based continuous deployment.

OperationsService Managementautomation
0 likes · 12 min read
Putting People First: Building a Human‑Centred Efficient Operations System
Efficient Ops
Efficient Ops
Feb 2, 2016 · Operations

Unlocking Efficient Operations: 7 Secrets to Happy SysAdmins

This article explores why efficient operations are hard to achieve, identifies common pitfalls such as unclear responsibilities, communication gaps, and resource mismatches, and presents a practical framework—including clear roles, professional processes, and a good service interface—to help operations teams become more effective and satisfied.

Operationsautomationcommunication
0 likes · 16 min read
Unlocking Efficient Operations: 7 Secrets to Happy SysAdmins
Efficient Ops
Efficient Ops
Feb 2, 2016 · Operations

Operations 2.0: The Final Opportunity to Transform IT Ops in the Cloud Era

The article argues that traditional IT operations are facing a crisis and proposes Operations 2.0—a service‑oriented, business‑aware model that leverages cloud, open‑source and automation to shift focus from technical output to reliable, value‑adding services, outlining why it is essential and how to implement it.

IT transformationOperationsService Management
0 likes · 14 min read
Operations 2.0: The Final Opportunity to Transform IT Ops in the Cloud Era
21CTO
21CTO
Jan 18, 2016 · Operations

Why Immutable Infrastructure Is the Future of Reliable Deployments

Immutable Infrastructure treats every server or container as a read‑only unit that is replaced rather than modified, offering repeatable configuration, faster CI/CD, easier rollback, and reduced operational complexity, while requiring stateless applications and automated provisioning templates to succeed.

DeploymentOperationsautomation
0 likes · 9 min read
Why Immutable Infrastructure Is the Future of Reliable Deployments
dbaplus Community
dbaplus Community
Jan 13, 2016 · Databases

Simplify Oracle DBA Tasks with the OraZ Automation Toolkit

This article explains how the OraZ toolset streamlines Oracle database administration by automating routine tasks, providing intelligent hang analysis, offering comprehensive health checks, and delivering real‑time instance activity insights, ultimately reducing DBA workload and improving operational efficiency.

DBAHang AnalysisOraZ
0 likes · 15 min read
Simplify Oracle DBA Tasks with the OraZ Automation Toolkit
Efficient Ops
Efficient Ops
Jan 8, 2016 · Operations

How Monitoring and Template Deployment Supercharge Automated Operations

This article explains why modern IT operations rely on monitoring-driven automation, template-based deployments, and containerized tools to dramatically improve efficiency, reduce manual effort, and pave the way toward intelligent, DevOps-enabled operational platforms.

DevOpsautomationtemplate deployment
0 likes · 8 min read
How Monitoring and Template Deployment Supercharge Automated Operations
21CTO
21CTO
Dec 22, 2015 · Fundamentals

12 Proven Practices to Dramatically Boost Code Quality

This article outlines twelve practical techniques—including TDD, ATDD, CI, pair programming, code reviews, static analysis, coding standards, automation, refactoring, early demos, user testing, and team cohesion—that collectively raise software quality while reducing bugs and development costs.

Code ReviewRefactoringTest‑Driven Development
0 likes · 8 min read
12 Proven Practices to Dramatically Boost Code Quality
Efficient Ops
Efficient Ops
Dec 17, 2015 · Operations

Tackling QQ’s Legacy Ops: Automation, Capacity Management & Fault Analysis

This article shares Tencent’s QQ operations team insights on handling legacy issues, standardizing package and configuration management, leveraging the ZhiYun automation platform, and applying capacity management and fault‑root analysis techniques to boost efficiency and reduce costs.

Operationsautomationcapacity-management
0 likes · 10 min read
Tackling QQ’s Legacy Ops: Automation, Capacity Management & Fault Analysis
Efficient Ops
Efficient Ops
Dec 6, 2015 · Operations

How Six Pillars Transform Data Center Operations into Full Automation

This article summarizes a seasoned operations expert’s insights on data‑center management, covering the evolution from ad‑hoc automation to a closed‑loop CMDB‑driven system, the six key capabilities for future data centers, and practical definitions of operations, automation, and DevOps.

Data CenterITILOperations
0 likes · 10 min read
How Six Pillars Transform Data Center Operations into Full Automation
21CTO
21CTO
Nov 27, 2015 · Artificial Intelligence

Inside Facebook’s M: How AI Coaches Turn a Chatbot into a Commerce Powerhouse

The article explores Facebook’s experimental AI‑driven virtual assistant M, detailing its four‑step workflow, the role of human coaches, real‑world use cases like flower ordering and ticket booking, and the broader business implications for commerce and competition with Google.

AIChatbotFacebook
0 likes · 15 min read
Inside Facebook’s M: How AI Coaches Turn a Chatbot into a Commerce Powerhouse
21CTO
21CTO
Nov 20, 2015 · Operations

How Meituan Scaled Its Supply‑Chain Platform from Manual to Multi‑Business Automation

This article details Meituan's supply‑chain system evolution—from its early manual processes to a highly automated, multi‑business platform—highlighting architectural redesign, dynamic forms, and product‑center structures that enabled rapid scaling and diversified service support.

OperationsPlatform EngineeringSupply Chain
0 likes · 9 min read
How Meituan Scaled Its Supply‑Chain Platform from Manual to Multi‑Business Automation
ITPUB
ITPUB
Nov 12, 2015 · Operations

Automate DB Monitoring Reports with Zabbix and Orabbix

This guide explains how to extract Zabbix graphs using screenid and graphid, download them via Python, store them temporarily, and attach the images to email reports for efficient database server monitoring.

Database MonitoringOrabbixReporting
0 likes · 6 min read
Automate DB Monitoring Reports with Zabbix and Orabbix
21CTO
21CTO
Nov 10, 2015 · Mobile Development

Top 5 Open‑Source Mobile Automation Tools for iOS & Android (Pros & Cons)

This article reviews the five most popular open‑source mobile automation frameworks—Calabash, Appium, Robotium, Frank, and UIAutomator—detailing their key features, advantages, and drawbacks to help developers choose the right tool for iOS and Android testing.

AndroidautomationiOS
0 likes · 10 min read
Top 5 Open‑Source Mobile Automation Tools for iOS & Android (Pros & Cons)
dbaplus Community
dbaplus Community
Oct 28, 2015 · Databases

Expert DBA Answers: Career Paths, Storage Performance, and Monitoring Strategies

Senior DBA and architect Bai Shan answers community questions on advancing from DBA to architect, future career routes, testing environment setup, interpreting AWR storage metrics, using sar and iostat for disk I/O monitoring, cache sizing, and the growing importance of automation in cloud-era database operations.

Database Administrationautomationcareer development
0 likes · 7 min read
Expert DBA Answers: Career Paths, Storage Performance, and Monitoring Strategies
Efficient Ops
Efficient Ops
Oct 27, 2015 · Operations

How to Build a Practical Monitoring System for Small and Medium Enterprises

An in‑depth guide walks readers through building a comprehensive monitoring system for small‑to‑medium enterprises, covering hardware, system, application, network, security, traffic analysis, business metrics, log aggregation, automation, visualization, and practical integration with tools like Zabbix, IPMI, ELK, and Smokeping.

Log ManagementOperationsautomation
0 likes · 18 min read
How to Build a Practical Monitoring System for Small and Medium Enterprises
Efficient Ops
Efficient Ops
Oct 21, 2015 · Operations

Putting People First: Building a Human‑Centric Operations System

This article explores why operations teams must adopt a people‑centric mindset, outlines a three‑layer framework of framework, blood (processes & policies) and interface, and provides practical steps for improving processes, technology, and organization to boost efficiency and employee satisfaction.

ITILOperationsProcess Improvement
0 likes · 13 min read
Putting People First: Building a Human‑Centric Operations System
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2015 · Operations

How JobCenter Transforms Distributed Task Scheduling in E‑Commerce

JobCenter is a distributed task coordination platform that replaces crontab with a unified scheduling, monitoring, and alerting system, enabling e‑commerce teams to manage thousands of web‑service‑based jobs, ensure reliable execution, and gain clear visibility into task performance.

Distributed SystemsMonitoringOperations
0 likes · 7 min read
How JobCenter Transforms Distributed Task Scheduling in E‑Commerce
Efficient Ops
Efficient Ops
Oct 19, 2015 · Operations

How Clip Transforms Server Management with String‑Based Naming

Clip is an automation operations tool that replaces traditional IP‑based server management with a flexible String naming scheme, offering C/S architecture, an SDK with multiple commands, and real‑world case studies that demonstrate reduced complexity and risk for large‑scale infrastructures.

Clip toolautomationnaming
0 likes · 8 min read
How Clip Transforms Server Management with String‑Based Naming
dbaplus Community
dbaplus Community
Sep 29, 2015 · Databases

Deploy Oracle 11gR2 RAC on Bare Metal Using PXE: A Step‑by‑Step Guide

This article details how to use PXE to automatically provision three‑node Oracle 11gR2 RAC clusters on bare‑metal servers, covering network planning, PXE server setup with a one‑click installer, required software download, MAC address collection, shared‑disk and node configuration, virtual tape library setup, time synchronization, and user creation.

Database DeploymentLinuxOracle
0 likes · 13 min read
Deploy Oracle 11gR2 RAC on Bare Metal Using PXE: A Step‑by‑Step Guide
21CTO
21CTO
Sep 26, 2015 · Operations

Why Working Harder Hurts: Proven Strategies to Boost Your Productivity

This article explains how smart energy management, limiting overtime, saying no to low‑value tasks, delegating, avoiding perfectionism, automating repetitive work, using data‑driven decisions, and allowing idle time can dramatically improve personal and organizational productivity, backed by multiple research studies.

Delegationautomationdata driven
0 likes · 9 min read
Why Working Harder Hurts: Proven Strategies to Boost Your Productivity
Efficient Ops
Efficient Ops
Sep 22, 2015 · Operations

Automating Deployment for SMEs: A Step‑by‑Step Shell Guide

This article outlines a practical, resource‑conscious approach for small and medium‑size enterprises to design and implement an automated deployment pipeline using shell scripts, covering goal setting, process design, key deployment steps, tips, rollback procedures, and frequently asked questions.

DeploymentShellautomation
0 likes · 14 min read
Automating Deployment for SMEs: A Step‑by‑Step Shell Guide
21CTO
21CTO
Sep 19, 2015 · Artificial Intelligence

How Amazon’s AI‑Driven Automation Turns Employees into “Amabots”

The article examines how Amazon’s aggressive automation and AI initiatives transform both blue‑collar and white‑collar workers into robot‑like “Amabots,” highlighting surveillance, dehumanization, and the broader impact of machine learning on labor, decision‑making, and the future of human roles.

AIAmazonautomation
0 likes · 10 min read
How Amazon’s AI‑Driven Automation Turns Employees into “Amabots”
Efficient Ops
Efficient Ops
Sep 1, 2015 · Operations

Why Human Errors Still Plague Ops and How to Prevent Them

The article examines recent high‑profile outages caused by human mistakes, analyzes why operational teams are prone to such errors despite automation and standards, and offers practical strategies—selecting the right people, fostering safety awareness, and turning professionalism into habit—to reduce future incidents.

Team Cultureautomationhuman error
0 likes · 13 min read
Why Human Errors Still Plague Ops and How to Prevent Them
Efficient Ops
Efficient Ops
Aug 21, 2015 · Operations

How to Automate Software Documentation with DevOps: Tools & Best Practices

This article explores the challenges of software documentation, proposes automated solutions using DevOps principles, and reviews tools that generate docs from code comments, manage versioned design documents, and integrate testing, offering practical guidance for teams to streamline documentation and improve development efficiency.

Documentationautomationtools
0 likes · 11 min read
How to Automate Software Documentation with DevOps: Tools & Best Practices
Efficient Ops
Efficient Ops
Aug 19, 2015 · Cloud Computing

Mastering Cloud Automated Deployment: 9 Practical Rules for Faster, Safer Releases

This article shares a developer’s hands‑on experience with cloud‑based automated deployment, outlining nine concrete rules—from version control of all release assets to treating deployment as a service—that dramatically improve deployment speed, reliability, and scalability across development, testing, staging, and production environments.

Continuous DeliveryDevOpsIaaS
0 likes · 20 min read
Mastering Cloud Automated Deployment: 9 Practical Rules for Faster, Safer Releases
Efficient Ops
Efficient Ops
Jul 28, 2015 · Operations

How Tencent’s BlueKing Automates Fault Recovery and Zero‑Touch Game Server Launch

This article explains how Tencent Game's BlueKing platform redesigns operations by building open‑source PaaS capabilities, automating fault self‑healing, enabling fully automated game server region launches, supporting self‑service change releases, leveraging big‑data for real‑time decisions, and moving toward open‑source and hybrid‑cloud solutions.

Big Dataautomationfault-recovery
0 likes · 19 min read
How Tencent’s BlueKing Automates Fault Recovery and Zero‑Touch Game Server Launch
Efficient Ops
Efficient Ops
Jul 14, 2015 · Operations

Inside BlueKing: How Tencent Game’s Ops Platform Automates, Scales, and Powers Data‑Driven Operations

This article outlines the evolution of Tencent Game’s BlueKing platform—from its origins in operations transformation to its modular design philosophy, six integrated services, and three maturity stages—showcasing how atomic automation, PaaS tools, and real‑time data empower scalable, data‑driven application operations.

Platformautomation
0 likes · 23 min read
Inside BlueKing: How Tencent Game’s Ops Platform Automates, Scales, and Powers Data‑Driven Operations
MaGe Linux Operations
MaGe Linux Operations
Jul 7, 2015 · Operations

Why Ops Tools Are Far More Complex Than You Think

The article reveals how operating‑tool systems, often underestimated, demand high technical rigor to ensure automation success rates and absolute reliability for emergency actions, requiring sophisticated failure handling, capacity awareness, and scalable design—challenges comparable to core online services.

OperationsReliabilityScalability
0 likes · 7 min read
Why Ops Tools Are Far More Complex Than You Think
Efficient Ops
Efficient Ops
Jul 4, 2015 · Operations

From Xiaomi to a Trading Exchange: Real‑World Automation Ops Case Studies

This article presents two practical automation operations case studies—Xiaomi's three‑year journey to platform‑managed, self‑scheduling services and a trading exchange's step‑by‑step build from zero automation—highlighting standards, tooling, and cultural challenges for modern ops teams.

Deploymentautomationcapacity scaling
0 likes · 9 min read
From Xiaomi to a Trading Exchange: Real‑World Automation Ops Case Studies

An Introduction to Ansible: Installation, Basic Usage, and MySQL Replication with Playbooks

This article provides a comprehensive guide to Ansible, covering its purpose, installation via pip, ad‑hoc command usage, MySQL replication with the mysql_replication module, role‑based playbook structure, sample YAML files, execution output, and a comparison with other configuration‑management tools.

Configuration ManagementDevOpsPlaybooks
0 likes · 18 min read
An Introduction to Ansible: Installation, Basic Usage, and MySQL Replication with Playbooks
MaGe Linux Operations
MaGe Linux Operations
Jun 16, 2015 · Operations

Inside Dianping’s Ops: Building Scalable Monitoring, Automation, and Self‑Service Platforms

This article details how Dianping’s sub‑40‑person operations team structures its groups, designs a dual‑datacenter architecture, and creates comprehensive monitoring, automation, configuration, and analysis systems—including Zabbix, Cat, workflow, Button, and a custom radar platform—to achieve high‑availability, self‑service, and continuous improvement.

DevOpsInfrastructureMonitoring
0 likes · 18 min read
Inside Dianping’s Ops: Building Scalable Monitoring, Automation, and Self‑Service Platforms

DevOps Practices and Process Optimization: A Case Study of Baidu’s Product Line

This article explains the concept of DevOps, analyzes Baidu’s product‑line data to identify inefficiencies in the software delivery process, and proposes automation‑driven, lean‑focused measures such as continuous integration, script‑based testing and deployment, and single‑branch development to eliminate waste and improve collaboration between development and operations.

DevOpsLeanProcess Improvement
0 likes · 14 min read
DevOps Practices and Process Optimization: A Case Study of Baidu’s Product Line
MaGe Linux Operations
MaGe Linux Operations
May 5, 2015 · Operations

Master Logrotate: Automate Linux Log Management Efficiently

This guide explains how to use logrotate on Linux to automatically rotate, compress, and delete log files, covering installation, configuration examples for size‑based and time‑based rotation, and essential options to keep server storage under control.

Log ManagementSystem Administrationautomation
0 likes · 6 min read
Master Logrotate: Automate Linux Log Management Efficiently

Visualization in Operations: Service Delivery and Service Metrics

The article explains how visualizing both service delivery and service metrics is essential for modern operations, describing the evolution from ITIL processes to DevOps automation, continuous delivery of infrastructure and applications, and data‑driven measurement techniques that enable consistent, agile, and measurable operational performance.

DevOpsService Deliveryautomation
0 likes · 10 min read
Visualization in Operations: Service Delivery and Service Metrics

How Puppet Transforms Infrastructure Management and Boosts DevOps Collaboration

This article explains why many IT teams struggle with code that works in development but fails in production, introduces Puppet as a configuration‑management platform, describes its declarative language, resources, types, providers, classes, manifests and modules, and shows how it enables reliable, collaborative DevOps workflows.

Configuration ManagementDevOpsOperations
0 likes · 17 min read
How Puppet Transforms Infrastructure Management and Boosts DevOps Collaboration

Unlock Seamless Continuous Delivery: Building Unified Artifact Repositories and Automated Deployments

The article examines how modern cloud services, version‑control platforms, and automation tools can be combined to create a unified artifact repository and consistent deployment pipelines across environments, offering practical steps and cultural tips for achieving true continuous delivery.

Continuous DeliveryDevOpsartifact repository
0 likes · 10 min read
Unlock Seamless Continuous Delivery: Building Unified Artifact Repositories and Automated Deployments
MaGe Linux Operations
MaGe Linux Operations
Mar 4, 2015 · Operations

Boost Your Linux Productivity: 9 Essential Bash Command-Line Tricks

This article compiles nine practical Bash techniques—from inserting text at the top of files and appending multiline blocks, to recursive search‑replace, temporary Vim files, secure downloads, Bashmarks, column extraction, word skipping, and custom command packages—each illustrated with ready‑to‑use code snippets.

BashCommand LineShell scripting
0 likes · 10 min read
Boost Your Linux Productivity: 9 Essential Bash Command-Line Tricks
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.

Best PracticesEfficiencyIT Management
0 likes · 14 min read
Mastering Efficient Operations: 7 Key Practices for Happy Sysadmins
Qunar Tech Salon
Qunar Tech Salon
Dec 28, 2014 · Operations

Guidelines for Evolving System Architecture and PaaS Operations

This article outlines a comprehensive set of principles and practical components for evolving a large‑scale system architecture, covering rapid deployment, scalability, automation, framework standardization, monitoring, tracing, storage, resource control, and continuous integration to support reliable PaaS operations.

DeploymentPaaSarchitecture
0 likes · 8 min read
Guidelines for Evolving System Architecture and PaaS Operations
MaGe Linux Operations
MaGe Linux Operations
Nov 7, 2014 · Operations

Streamline Server Deployments with Python Fabric in 10 Minutes

This article shows how to replace repetitive rsync deployments with a concise Python Fabric script that automates packaging, uploading, extracting, permission setting, symlink updating, and service restarting, while explaining key Fabric APIs and error‑handling options.

Fabricautomation
0 likes · 5 min read
Streamline Server Deployments with Python Fabric in 10 Minutes
Baidu Tech Salon
Baidu Tech Salon
Aug 15, 2014 · Operations

My Journey with Unix: From Motivation to Automation

The author recounts how a university encounter and later work demands led them to master Unix, using tools like awk, Perl, Python and Ruby to automate massive data tasks, teach courses, and champion Ubuntu and other Unix-like systems as essential, productivity‑driving platforms.

PythonScriptingShell
0 likes · 7 min read
My Journey with Unix: From Motivation to Automation
MaGe Linux Operations
MaGe Linux Operations
Jul 10, 2014 · Operations

Mastering Linux Cron: How to Schedule Tasks Efficiently

This guide explains what the Linux cron service is, how to configure it via /var/spool/cron and /etc/crontab, the syntax of cron expressions, environment variables, and provides practical examples for scheduling recurring tasks.

Task Schedulingautomationcron
0 likes · 9 min read
Mastering Linux Cron: How to Schedule Tasks Efficiently
Baidu Tech Salon
Baidu Tech Salon
Apr 24, 2014 · Operations

Recommended Reading List for Application Operations and System Administration

The article presents a curated Chinese‑language reading list for application operations and system administration, dividing essential titles into technical culture, core technical, and peripheral works, and recommending classics such as The Pragmatic Programmer, Unix Super Tools, Continuous Delivery, Mastering Regular Expressions, Ruby Metaprogramming, and even interdisciplinary books like The Zen of Presentation and Approaching Chinese Medicine.

Book RecommendationsLinuxSystem Administration
0 likes · 8 min read
Recommended Reading List for Application Operations and System Administration