HPC Software: Difference between revisions
Jump to navigation
Jump to search
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Containers == | == Containers == | ||
apptainer (formerly singularity) | [https://apptainer.org/docs/ apptainer] (formerly singularity) | ||
== Editors == | == Editors == | ||
| Line 8: | Line 8: | ||
== Shells == | == Shells == | ||
bash | [https://www.gnu.org/software/bash/bash.html bash] - Bourne Again SHell, GNU shell | ||
[https://www.zsh.org/ zsh] - Shell | |||
zsh | |||
== System Monitoring == | == System Monitoring == | ||
| Line 29: | Line 25: | ||
== Version Control == | == Version Control == | ||
git | [https://git-scm.com/ git] - Version Control Sytem | ||
Latest revision as of 10:33, 6 July 2023
Containers
[edit | edit source]apptainer (formerly singularity)
Editors
[edit | edit source]emacs - Screen-based text editor
vim - Screen-based text editor
Shells
[edit | edit source]bash - Bourne Again SHell, GNU shell
zsh - Shell
System Monitoring
[edit | edit source]atop - ASCII full-screen performance monitor
htop - Interactive process viewer
top -
Terminal Multiplexers
[edit | edit source]screen - terminal multiplexer
tmux - terminal multiplexer
Version Control
[edit | edit source]git - Version Control Sytem