Developers Corner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Coding practices == | == Coding practices == | ||
* [[Branches Naming|Branches naming policy]] | * [[Branches Naming|Branches naming policy]] | ||
* [[Coding good practices|Coding good practices]] | |||
* [[Merging Procedures|Merging procedures and timings]] | * [[Merging Procedures|Merging procedures and timings]] | ||
Revision as of 14:53, 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