Bubbles
1 points · 4 days ago · 0 comments

tmux has become more useful whenever I need to SSH from my mobile device to my main running computer. Here are some frequently used commands. Create a new session Provide your session name, eg. “mayday” tmux new -s mayday With that you can list list all the sessions tmux ls Attach to the session tmux attach -t mayday Bonus: To be the single controller and detaching all others, add a -d flag. Create/Attach Probably the best way is to create if needed, else attach tmux new -As may...

No comments yet. Log in to discuss on the Fediverse