Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created October 28, 2022 00:49
Show Gist options
  • Save GitHub30/de1aa8ac16e6243a732d3ba6aa392dd1 to your computer and use it in GitHub Desktop.
Save GitHub30/de1aa8ac16e6243a732d3ba6aa392dd1 to your computer and use it in GitHub Desktop.
sudo apt install -y tmux
# new session
tmux
# attach session
tmux a
# detach
Ctrl+b d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment