Skip to content

Instantly share code, notes, and snippets.

@kntjspr
Last active December 12, 2025 10:03
Show Gist options
  • Select an option

  • Save kntjspr/1f1e212f31e4c345165e1d815cf4e4a9 to your computer and use it in GitHub Desktop.

Select an option

Save kntjspr/1f1e212f31e4c345165e1d815cf4e4a9 to your computer and use it in GitHub Desktop.
Multiple workflow with tmux
tmux new -s mysession

run commands inside tmux

detach

Ctrl+B then D

safely close SSH/Putty

Later, reconnect and reattach:

tmux ls

Make sure use sudo to verify for root

tmux attach -t mysession
@kntjspr
Copy link
Author

kntjspr commented Dec 12, 2025

caddy run --config Config-path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment