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
Aug 25, 2025 · Cloud Native

Master Docker: From Basics to Advanced Networking and Deployment

This article provides a comprehensive guide to Docker, covering its core concepts, installation steps, essential commands, Dockerfile image creation, and networking modes such as bridge, host, and none, with practical code examples and diagrams.

DevOpsDockerDockerfile
0 likes · 10 min read
Master Docker: From Basics to Advanced Networking and Deployment
Efficient Ops
Efficient Ops
Aug 24, 2025 · Operations

Master tcpdump: Essential Commands for Network Packet Capture

This guide introduces tcpdump, a powerful network packet capture tool, explains its filtering capabilities with logical operators, and provides numerous practical examples—from capturing traffic on specific interfaces and hosts to filtering by ports, protocols, and saving captures—helping users troubleshoot network issues efficiently.

LinuxNetwork MonitoringPacket Capture
0 likes · 6 min read
Master tcpdump: Essential Commands for Network Packet Capture
Efficient Ops
Efficient Ops
Jul 22, 2025 · Artificial Intelligence

How to Harness Large Language Models for Ten‑Fold Software Development Efficiency

This article outlines the essential inputs and collaborative outputs needed when using large language models throughout software development—from requirement gathering and design to implementation and testing—highlighting practical steps to achieve far greater productivity than current modest gains.

AI-assisted engineeringrequirements engineeringsoftware development
0 likes · 8 min read
How to Harness Large Language Models for Ten‑Fold Software Development Efficiency
Efficient Ops
Efficient Ops
Jul 21, 2025 · Operations

30 Must‑Have DevOps Skills to Boost Your Resume in 2025

This article outlines 30 essential DevOps competencies—from foundational infrastructure and cloud/container orchestration to automation, monitoring, security, and AI‑driven operations—detailing key technologies, real‑world scenarios, and measurable impact, helping professionals craft a standout resume in the evolving operations landscape.

AI OpsDevOpsInfrastructure
0 likes · 8 min read
30 Must‑Have DevOps Skills to Boost Your Resume in 2025
Efficient Ops
Efficient Ops
Jul 20, 2025 · Operations

How a Major Bank Mastered Version Management with a Three‑In‑One Automated Framework

This article examines how Industrial and Commercial Bank of China’s software development center tackled the complexities of financial‑grade system governance by introducing a three‑in‑one standardized version‑management framework that combines standardization, automation, and intelligence to improve delivery speed, risk control, and environment consistency.

CI/CDVersion Managementfinancial technology
0 likes · 7 min read
How a Major Bank Mastered Version Management with a Three‑In‑One Automated Framework
Efficient Ops
Efficient Ops
Jul 16, 2025 · Operations

Why Vector Is the High‑Performance Alternative to Logstash and Fluentd

This article introduces Vector, an open‑source, Rust‑based observability data pipeline that outperforms traditional tools like Logstash and Fluentd, covering its core features, concepts, installation script, minimal configuration example, and how it handles events, logs, metrics, and traces.

ConfigurationInstallationRust
0 likes · 5 min read
Why Vector Is the High‑Performance Alternative to Logstash and Fluentd
Efficient Ops
Efficient Ops
Jul 14, 2025 · Operations

Rescuing a Critical CPU Outage: My Step-by-Step Troubleshooting Guide

After a midnight CPU alarm threatened service stability, I walked through rapid diagnosis with top and htop, identified JVM bottlenecks using jstat and async‑profiler, refactored a Java sorting algorithm, added caching, optimized database queries, containerized the service, and set up Prometheus‑Grafana alerts to prevent future incidents.

CPU troubleshootingDockerJava performance
0 likes · 7 min read
Rescuing a Critical CPU Outage: My Step-by-Step Troubleshooting Guide