All Articles

140388 articles · Page 6981 of 7020

How to Achieve Efficient Operations Management

This article outlines the concept of efficient operations, analyzes why it is difficult to achieve, and presents practical strategies—including clear responsibilities, technical specialization, management professionalism, and good customer interaction—to improve operational efficiency in technology teams.

EfficiencyMonitoringOperations
0 likes · 14 min read
How to Achieve Efficient Operations Management
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2015 · Cloud Computing

Understanding IaaS, PaaS, and SaaS Through a Pizza Analogy

This article uses a pizza‑eating metaphor to demystify cloud computing’s three service models—Infrastructure‑as‑a‑Service, Platform‑as‑a‑Service, and Software‑as‑a‑Service—explaining each layer, real‑world providers, and how they compare to on‑premises deployment, while walking through four pizza‑acquisition scenarios—home cooking, buying a ready‑made pizza, ordering delivery, and dining out—to illustrate the concepts.

Cloud ComputingIaaSPaaS
0 likes · 6 min read
Understanding IaaS, PaaS, and SaaS Through a Pizza Analogy
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2015 · Backend Development

Boost Nginx Performance: Essential Tuning Tips for High Traffic

Learn how to fine‑tune Nginx by adjusting key global, events, and HTTP settings—such as worker processes, connection limits, gzip compression, and file caching—to maximize throughput and reduce latency under heavy client loads, with a complete example configuration and restart instructions.

BackendConfigurationNGINX
0 likes · 13 min read
Boost Nginx Performance: Essential Tuning Tips for High Traffic
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2015 · Databases

Why MySQL Slaves Lag Behind Masters and How to Speed Up Replication

This article explains the fundamental reasons why MySQL slave servers experience higher latency than masters and provides practical optimization techniques—including parallel replication, proper indexing, I/O improvements, and hardware choices—to reduce replication lag.

Slave Lagdatabase optimizationmysql
0 likes · 6 min read
Why MySQL Slaves Lag Behind Masters and How to Speed Up Replication

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.

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

Understanding Stream Processing, Event Sourcing, and Complex Event Processing

The article explains the fundamentals of stream processing, event sourcing, and complex event processing, comparing raw event storage with aggregated results, illustrating architectures with Kafka, Samza, and other frameworks, and highlighting benefits such as scalability, flexibility, and decoupling for modern data‑driven systems.

Apache KafkaApache SamzaBig Data
0 likes · 11 min read
Understanding Stream Processing, Event Sourcing, and Complex Event Processing
Qunar Tech Salon
Qunar Tech Salon
Apr 15, 2015 · Mobile Development

The Future of Mobile Messaging Platforms: Insights from Benedict Evans

Benedict Evans analyses how smartphones turned into social platforms, comparing WeChat's app‑as‑platform strategy with Facebook Messenger's message‑as‑app approach, and explores the structural challenges, user‑behavior dynamics, and potential future evolutions of mobile messaging ecosystems.

Facebook MessengerWeChatapp ecosystems
0 likes · 13 min read
The Future of Mobile Messaging Platforms: Insights from Benedict Evans
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2015 · Backend Development

Master Apache httpd: Virtual Hosts, Access Control, and HTTPS Configuration

This guide walks through Apache httpd setup on CentOS, covering virtual host types (IP‑based, port‑based, name‑based), detailed configuration steps, access control methods for users and IPs, and enabling HTTPS with SSL certificates, complete with practical command examples and testing procedures.

Access ControlCentOSHTTPS
0 likes · 11 min read
Master Apache httpd: Virtual Hosts, Access Control, and HTTPS Configuration
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2015 · Operations

Why Your SSH Loop Stops After One Host—and How to Fix It

Learn why a Bash script that reads IPs from a file and uses SSH in a while loop only processes the first host, and discover two reliable solutions—switching to a for loop or adding the -n option to SSH—to ensure all servers are queried correctly.

AutomationScriptbash
0 likes · 4 min read
Why Your SSH Loop Stops After One Host—and How to Fix It

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.

AutomationContinuous Deliveryartifact repository
0 likes · 10 min read
Unlock Seamless Continuous Delivery: Building Unified Artifact Repositories and Automated Deployments
Qunar Tech Salon
Qunar Tech Salon
Apr 14, 2015 · Operations

Running Oracle Installation Remotely on Ubuntu Using SSH X11 Forwarding

To install Oracle or run other graphical applications on a remote Ubuntu machine, you can leverage X11 forwarding over SSH by enabling X11 support in sshd_config, connecting with the -X option, and launching GUI programs such as xeyes or Firefox, eliminating the need for a local GUI.

Ubuntuoracle-installationremote-gui
0 likes · 3 min read
Running Oracle Installation Remotely on Ubuntu Using SSH X11 Forwarding
Tencent TDS Service
Tencent TDS Service
Apr 14, 2015 · Mobile Development

Why iOS 8.3 Crashes When UIAlertView Pops: Orientation Mismatch Debugging

The QQ mobile team discovered that iOS 8.3 caused crashes when switching image quality or showing UIAlertView because the view controller returned an incorrect orientation type, and they resolved it by correcting the supportedInterfaceOrientations implementation and avoiding system‑internal classes.

Mobile DevelopmentUIAlertViewiOS
0 likes · 7 min read
Why iOS 8.3 Crashes When UIAlertView Pops: Orientation Mismatch Debugging
MaGe Linux Operations
MaGe Linux Operations
Apr 14, 2015 · Databases

Unlocking MySQL 5.7 JSON: Native Support, Indexing, and Virtual Columns

This article explains how MySQL 5.7 introduced native JSON support with validity checks, performance improvements, and virtual column indexing, compares it to MariaDB's dynamic column and PostgreSQL, and provides step‑by‑step SQL examples for creating, inserting, querying, and indexing JSON data.

IndexingVirtual Columnsdatabase
0 likes · 5 min read
Unlocking MySQL 5.7 JSON: Native Support, Indexing, and Virtual Columns