Developers Corner: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
  sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
  sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
  sudo rm -rf /bigemptyfile
  sudo rm -rf /bigemptyfile
== Sandbox (for testing) ==

Revision as of 15:13, 31 May 2022

Development Repositories

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

Sandbox (for testing)