Showing 100 articles max
MaGe Linux Operations
MaGe Linux Operations
May 31, 2026 · Operations

Comparing In‑Network Penetration Solutions: frp, WireGuard, and Tailscale in Practice

The article compares three internal‑network penetration methods—frp, WireGuard, and Tailscale—by outlining their architectures, deployment steps on Linux and Windows, configuration details, troubleshooting tips, performance measurements, and recommending suitable scenarios for individuals, teams, and enterprises.

NAT traversalTailscaleVPN
0 likes · 31 min read
Comparing In‑Network Penetration Solutions: frp, WireGuard, and Tailscale in Practice
Ops Community
Ops Community
May 31, 2026 · Operations

Master Batch Text Processing with awk and sed: A Practical Guide for Sysadmins

This article walks through the fundamentals and advanced techniques of using awk and sed on Linux for batch text manipulation, covering field handling, custom delimiters, BEGIN/END blocks, conditional filtering, arrays, built‑in functions, real‑world Nginx log analysis, script creation, performance tips, common pitfalls, debugging tricks, and how to combine both tools for powerful pipelines.

Linuxawklog analysis
0 likes · 45 min read
Master Batch Text Processing with awk and sed: A Practical Guide for Sysadmins
Ops Community
Ops Community
May 30, 2026 · Operations

Master Linux Disk Partitioning and Mounting: A Practical Step‑by‑Step Guide

This guide walks Linux operators through the fundamentals of disk partitioning, explains MBR and GPT partition tables, demonstrates the use of fdisk, parted and gdisk, shows how to create and format filesystems, configure mounting options and fstab, manage LVM volumes, and provides real‑world case studies with commands, examples, and best‑practice recommendations.

LVMLinuxdisk partitioning
0 likes · 35 min read
Master Linux Disk Partitioning and Mounting: A Practical Step‑by‑Step Guide
Java Companion
Java Companion
May 30, 2026 · Operations

How an AI‑Built SSH Client Gained 1,000 GitHub Stars in Three Months

The author details how they built Netcatty, an Electron‑based SSH client with AI assistance, describing its multi‑view host management, split‑screen terminal, remote file editing, AI Agent capabilities, free cloud sync options, performance drawbacks, and the rapid community adoption that earned nearly 2 K stars on GitHub.

AIElectronOpen Source
0 likes · 8 min read
How an AI‑Built SSH Client Gained 1,000 GitHub Stars in Three Months
MaGe Linux Operations
MaGe Linux Operations
May 29, 2026 · Operations

scp vs rsync: Detailed Usage, Parameters, and When to Choose Each for Server File Transfers

This comprehensive guide explains the principles, syntax, and common options of scp and rsync, compares their features with concrete performance data, walks through dozens of real‑world scenarios—from single‑file uploads to large‑scale log migrations—and provides security tips, error‑handling tricks, and best‑practice recommendations for reliable server‑to‑server file transfers.

LinuxSSHbandwidth limit
0 likes · 33 min read
scp vs rsync: Detailed Usage, Parameters, and When to Choose Each for Server File Transfers
dbaplus Community
dbaplus Community
May 28, 2026 · Operations

How to Accidentally Create a CMDB Data Dump – The 85% Failure Playbook

The article satirically outlines four common ways CMDB projects become unusable—over‑recording assets, buying tools without process changes, reckless auto‑discovery, and isolating the database from business—then offers concrete anti‑pattern fixes and governance tips to turn a failing CMDB into a reliable digital foundation.

Anti-PatternsCMDBConfiguration Management
0 likes · 8 min read
How to Accidentally Create a CMDB Data Dump – The 85% Failure Playbook
ITPUB
ITPUB
May 28, 2026 · Operations

10 Essential Shell Scripts for Efficient Log Management

This article provides ten ready‑to‑use Bash scripts that cover real‑time log monitoring, daily rotation, error aggregation across servers, timestamp conversion, IP address statistics, request‑type analysis, response‑time bucketing, file‑diff comparison, user‑activity tracking, and log compression with optional remote backup, helping operators automate and streamline log handling tasks.

BashLog ManagementShell
0 likes · 10 min read
10 Essential Shell Scripts for Efficient Log Management
Tech Musings
Tech Musings
May 28, 2026 · Operations

EdgeRouter X PPPoE IPv6 Stalls: MTU 1492 vs Router Advertisement Prefix Overwrite Trap

Enabling IPv6 on an EdgeRouter X PPPoE link caused intermittent SSL time‑outs because the PPPoE MTU of 1492 conflicted with the client’s default MTU, and the router‑advertised link‑mtu overwrote the DHCPv6‑PD‑generated SLAAC prefix, stripping internal devices of a global IPv6 address; manually configuring both MTU and prefix resolved the issue.

EdgeRouter XIPv6MTU
0 likes · 10 min read
EdgeRouter X PPPoE IPv6 Stalls: MTU 1492 vs Router Advertisement Prefix Overwrite Trap
MaGe Linux Operations
MaGe Linux Operations
May 27, 2026 · Operations

Master Linux Directory Structure Quickly: A Practical Guide for Ops Engineers

This guide explains why understanding the Linux filesystem hierarchy matters, walks through the FHS standard, details the purpose of each top‑level directory such as /bin, /usr, /etc, /var, /proc, and provides concrete commands and troubleshooting tips so engineers can locate files, edit configurations, and resolve issues without getting lost.

FHSFilesystemLinux
0 likes · 39 min read
Master Linux Directory Structure Quickly: A Practical Guide for Ops Engineers
Ops Community
Ops Community
May 27, 2026 · Operations

Practical Nginx Log Analysis: Uncovering the Culprit Behind Abnormal Access

This guide walks you through when to inspect Nginx logs, how to configure log formats, essential variables, common shell commands, and five real‑world troubleshooting scenarios—CC attacks, SQL injection, 500 errors, slow responses, and malicious crawlers—plus log rotation, tooling, and security hardening.

0 likes · 37 min read
Practical Nginx Log Analysis: Uncovering the Culprit Behind Abnormal Access
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
May 27, 2026 · Operations

10 Essential Supply Chain Formulas Every Manager Must Master

The article explains ten core supply‑chain formulas—from inventory turnover and safety stock to cash conversion cycle—showing how mis‑calculations can lock cash, cause stockouts, and damage customer satisfaction, and why continuous, system‑driven monitoring is crucial for modern operations.

EOQSupply Chaincapacity utilization
0 likes · 10 min read
10 Essential Supply Chain Formulas Every Manager Must Master
James' Growth Diary
James' Growth Diary
May 27, 2026 · Operations

Detecting Agent Silent Killers: Early Alerts for Latency Spikes, Token Explosions, and Infinite Loops

The article presents a three‑layer monitoring system—LangSmith tracing, Prometheus metrics, and Alertmanager alerts—together with concrete metric definitions, alert rules, and code examples to proactively detect latency spikes, token overuse, and dead‑loop cycles in production LLM agents, while also outlining common pitfalls and best‑practice recommendations.

AgentCostAlertLLM
0 likes · 18 min read
Detecting Agent Silent Killers: Early Alerts for Latency Spikes, Token Explosions, and Infinite Loops
Geek Labs
Geek Labs
May 27, 2026 · Operations

Four Handy Open‑Source Tools That Solve Real‑World Pain Points

This article introduces four lightweight open‑source utilities—a Android firewall/DNS app, a cross‑platform drawing program, a DPI‑bypass tool, and a CLI AI job‑search assistant—each addressing a specific problem with feature overviews, installation commands, and GitHub links.

AI assistantAndroidCLI
0 likes · 6 min read
Four Handy Open‑Source Tools That Solve Real‑World Pain Points
MaGe Linux Operations
MaGe Linux Operations
May 26, 2026 · Operations

Encountering Nginx 502 Errors? A Step‑by‑Step Guide to Fast Troubleshooting

Nginx 502 Bad Gateway is one of the most frequent operational issues; this article outlines a systematic, layered approach—from checking Nginx error logs and backend service status to network connectivity, resource limits, timeout settings, and permission problems—providing concrete commands, example scenarios, and preventive measures to quickly identify and resolve the root cause.

502DockerLinux
0 likes · 27 min read
Encountering Nginx 502 Errors? A Step‑by‑Step Guide to Fast Troubleshooting
AI Waka
AI Waka
May 26, 2026 · Operations

Why a Japanese Accounting Firm’s Most Critical “Employee” Is a Markdown File

A Japanese tax accountant runs a 60‑client practice without any staff by using a simple CLAUDE.md file to orchestrate AI‑driven accounting workflows, illustrating how domain experts can translate their work into structured, safe, and automated processes that run overnight.

AI safetyAccounting automationClaude AI
0 likes · 14 min read
Why a Japanese Accounting Firm’s Most Critical “Employee” Is a Markdown File
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
May 26, 2026 · Operations

When CPUs Hide GPU Bottlenecks: How Btune 2.0 Automates Latency Analysis to Uncover Performance Issues

The article presents a real‑world migration case where a CPU‑XPU bottleneck limited inference QPS, explains how Btune 2.0’s new latency‑focused diagnostics pinpointed a kernel lock contention in the halolet component, and shows the AI Agent’s automated, cross‑process analysis that restored performance and reduced cost.

AI infrastructureCPU-GPU bottleneckCross-process analysis
0 likes · 11 min read
When CPUs Hide GPU Bottlenecks: How Btune 2.0 Automates Latency Analysis to Uncover Performance Issues