MaGe Linux Operations
Author

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

5.6k
Articles
0
Likes
19.5k
Views
0
Comments
Recent Articles

Latest from MaGe Linux Operations

100 recent articles max
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2026 · Operations

How I Optimized Nginx to Double My Site’s Concurrency

The article walks through a systematic Nginx performance tuning process that starts with baseline load testing, identifies bottlenecks in worker processes, connection limits, I/O and buffering, and applies targeted configuration changes—such as auto workers, keep‑alive tuning, gzip, and proxy buffers—resulting in a three‑fold increase in concurrent request handling.

LinuxNginxOptimization
0 likes · 31 min read
How I Optimized Nginx to Double My Site’s Concurrency
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2026 · Databases

Why MySQL Connections Spike: When Traffic Isn’t the Real Culprit

This article walks through a systematic, step‑by‑step troubleshooting guide for MySQL "Too many connections" errors, showing how to verify the symptom, inspect server variables, analyze connection status, identify common root causes such as connection‑pool misconfiguration, leaked connections, and long‑running queries, and apply safe fixes and preventive measures.

MySQLTroubleshootingconnection pool
0 likes · 35 min read
Why MySQL Connections Spike: When Traffic Isn’t the Real Culprit
MaGe Linux Operations
MaGe Linux Operations
Jul 4, 2026 · Operations

20 Common Ops Rookie Mistakes and How to Avoid Them

This guide lists the twenty most frequent pitfalls that new operations engineers encounter, explains why they happen, and provides step‑by‑step safe practices, code examples, risk classifications and a verification checklist to help prevent costly outages and data loss.

DevOpsKubernetesLinux
0 likes · 28 min read
20 Common Ops Rookie Mistakes and How to Avoid Them
MaGe Linux Operations
MaGe Linux Operations
Jun 28, 2026 · Operations

Practical Nginx Rate Limiting: Elegantly Defending Against CC Attacks and Traffic Spikes

This article walks through why Nginx needs rate limiting, explains the three core directives, compares burst, nodelay and delay behaviors, shows how to choose keys, and provides step‑by‑step configuration, testing, monitoring and troubleshooting recipes for protecting services from CC attacks and sudden traffic bursts.

NginxOpenRestyRate Limiting
0 likes · 29 min read
Practical Nginx Rate Limiting: Elegantly Defending Against CC Attacks and Traffic Spikes
MaGe Linux Operations
MaGe Linux Operations
Jun 21, 2026 · Artificial Intelligence

Advanced LlamaIndex Indexing, Routing, and Multimodal RAG Strategies

The article walks through a real‑world legal‑contract RAG project that stalled at 60% recall, diagnoses five root causes, and demonstrates how combining multiple LlamaIndex indexes, a Router, fusion retrieval, re‑ranking, knowledge‑graph and multimodal support raises recall to 92% while outlining evaluation metrics, latency trade‑offs, and practical deployment checklists.

EvaluationKnowledgeGraphRAG
0 likes · 23 min read
Advanced LlamaIndex Indexing, Routing, and Multimodal RAG Strategies
MaGe Linux Operations
MaGe Linux Operations
Jun 20, 2026 · Artificial Intelligence

Custom PyTorch Dataset & DataLoader: Multiprocessing Optimization Guide

This article walks through diagnosing a severe GPU under‑utilization bug in an 8‑A100 training job, explains why the default Dataset/DataLoader setup stalls, and presents a step‑by‑step redesign using MapDataset or IterableDataset, WebDataset tar shards, tuned DataLoader parameters, worker‑level seeding, GPU‑side prefetching, and distributed sampling to boost GPU utilization from 5‑12% to over 85% while cutting epoch time from 40 h to 9 h.

DataLoaderDistributedSamplerGPU prefetch
0 likes · 22 min read
Custom PyTorch Dataset & DataLoader: Multiprocessing Optimization Guide
MaGe Linux Operations
MaGe Linux Operations
Jun 20, 2026 · Artificial Intelligence

LoRA vs QLoRA vs Full Fine‑Tuning: Which Method Wins for Large‑Model Adaptation?

This article provides a practical, data‑driven comparison of Full Fine‑Tuning, LoRA, and QLoRA for adapting 7B‑70B open‑source LLMs, detailing memory requirements, training speed, cost, performance trade‑offs, step‑by‑step workflows, code examples, evaluation metrics, common pitfalls, and optimization tips to help engineers choose the most suitable fine‑tuning approach for their data and budget.

Full Fine-tuningGPU memoryLoRA
0 likes · 24 min read
LoRA vs QLoRA vs Full Fine‑Tuning: Which Method Wins for Large‑Model Adaptation?