Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
Line 1: Line 1:
== Development Repositories ==
== Test & Benchmarks suite(s) ==
** [[Test-suite-simple|Test-suite (for dummies)]]
* [[Test-suite-simple|Test-suite (for dummies)]]
** [[Test-suite | Test-suite]]
* [[Test-suite | Test-suite]]
** [[Benchmark-suite | Benchmark-suite]]
* [[Benchmark-suite | Benchmark-suite]]
** [[Educational]]
 
== Yambo educational ==
* [[Educational]]


== Reducing the size of the VM image ==
== Reducing the size of the VM image ==
** [[Special:AllPages | All Pages]]
* [[Special:AllPages | All Pages]]
** [[MediaWiki:Sidebar | Side Bar]]
* [[MediaWiki:Sidebar | Side Bar]]
** [[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 ==
== 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
== Sandbox (for testing) ==
[[Test images]]

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