Developers Corner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== | == Test & Benchmarks suite(s) == | ||
* [[Test-suite-simple|Test-suite (for dummies)]] | |||
* [[Test-suite | Test-suite]] | |||
* [[Benchmark-suite | Benchmark-suite]] | |||
== Yambo educational == | |||
* [[Educational]] | |||
== Reducing the size of the VM image == | == Reducing the size of the VM image == | ||
* [[Special:AllPages | All Pages]] | |||
* [[MediaWiki:Sidebar | Side Bar]] | |||
* [[under construction | Html2Wiki HOWTO]] | |||
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help] | |||
== Reducing the size of the VM image == | == Reducing the size of the VM image == | ||
Line 16: | Line 18: | ||
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 | ||
Revision as of 13:32, 2 February 2023
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