Linked by Thom Holwerda on Thu 30th Aug 2012 23:11 UTC, submitted by MOS6510
Thread beginning with comment 533437
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Isn't screen obsolete now that we have GUIs everywhere? It's much easier to just open a new tab in Konsole (or your favourite terminal app) and make another SSH connection. If you are using Windows you just open up another putty window.
Aside from terminals not having support for detaching and re-attaching sessions the way screen and tmux do, my responsive, lightweight terminals of choice (uxterm and urxvt) don't always do tabs.
(urxvt does, but it's basically a Perl script that does textual tabs in a manner inferior to screen or tmux)
Also, terminal tabs are less than ideal if you have to open a new SSH connection every time you Ctrl+Shift+T rather than just running screen on the remote system and doing Ctrl+a c.
Isn't screen obsolete now that we have GUIs everywhere?
No.
It's much easier to just open a new tab in Konsole (or your favourite terminal app) and make another SSH connection.
Pressing Ctrl-b+c is a lot quicker and easier than opening a new tab and making a new connection. Not to mention that the screen/tmux session survives disconnects.
Say you run apt/yum from command line, using a konsole tab or putty and suddenly, gasp, you lose connection / your X session dies / SSH dies, etc. Recovery, if possible, will be -very- painful.
I never, never, never, never run anything destructive from a normal command prompt - I always use screen.
- Gilboa




Member since:
2009-05-23
Isn't screen obsolete now that we have GUIs everywhere? It's much easier to just open a new tab in Konsole (or your favourite terminal app) and make another SSH connection. If you are using Windows you just open up another putty window.