• Posts
  • RSS
  • ◂◂RSS
  • Contact

  • Persistent Sessions

    July 23rd, 2019
    tech, tmux
    I do most of my work on my laptop, ssh'd into remote machines. Whenever my laptop loses internet I lose my connections. Reconnecting is kind of annoying, because I lose my directory, editor session, environment variables, and any running jobs. For years I've just dealt with this, and tried not to lose my connection, but I finally decided to figure out how to get persistent sessions. I have them set up now, it wasn't that much work, and it's wonderful.

    I run iterm2 with multiple columns. In each column terminal I run:

    $ connect-a
    
    Or b/c/d for the other four columns. This is defined as an alias in my ~/.bashrc:
    $ alias connect-a="mosh desktop -t tmux new-session -A -s a"
    
    This reconnects to the session a, or creates it if it doesn't exist.

    And that's it! It's possible to do all sorts of fancy things with tmux but for the most part I want my local terminal emulator and window manager to do those things instead.

    I now run this in place of ssh desktop, and being able to start a long-running job and then just close my laptop lid is wonderful.

    When I think about why I didn't do this earlier, given how much I like it, it's a tricky question. I tried using screen a few times, and would intentionally use it when starting long running jobs, but it was annoying enough that I didn't want to use it by default. I also had tried tmux, but I'd tried it in its "multiple virtual terminals in a single terminal" mode which isn't as good as a native terminal emulator. I think maybe the main thing was realizing I could name my persistent sessions and associate them with my terminal columns?

    Comment via: facebook

    Recent posts on blogs I like:

    Rereading Roald Dahl

    Taking out a few words doesn't change much. The post Rereading Roald Dahl appeared first on Otherwise.

    via Otherwise March 25, 2023

    What does Bing Chat tell us about AI risk?

    Early signs of catastrophic risk? Yes and no.

    via Cold Takes February 28, 2023

    Why Neighborhoods Should Have Speed Bumps

    I have several reasons I think why neighborhoods should have speed bumps. First, speed bumps are very useful to stop cars from hitting people in the streets. Second, when construction workers installed speed bumps on the street in front of our house it was v…

    via Lily Wise's Blog Posts February 27, 2023

    more     (via openring)


  • Posts
  • RSS
  • ◂◂RSS
  • Contact