Tagged articles
3 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Sep 21, 2025 · Operations

Why WeChat Bloats Your Phone and How to Safely Clean Up Storage

Many users think WeChat stores duplicate copies of files when forwarding, causing massive storage bloat, but the app actually uses hard links to avoid redundancy; a misguided Python script can delete files by name suffixes, risking data loss, while proper cleanup involves clearing caches, managing large chat files, disabling auto‑download, and using deep clean options.

Cache CleaningPython scriptStorage Management
0 likes · 5 min read
Why WeChat Bloats Your Phone and How to Safely Clean Up Storage
Baidu Geek Talk
Baidu Geek Talk
Jan 22, 2025 · Mobile Development

iOS Sandbox Disk Management and Cleaning Strategies

The article explains iOS sandbox storage by detailing the four main directories, their backup rules, naming conventions, and retrieval APIs, then outlines how to calculate physical file size and implements both automatic quota‑based and manual user‑driven cleaning methods, including system cache removal for tmp, WKWebView, and dyld caches.

Cache CleaningObjective‑Cdisk-management
0 likes · 22 min read
iOS Sandbox Disk Management and Cleaning Strategies
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2022 · Operations

How to Build Tiny, Fast Docker Images: 4 Proven Optimization Tricks

This article explains Docker image fundamentals and presents four practical techniques—removing package caches, ordering layers by change frequency, separating build and runtime stages, and inspecting layers with dive—to dramatically shrink image size, speed up builds, and improve security.

Cache CleaningContainer SecurityDocker
0 likes · 10 min read
How to Build Tiny, Fast Docker Images: 4 Proven Optimization Tricks