Developers Corner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Coding practices == | == Coding practices == | ||
* [[Branches | * [[Branches Naming|Branches naming policy]] | ||
* [[Merging | * [[Merging Procedures|Merging procedures and timings]] | ||
== Test & Benchmarks suite(s) == | == Test & Benchmarks suite(s) == |
Revision as of 14:52, 2 February 2023
Coding practices
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