this post was submitted on 22 Jul 2024
74 points (98.7% liked)

Programming

17000 readers
94 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 month ago (1 children)

What can tmux do that you can't do using startup and exiting scripts?

[–] [email protected] 7 points 1 month ago* (last edited 1 month ago) (2 children)

Retain sessions when you're over SSH and get disconnected.

I'm surprised this wasn't mentioned, since it's my only use case for tmux.

[–] [email protected] 2 points 1 month ago

I use dtach for this feature

[–] [email protected] 1 points 1 month ago

I should've just looked it up but got lazy to be honest.

I use Dreamhost to connect to IRC support channels using irssi. I go through Dreamhost since it hides my home IP address. It disconnects me frequently. This would be very useful.

Thank you for the info.