DEV Community

Cover image for Clean Debian Storage
hardyweb
hardyweb

Posted on

Clean Debian Storage

I do laravel development in debian which is installed in virtualbox.

The following is my dev spec

  1. Debian 12 running in vbox
  2. Ram 3.3 GB
  3. 10 GB hard disk virtual
  4. Neovim as IDE

One of my problems is that the vbox hard disk fills up quickly. Although I can rescale the hard disk from 10 GB to infinity, but I want a small environment just for Laravel php coding.

Image description

So, to overcome this problem, I need to do house keeping often, for debian:

  1. apt clean
  2. install ndcu, find large files, especially neovim log and laravel log, delete the file.
  3. use bleachbit to clean all unnessery files.

Image description

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay