Developers Corner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help] | * [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help] | ||
== | == Netiquette, branch naming, merging procedures & Coding practices == | ||
* [[Netiquette|Netiquette]] | |||
* [[Branches Naming|Branches naming policy]] | * [[Branches Naming|Branches naming policy]] | ||
* [[Coding good practices|Coding good practices]] | * [[Coding good practices|Coding good practices]] | ||
* [[Merging Procedures|Merging procedures and timings]] | * [[Merging Procedures|Merging procedures and timings]] | ||
* [[Neti | |||
== Test & Benchmarks suite(s) == | == Test & Benchmarks suite(s) == |
Revision as of 06:38, 26 July 2023
Special Pages
Netiquette, branch naming, merging procedures & Coding practices
Test & Benchmarks suite(s)
Yambo educational
ICTP VM setup
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