Developers Corner: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* Development Repositories
== Development Repositories ==
** [[Test-suite-simple|Test-suite (for dummies)]]
** [[Test-suite-simple|Test-suite (for dummies)]]
** [[Test-suite | Test-suite]]
** [[Test-suite | Test-suite]]
Line 9: Line 9:
** [[under construction | Html2Wiki HOWTO]]
** [[under construction | Html2Wiki HOWTO]]
** [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
** [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
== 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

Revision as of 06:52, 7 April 2021

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