Showing 100 articles max
Ops Community
Ops Community
May 13, 2026 · Operations

Kubernetes Node Failures: One‑Stop Guide to Diagnose and Fix Common Issues

This comprehensive guide walks Kubernetes operators through a step‑by‑step process for diagnosing node health problems—such as NotReady, MemoryPressure, DiskPressure, PIDPressure, and NetworkUnavailable—by examining node conditions, reviewing events, checking system resources, inspecting component logs, applying targeted fixes, and verifying recovery, all illustrated with real‑world commands and examples.

CNIDiskPressureKubernetes
0 likes · 44 min read
Kubernetes Node Failures: One‑Stop Guide to Diagnose and Fix Common Issues
Wuming AI
Wuming AI
May 12, 2026 · Operations

How Two Custom Skills Eliminate Manual Photo Downloads

The article explains how the author packaged repetitive photo‑album download tasks into two Skills—alltuu-downloader and photoplus-downloader—so that an AI Agent can automatically fetch original images from cloud albums, saving users from clicking each picture individually.

AI agentGitHubSkill
0 likes · 6 min read
How Two Custom Skills Eliminate Manual Photo Downloads
AntTech
AntTech
May 12, 2026 · Operations

Solving GenAI Observability Standardization with LoongSuite’s Unified Data Language

The article details how Alibaba and Ant Group’s LoongSuite GenAI observability semantic conventions use a unified data language to standardize GenAI telemetry, introduce entry/step spans, skill semantics, and token‑level tracing, and provide a reusable GenAI Utils library for scalable deployment across agents and inference engines.

GenAIInstrumentationLoongSuite
0 likes · 22 min read
Solving GenAI Observability Standardization with LoongSuite’s Unified Data Language
Woodpecker Software Testing
Woodpecker Software Testing
May 12, 2026 · Operations

How AI Cut CI/CD Build Time from 12 Minutes to 98 Seconds in a FinTech Team

A FinTech team's CI pipeline saw build time jump to 12 minutes 37 seconds and test failures rise to 18%, but after deploying a lightweight AI analysis engine the hidden JUnit parameterized test caused resource contention was identified, prioritized fixes were generated, and overall build duration was reduced to under two minutes.

AIDevOpsMachine Learning
0 likes · 9 min read
How AI Cut CI/CD Build Time from 12 Minutes to 98 Seconds in a FinTech Team
Geek Labs
Geek Labs
May 12, 2026 · Operations

Four Open-Source Command-Line Tools to Supercharge Your Docs: Office, Markdown, PDF, and PPT

Discover four lightweight, free, open-source command-line utilities—OfficeCLI for AI‑driven Office file manipulation, glow for terminal Markdown viewing, ppt‑master for converting documents into editable PowerPoint slides, and KillerPDF for fast PDF editing—each designed to boost developer and office productivity without costly software.

Command LineKillerPDFOfficeCLI
0 likes · 7 min read
Four Open-Source Command-Line Tools to Supercharge Your Docs: Office, Markdown, PDF, and PPT
Smart Workplace Lab
Smart Workplace Lab
May 11, 2026 · Operations

Do We Still Need Meetings When AI Can Write the Minutes?

The article recounts a personal case where AI generated a meeting summary in minutes yet the author still spent hours in a synchronous meeting, analyzes why AI‑driven sync information reduction doesn’t eliminate unnecessary gatherings, and presents a three‑step protocol for assessing meeting necessity, implementing asynchronous collaboration, and configuring decision‑flow automation to reclaim time.

AIasynchronous communicationdecision making
0 likes · 8 min read
Do We Still Need Meetings When AI Can Write the Minutes?
Ops Community
Ops Community
May 11, 2026 · Operations

Production‑Grade Linux Disk I/O Tuning: From Theory to Hands‑On Practice

This comprehensive guide walks you through the fundamentals of Linux disk I/O performance, explains how to interpret key metrics such as IOPS, throughput and latency, and provides step‑by‑step instructions, scripts and configuration examples for diagnosing bottlenecks, optimizing filesystems, kernel parameters, application settings and storage layouts in production environments.

FilesystemLinuxMonitoring
0 likes · 60 min read
Production‑Grade Linux Disk I/O Tuning: From Theory to Hands‑On Practice
AI Architecture Hub
AI Architecture Hub
May 11, 2026 · Operations

Why HTML Beats Markdown for Claude Code Outputs

The article explains how using HTML instead of Markdown with Claude Code delivers richer information density, better readability, easy sharing, interactive capabilities, and deeper data ingestion despite higher token usage and longer generation time, making it a more effective format for AI‑driven documentation and workflows.

AI agentsClaude CodeDocumentation
0 likes · 14 min read
Why HTML Beats Markdown for Claude Code Outputs
dbaplus Community
dbaplus Community
May 10, 2026 · Operations

Ubuntu Breaks 35 Years of Linux Philosophy: Should You Adopt Snap Devpacks?

Ubuntu 26.04 LTS introduces Snap Devpacks—a single‑command, vendor‑controlled toolchain that promises the fastest Linux developer environment deployment, but raises concerns about lock‑in, prompting a detailed comparison with alternatives like mise, Nix devShells, DNF modules and container‑based setups.

CanonicalDeploymentDevpacks
0 likes · 14 min read
Ubuntu Breaks 35 Years of Linux Philosophy: Should You Adopt Snap Devpacks?
MaGe Linux Operations
MaGe Linux Operations
May 10, 2026 · Operations

Avoid These 10 Common Docker Production Pitfalls (Plus 5 Hidden Issues)

This article compiles the ten most frequent Docker problems encountered in production—such as disk exhaustion, time drift, DNS failures, OOM kills, data loss, tag confusion, signal handling, resource‑limit oversights, and exposed daemon ports—provides concrete symptoms, root‑cause explanations, diagnostic commands, remediation steps, and preventive measures, and also lists five often‑overlooked traps.

DockerTroubleshootingcontainer-runtime
0 likes · 32 min read
Avoid These 10 Common Docker Production Pitfalls (Plus 5 Hidden Issues)
Ops Community
Ops Community
May 10, 2026 · Operations

Stop Manually SSHing Servers: Practical Ansible Playbook Examples

This article explains how Ansible automates repetitive operations such as bulk software installation, configuration changes, service restarts, application deployment, and log collection, guiding readers through installation, core concepts, inventory setup, common modules, multiple real‑world Playbooks, role organization, Vault security, troubleshooting, and best‑practice risk warnings.

Configuration ManagementDevOpsPlaybook
0 likes · 31 min read
Stop Manually SSHing Servers: Practical Ansible Playbook Examples
Geek Labs
Geek Labs
May 10, 2026 · Operations

Four Open‑Source YouTube Tools for Downloading, Editing, and Archiving

This article reviews four open‑source projects that together cover YouTube downloading (yt‑dlp), AI‑powered clipping (Youtube‑clipper‑skill), a web‑based precise cutter (retrogtx/youtube‑clipper), and GitHub Actions automated archiving (nikzad‑avasam/youtube‑dl), detailing their features, installation steps, and ideal user scenarios.

AI EditingGitHub ActionsOpen Source
0 likes · 8 min read
Four Open‑Source YouTube Tools for Downloading, Editing, and Archiving
dbaplus Community
dbaplus Community
May 10, 2026 · Operations

How a Single FFmpeg Command Can Cut CDN Video Bandwidth Costs by 90%

An investigation revealed that a 1 GB MP4 video streamed to 2,500 users consumed 120 TB of CDN bandwidth because the file’s moov box was placed at the end and the audio‑video tracks were poorly interleaved, causing thousands of HTTP 206 range requests; moving the moov box to the file header with a simple ffmpeg command eliminated the excess requests and reduced bandwidth usage to the video’s actual size.

CDNbandwidthfaststart
0 likes · 12 min read
How a Single FFmpeg Command Can Cut CDN Video Bandwidth Costs by 90%
Ops Community
Ops Community
May 9, 2026 · Operations

Achieve Seamless Nginx High Availability with Keepalived: A Practical Guide

This article walks through building a simple, cost‑effective high‑availability solution for Nginx using Keepalived’s VRRP‑based VIP failover, covering environment setup, configuration of master and backup nodes, health‑check scripts, testing procedures, troubleshooting tips, and rollback steps.

Linuxfailoverhealth check
0 likes · 29 min read
Achieve Seamless Nginx High Availability with Keepalived: A Practical Guide
Shuge Unlimited
Shuge Unlimited
May 9, 2026 · Operations

OpenSpec Deep Dive: 4‑Step Review and 5 Upgrades to Make AI‑Generated Code Run Correctly

This article dissects OpenSpec’s four‑step AI programming workflow, exposing why completing the process often still yields buggy code, and proposes five concrete upgrades—including spec reviews, atomic task checks, runtime verification, TDD practices, and archive gate‑keeping—to close the quality gap.

AI programmingOpenSpecTest‑Driven Development
0 likes · 16 min read
OpenSpec Deep Dive: 4‑Step Review and 5 Upgrades to Make AI‑Generated Code Run Correctly
dbaplus Community
dbaplus Community
May 8, 2026 · Operations

Why Debian Beats Ubuntu as the Ideal Daily‑Driver Linux Distro

The article compares Debian and Ubuntu, showing how Debian’s community‑driven purity, stable release model, broad hardware support, flexible desktop choices, classic APT packaging, and strong community make it a superior daily‑driver Linux distribution.

APTDebianFree Software
0 likes · 10 min read
Why Debian Beats Ubuntu as the Ideal Daily‑Driver Linux Distro