Logo

dev-resources.site

for different kinds of informations.

Clean Debian Storage

Published at
1/1/2024
Categories
debian
webdev
virtualbox
Author
hardyweb
Categories
3 categories in total
debian
open
webdev
open
virtualbox
open
Author
8 person written this
hardyweb
open
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

virtualbox Article's
30 articles in total
Favicon
ELK Stack Mastery: Building a Scalable Log Management System
Favicon
Resizing the disk on a Vagrant virtual machine
Favicon
How to send/receive local emails in Linux Mint/VirtualBox
Favicon
VM cannot access internet via NAT VirtualBox
Favicon
在virtualbox中运行openwrt
Favicon
Install Ubuntu 20.04 on Virtualbox on Ubuntu 20.04
Favicon
Running Servers Through VirtualBox
Favicon
Clean Debian Storage
Favicon
(Quick-note) How to fix Virtualbox 7 screen turning black when on fullscreen (or above a specific screen size) on Windows 11
Favicon
Getting started with Vagrant: a beginner's Guide
Favicon
Oracle 19c Data Guard builds on Rhel8 /Oracle linux8/Centos8 (Vagrant)
Favicon
OpenBSD 7.3 on VirtualBox 7: Installation as guest OS failed due to I/O APIC enabled
Favicon
OpenBSD 7.3 on VirtualBox 7: ゲスト OS インストールに失敗 - 原因は I/O APIC 有効化
Favicon
How to Setup Ubuntu 20.04 LTS on your local windows machine using Vagrant
Favicon
[end Kernel panic - not syncing: Attemted to kill the idle task] VirtualBox
Favicon
How to install VirtualBox
Favicon
Compartilhando o Serial do Windows com a VM
Favicon
SO - TP 1
Favicon
OpenBSD フルディスク暗号化 (on VirtualBox)
Favicon
OpenBSD Full Disk Encryption (on VirtualBox)
Favicon
Virtualbox 7.0.4 kickstart issue
Favicon
Getting Started With Vulnhub
Favicon
SSH into your local VM as if it is a paid IaaS
Favicon
VirtualBox/VMware Alternatives for Linux
Favicon
Useful: VirtualBox helpers / Command
Favicon
Pardus 21 Sunucu Kurulumu Part 1 Sanal Makine oluşturma ve Makine ayarları
Favicon
How to solve E_INVALIDARG (0x80070057) in VirtualBox
Favicon
Bitrix Installation on Centos (Virtualbox & EC2)
Favicon
How to Install VirtualBox on Kali OS(2022)
Favicon
How to Install Genymotion & VirtualBox on Parrot OS

Featured ones: