Session
Source Notes
- 2026-04-23: 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. (Running persistent tmux sessions)