Efficient Ops
Author

Efficient Ops

This public account is maintained by Xiaotianguo and friends, regularly publishing widely-read original technical articles. We focus on operations transformation and accompany you throughout your operations career, growing together happily.

2.8k
Articles
0
Likes
6.1k
Views
0
Comments
Recent Articles

Latest from Efficient Ops

100 recent articles max
Efficient Ops
Efficient Ops
Feb 1, 2026 · Operations

How AI Agents Are Revolutionizing AIOps and Boosting Operational Efficiency

This article explains what AI agents are, outlines single‑agent and multi‑agent use cases in AIOps such as knowledge retrieval, tool guidance, fault diagnosis, and process automation, and lists the key technical skills needed to build and manage these intelligent operational assistants.

AIAgentAutomation
0 likes · 8 min read
How AI Agents Are Revolutionizing AIOps and Boosting Operational Efficiency
Efficient Ops
Efficient Ops
Jan 26, 2026 · Artificial Intelligence

Why AI Skills Will Redefine Agents Beyond MCP

This article explains how AI Skills serve as structured knowledge bases that complement, rather than replace, Model Context Protocols, enhance Retrieval‑Augmented Generation, and drive three major trends—standardized agent stacks, low‑code knowledge engineering, and the emergence of personal AI agents.

AI agentsAI ecosystemKnowledge Engineering
0 likes · 8 min read
Why AI Skills Will Redefine Agents Beyond MCP
Efficient Ops
Efficient Ops
Jan 21, 2026 · Operations

How to Quickly Find and Clean Large Files on Linux

This guide shows several efficient Linux commands—du, find, ls, and ncdu—to locate large files, sort results, and safely remove unnecessary data, helping you manage disk space before it runs out.

Command LineLinuxdisk space
0 likes · 5 min read
How to Quickly Find and Clean Large Files on Linux
Efficient Ops
Efficient Ops
Jan 20, 2026 · Operations

Deploy Netdata for Real‑Time System Monitoring in Seconds

This guide introduces Netdata, an open‑source real‑time monitoring solution, outlines its key features, and provides step‑by‑step installation instructions for Linux and Docker, along with configuration of auto‑discovery, alerts, core metrics, and UI previews.

DevOpsDockerLinux
0 likes · 5 min read
Deploy Netdata for Real‑Time System Monitoring in Seconds
Efficient Ops
Efficient Ops
Jan 7, 2026 · Operations

Master File Transfers in TMUX with trzsz: Install, Commands, and Tips

This guide explains how to install the TMUX‑compatible file transfer tool trzsz (and its Go version), details its command‑line options, provides step‑by‑step installation commands for various Linux distributions, macOS, and Windows, and shows practical usage examples with screenshots.

Command LineGoLinux
0 likes · 6 min read
Master File Transfers in TMUX with trzsz: Install, Commands, and Tips
Efficient Ops
Efficient Ops
Jan 6, 2026 · Databases

Why PostgreSQL Beats MySQL: 10 Technical Advantages Explained

This article compiles a detailed comparison of PostgreSQL and MySQL, highlighting PostgreSQL's lack of text‑size limits, better NULL handling, native array and JSON support, built‑in optimistic locking, superior GIS types, MVCC, flexible indexing, robust replication, and overall stability, while also noting the few areas where MySQL still holds an edge.

Database comparisonGISJSONB
0 likes · 9 min read
Why PostgreSQL Beats MySQL: 10 Technical Advantages Explained