Running persistent tmux sessions
tmux new -s main You now have a tmux session called main.
Inside it you can run anything:
Python jobs
Docker services
Ollama downloads
Scripts
Editors
Leave it running.
Detach (without killing it):
CTRL + B then D The session keeps running in the background forever.