Debugging Disk Space Issues on Linux
Apr 22, 2025 · 2 min read · Some handy commands for quickly checking whats eating up storage space on linux vps(in my case it was poorly configured github action runners and chonky npm and nextjs cache) Get a High-Level Overview with df The df command (Disk Free) gives you a su...
Join discussion