I do laravel development in debian which is installed in virtualbox.
The following is my dev spec
- Debian 12 running in vbox
- Ram 3.3 GB
- 10 GB hard disk virtual
- 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.
So, to overcome this problem, I need to do house keeping often, for debian:
- apt clean
- install ndcu, find large files, especially neovim log and laravel log, delete the file.
- use bleachbit to clean all unnessery files.
Top comments (0)