Tagged Questions
2
votes
0answers
38 views
How to prevent gnu screen capturing the mouse?
I want to use local scrollback on my terminal, whilst using gnu screen. That's because my network connection is incredibly slow, so using screen's scrollback is very slow. Local scrollback is much ...
2
votes
1answer
139 views
Gnu screen with local scrollback buffer?
I'm using a remote server over a very slow and unreliable network connection.
So, I want to use gnu screen in order not to lose what I'm doing whenever I get disconnected.
But I want a local ...
1
vote
1answer
113 views
Does Linux screen slow down a process running remotely?
I am running a process that is uploading a large file to Amazon S3 in a Linux screen (byobu). The programs outputs progress of the upload as it runs (s3cmd). Since the process is running remotely, and ...
2
votes
3answers
1k views
How come I can't use Screen on a different computer?
When I use putty, login and type "screen", it works.
When I use a DIFFERENT computer--a linux based system. I SSH into it through my local machine.
Then, I type "screen" , and it displays this ...
5
votes
8answers
8k views
Running commands on Putty without fear of losing connection
How do you use the "screen" command effectively?
Is it:
Type "screen"
Type in command
Lose connection
Check back on lost session
How do I carry out step 4?