Developers Corner

From The Yambo Project
Revision as of 15:14, 31 May 2022 by Conor (talk | contribs)
Jump to navigation Jump to search

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)

Test images