mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2025-12-17 14:38:47 +01:00
Compare commits
No commits in common. "b0583be31c34a3e7b3870805c6be7604ec8c0f79" and "ab956134c6449938e00cceda0e8959332799731d" have entirely different histories.
b0583be31c
...
ab956134c6
2 changed files with 2 additions and 3 deletions
|
|
@ -9,4 +9,4 @@ steps:
|
||||||
- licenses.yml
|
- licenses.yml
|
||||||
errors_are_fatal: True
|
errors_are_fatal: True
|
||||||
exclude_regex:
|
exclude_regex:
|
||||||
- '^https://community.openvpn.net$' # DDoS protection page, always returns 403
|
- '^https://community.openvpn.net/$' # DDoS protection page, always returns 403
|
||||||
|
|
|
||||||
|
|
@ -121,8 +121,7 @@ _See also [Restic's list of Linux backup software](https://github.com/restic/oth
|
||||||
Build and software organization tools.
|
Build and software organization tools.
|
||||||
|
|
||||||
- [EasyBuild](https://easybuild.io/) - EasyBuild builds software and modulefiles for High Performance Computing (HPC) systems in an efficient way. ([Source Code](https://github.com/easybuilders/easybuild-easyconfigs)) `GPL-2.0` `Python`
|
- [EasyBuild](https://easybuild.io/) - EasyBuild builds software and modulefiles for High Performance Computing (HPC) systems in an efficient way. ([Source Code](https://github.com/easybuilders/easybuild-easyconfigs)) `GPL-2.0` `Python`
|
||||||
- [Environment Modules](https://cea-hpc.github.io/modules/) - Environment Modules provides for the dynamic modification of a user's environment via modulefiles. ([Source Code](https://github.com/cea-hpc/modules)) `GPL-2.0` `Tcl`
|
- [environment-modules Lmod](https://www.tacc.utexas.edu/research-development/tacc-projects/lmod) - Lmod is a Lua based module system that easily handles the MODULEPATH Hierarchical problem. ([Source Code](https://github.com/TACC/Lmod)) `MIT` `Lua`
|
||||||
- [Lmod](https://www.tacc.utexas.edu/research-development/tacc-projects/lmod) - Lmod is a Lua based module system that easily handles the MODULEPATH Hierarchical problem. ([Source Code](https://github.com/TACC/Lmod)) `MIT` `Lua`
|
|
||||||
- [Spack](https://spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. ([Source Code](https://github.com/spack/spack)) `MIT/Apache-2.0` `Python`
|
- [Spack](https://spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. ([Source Code](https://github.com/spack/spack)) `MIT/Apache-2.0` `Python`
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue