FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I freed 12GB of disk space in 10 seconds with one CLI command
How-ToWeb Development

I freed 12GB of disk space in 10 seconds with one CLI command

via Dev.to JavaScriptarik mozharovsky1d ago

You know that "disk almost full" notification that pops up right when you're in the middle of something important? Yeah. That one. I used to spend 20 minutes hunting down what was eating my disk. Turns out, the answer was almost always the same: my own dev tools . Your dev machine is silently hoarding gigabytes of junk Here is a dirty secret nobody talks about at standup: every project you have ever cloned, built, and forgotten about is still sitting on your disk, quietly consuming space. That side project from January? Its node_modules is still there. That Rust experiment you tried for a weekend? The target/ folder is 800MB. Those three Docker tutorials? Dangling images galore. And the worst part is that every tool has its own cleanup command : rm -rf node_modules # per project, manually docker system prune # Docker brew cleanup --prune=all # Homebrew pip cache purge # Python cargo clean # Rust, per project rm -rf ~/Library/Developer/Xcode/DerivedData # Xcode npm cache clean --force #

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
4 views

Related Articles

How One Hour of Planning Makes the Whole Week Feel Easier
How-To

How One Hour of Planning Makes the Whole Week Feel Easier

Medium Programming • 1d ago

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes
How-To

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes

Medium Programming • 1d ago

What Learning to Code Actually Feels Like (No One Talks About This)
How-To

What Learning to Code Actually Feels Like (No One Talks About This)

Medium Programming • 1d ago

How to Run Ethernet Cables to Your Router and Keep Them Tidy
How-To

How to Run Ethernet Cables to Your Router and Keep Them Tidy

Wired • 1d ago

The Moka Pot Is the Best Way to Brew Coffee (2026)
How-To

The Moka Pot Is the Best Way to Brew Coffee (2026)

Wired • 1d ago

Discover More Articles