View previous topic :: View next topic |
Author |
Message |
Pax-UX n00b
Joined: 20 Feb 2004 Posts: 65
|
Posted: Thu Jan 13, 2005 1:04 pm Post subject: Fault Tolorent connection Protocol |
|
|
I'm having a problem with one of my connections to a server so my telnet or ssh sessions get disconnected. It's beyond my control to fix the line issue, but I would like to use a protocal that allows me to reconnect and be exactly where I got disconnected from (i.e. if I'm running my app I can go back in again).
Is there some application that will let me do this? I've was thinking of something like VNC but for a CUI not GUI. |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Thu Jan 13, 2005 1:20 pm Post subject: |
|
|
screen |
|
Back to top |
|
|
Pax-UX n00b
Joined: 20 Feb 2004 Posts: 65
|
Posted: Thu Jan 13, 2005 1:36 pm Post subject: |
|
|
I assume that is humor? Not that I should download some app called Screen... Oh! I wish I could still laugh at this problem, but it completely wigging me out!!!! |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Thu Jan 13, 2005 1:39 pm Post subject: |
|
|
Developers don't have a sense of humour - except in IRC
screen is a CLI program that allows you to detach and re-attach at will.
Handy when your SSH session is terminated when the ADSL goes down
Code: | ds01 root # emerge -s '^screen'
Searching...
[ Results for search key : ^screen ]
[ Applications found : 1 ]
* app-misc/screen
Latest version available: 4.0.2-r1
Latest version installed: 4.0.2-r1
Size of downloaded files: 820 kB
Homepage: http://www.gnu.org/software/screen/
Description: Screen is a full-screen window manager that multiplexes a physical terminal between several processes
License: GPL-2
|
|
|
Back to top |
|
|
Pax-UX n00b
Joined: 20 Feb 2004 Posts: 65
|
Posted: Thu Jan 13, 2005 1:56 pm Post subject: |
|
|
Brilliant!!! Thanks! |
|
Back to top |
|
|
|