HPC Software: Difference between revisions
Jump to navigation
Jump to search
added containers section |
|||
| Line 3: | Line 3: | ||
== Editors == | == Editors == | ||
emacs | [https://www.gnu.org/software/emacs/documentation.html emacs] - Screen-based text editor | ||
vim | [https://www.vim.org/docs.php vim] - Screen-based text editor | ||
== Shells == | == Shells == | ||
| Line 17: | Line 17: | ||
== System Monitoring == | == System Monitoring == | ||
atop | [https://www.atoptool.nl/ atop] - ASCII full-screen performance monitor | ||
htop | [https://htop.dev htop] - Interactive process viewer | ||
top | top - | ||
== Terminal Multiplexers == | == Terminal Multiplexers == | ||
screen | [https://www.gnu.org/software/screen/ screen] - terminal multiplexer | ||
tmux | [https://tmux.github.io/ tmux] - terminal multiplexer | ||
== Version Control == | == Version Control == | ||
git | git | ||
Revision as of 10:24, 6 July 2023
Containers
apptainer (formerly singularity)
Editors
emacs - Screen-based text editor
vim - Screen-based text editor
Shells
bash
csh
tcsh
zsh
System Monitoring
atop - ASCII full-screen performance monitor
htop - Interactive process viewer
top -
Terminal Multiplexers
screen - terminal multiplexer
tmux - terminal multiplexer
Version Control
git