* Added basic info concerning tmux: Starting with the cheatsheet.

This commit is contained in:
2023-01-23 17:04:47 -05:00
parent 5318df9a1d
commit 9b480e39af
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
TODO tutorial / guide for tmux
==============================
## [ ] Terminologies
* "session" : the entire session
* "screen" : a separate shell / CLI / TUI program spawned by tmux and whose display is accesible from tmux.
## [ ] Cheatsheet
See its own cheatsheet draft.
## [ ] Using tmux to have persistent terminal on HPC
### Draft:
The tmux process should be run on the login node instead of the compute node.
Spawn as many screens as from one or more screen(s) / shell(s) within the tmux session.
For heavier process, we should launch the "salloc" to get the shell on the compute node before running the heavy process.