useful
Here is the random list of useful things:
Shared conda env
SSH session
If you want to run some calculation overnight or have unstable connection it is important to keep the ssh session alive. For this purpose there is a number of software that allows to detach ssh session and keep it alive on the server. Classical example is screen
, which also allows to multiplex a physical terminal between several processes.
Ctrl+a-c — create a new window
Ctrl+a-" — visualize the opened windows
Ctrl+a-p, Ctrl+a-n — switch with the previous/next window
Ctrl+a-number — switch to the window number
Ctrl+d — kill a window
You can easily google more detailed tutorials.
Last updated