Developers Corner
Jump to navigation
Jump to search
Coding practices
Test & Benchmarks suite(s)
Yambo educational
Reducing the size of the VM image
Reducing the size of the VM image
Open a terminal in the VM and type
sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k sudo rm -rf /bigemptyfile