All Articles

141237 articles · Page 6873 of 7062
Efficient Ops
Efficient Ops
Apr 11, 2016 · Operations

Mastering IaaS Operations: The ARE Framework for Immutable Environments

This article distills a 2016 Global Operations Conference talk that introduces the Application Running Environment (ARE) concept, outlines IaaS's fundamental and immutable characteristics, examines multi‑team challenges, and proposes a stack‑based, democratic, aspect‑oriented management approach with concrete schemas, patterns, and operational models.

IaaScloud computingimmutable infrastructure
0 likes · 13 min read
Mastering IaaS Operations: The ARE Framework for Immutable Environments
dbaplus Community
dbaplus Community
Apr 11, 2016 · Operations

Can External Quality Acceptance Drive DevOps Monitoring and Eliminate Technical Debt?

This article explains how focusing on non‑functional quality during external acceptance testing can drive DevOps teams to improve system monitorability, reduce technical debt, and establish concrete change‑control, acceptance, and performance verification processes for both operational and business‑level observability.

Change ManagementDevOpsObservability
0 likes · 15 min read
Can External Quality Acceptance Drive DevOps Monitoring and Eliminate Technical Debt?
ITPUB
ITPUB
Apr 11, 2016 · Operations

Quick Guide: Set Up Samba on Linux for Windows File Sharing

This step‑by‑step tutorial shows how to install Samba on a Linux server, configure a shared home directory, create a Samba user, adjust firewall and SELinux settings, and finally access the share from a Windows client.

LinuxSELinuxSamba
0 likes · 5 min read
Quick Guide: Set Up Samba on Linux for Windows File Sharing
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Apr 11, 2016 · Cloud Computing

Explore OpenStack's Core Services: From Nova to Ceilometer

This article introduces the key OpenStack services—Nova, Neutron, Keystone, Glance, Horizon, Cinder, Swift, Heat, and Ceilometer—explaining each component’s role, functionality, and how they collectively enable scalable compute, networking, identity, image, dashboard, block storage, object storage, orchestration, and telemetry in cloud environments.

OpenStackService Architecturecloud computing
0 likes · 9 min read
Explore OpenStack's Core Services: From Nova to Ceilometer
ITPUB
ITPUB
Apr 11, 2016 · Databases

Why a MySQL Replica Core Hits 100% CPU and How Adding a Primary Key Fixes It

A MySQL replica was consuming an entire CPU core due to single‑process replication, and analysis of binlog and InnoDB status revealed heavy row locks on a table without a primary key, which was resolved by adding an auto‑increment ID, dropping CPU usage to 3% and eliminating replication lag.

CPUInnoDBMySQL
0 likes · 5 min read
Why a MySQL Replica Core Hits 100% CPU and How Adding a Primary Key Fixes It
Architecture Digest
Architecture Digest
Apr 11, 2016 · Backend Development

Microservices in Practice: Concepts, Design, Integration, and Deployment

This article explains the fundamentals of microservices architecture, contrasting it with monolithic and SOA approaches, and details design principles, messaging patterns, integration styles, data decentralization, governance, service discovery, deployment with Docker and Kubernetes, security, transaction handling, and fault‑tolerance techniques.

API GatewayDockerKubernetes
0 likes · 20 min read
Microservices in Practice: Concepts, Design, Integration, and Deployment
21CTO
21CTO
Apr 11, 2016 · Databases

How to Import JSON, XML, CSV, and Text Files into MySQL Efficiently

This article explains practical methods for importing various external data formats—such as CSV, plain text, XML, and JSON—into MySQL, covering command-line utilities, LOAD DATA statements, stored procedures, third‑party tools like mysqljsonimport, and using MySQL Workbench, while addressing configuration and security considerations.

CSVLOAD DATAMySQL
0 likes · 11 min read
How to Import JSON, XML, CSV, and Text Files into MySQL Efficiently
21CTO
21CTO
Apr 11, 2016 · Databases

How JD Scaled MySQL: Evolution, Automation, and Ops Insights

This article chronicles JD.com's transition from commercial to open‑source databases, detailing MySQL's rapid growth, the development of the JMySQL automation platform, and future directions for database design, security, monitoring, and performance optimization in large‑scale e‑commerce environments.

Database AutomationDatabase operationsJD.com
0 likes · 15 min read
How JD Scaled MySQL: Evolution, Automation, and Ops Insights
Efficient Ops
Efficient Ops
Apr 10, 2016 · Operations

Designing a Cloud‑Ready CMDB: Lessons from a Decade of Ops Evolution

This article reviews the evolution of Configuration Management Databases (CMDB) in traditional enterprises, identifies common implementation challenges, and proposes a cloud‑native CMDB architecture that combines flexible models, automated data collection, API exposure, and scenario‑driven services to meet modern IT operations needs.

CMDBIT Service Managementcloud computing
0 likes · 21 min read
Designing a Cloud‑Ready CMDB: Lessons from a Decade of Ops Evolution
Architects' Tech Alliance
Architects' Tech Alliance
Apr 10, 2016 · Cloud Native

Why Docker Became the Core of Modern Cloud‑Native Computing

Docker, built on Linux container technologies, offers a portable, cross‑platform runtime environment and a rich ecosystem—including image registries, orchestration tools, and cloud integrations—that simplifies development, deployment, and management of distributed applications, while providing resource isolation, high utilization, and DevOps automation.

Cloud NativeContainersDevOps
0 likes · 8 min read
Why Docker Became the Core of Modern Cloud‑Native Computing
Architect
Architect
Apr 10, 2016 · Big Data

Introduction to Flume NG: Architecture, Components, Configuration, and Best Practices

This article provides a comprehensive overview of Flume NG, covering its architecture, core components (source, channel, sink), reliability mechanisms, common deployment scenarios, installation steps, configuration examples, compilation instructions, and practical best‑practice recommendations for building robust log‑collection pipelines.

Big Dataapacheconfiguration
0 likes · 16 min read
Introduction to Flume NG: Architecture, Components, Configuration, and Best Practices
ITPUB
ITPUB
Apr 10, 2016 · Backend Development

Master Python Socket Programming: From Basics to Full TCP/UDP Client‑Server

This guide introduces Python’s socket module, explains socket families and types, details essential server and client functions, walks through step‑by‑step TCP connection creation, and provides complete server and client code examples for practical network programming.

Network ProgrammingSocketTCP
0 likes · 10 min read
Master Python Socket Programming: From Basics to Full TCP/UDP Client‑Server
Big Data and Microservices
Big Data and Microservices
Apr 10, 2016 · Industry Insights

How Meituan Scaled Its Tech Architecture from LAMP to a Cloud‑Native O2O Platform

In this interview, Meituan’s technology committee chair Xia Huaxia explains how the company’s architecture evolved from a simple LAMP stack to a multi‑layer, cloud‑native system, detailing the separation of infrastructure, business, and front‑end components, the use of open‑source tools, and the systematic simplification, standardization, automation, and quantification of business processes to support rapid O2O growth.

Cloud NativeMeituanO2O
0 likes · 28 min read
How Meituan Scaled Its Tech Architecture from LAMP to a Cloud‑Native O2O Platform
Architecture Digest
Architecture Digest
Apr 10, 2016 · Information Security

Introduction to HTTPS, SSL/TLS, and Related Encryption Technologies

This article provides a comprehensive overview of HTTPS, explaining its purpose, advantages, and drawbacks, and delves into the underlying cryptographic concepts such as symmetric and asymmetric encryption, hash algorithms, digital signatures, digital certificates, and the detailed SSL/TLS handshake process.

HTTPSInformation SecuritySSL
0 likes · 19 min read
Introduction to HTTPS, SSL/TLS, and Related Encryption Technologies
21CTO
21CTO
Apr 10, 2016 · Backend Development

How 58.com Scaled Its IM Platform: Four Architecture Evolution Stages

This article details how 58.com’s 58‑BangBang service evolved through four architectural stages—from a traditional instant‑messaging system to a mobile‑push enabled platform—addressing massive traffic, scalability, and integration challenges across IM, merchant management, and mobile marketing.

BackendIMmobile-push
0 likes · 13 min read
How 58.com Scaled Its IM Platform: Four Architecture Evolution Stages
dbaplus Community
dbaplus Community
Apr 9, 2016 · Databases

The Simple SQL That Can Crash a 1TB IBM Power780 Server

The article explains how a seemingly harmless SQL statement, when executed millions of times on an IBM Power780 system with a 1 TB configuration, can overload the library cache mutex, causing the database to stall, and provides the original script, reproduction steps, and practical advice to avoid such catastrophic contention.

DBADatabase PerformanceLibrary Cache
0 likes · 8 min read
The Simple SQL That Can Crash a 1TB IBM Power780 Server