Skip to main content

All Questions

Tagged with
1 vote
2 answers
191 views

GNU screen is displayed differently on different machines

I am running $ screen --version Screen version 4.03.01 (GNU) 28-Jun-15 on Debian Jessie via SSH. If I create a screen from a machine running Gentoo and then use it from there, Unicode characters (...
Pastafarianist's user avatar
9 votes
1 answer
42k views

how to resume a screen session?

When I log to my SSH, I have 2 screen sessions: screen -list There are screens on: 4278.chat (07/16/15 14:26:47) (Attached) 15127.notifier (07/16/15 13:27:57) (...
yarek's user avatar
  • 631
1 vote
0 answers
608 views

Why when I run a program in a detached screen section it became very slow?

I am not so into Linux and I have the following situation related a strange behavior of the screen command. The situation is the following one: one a RaspBerry Pi I have installed Raspbian (that is a ...
AndreaNobili's user avatar
  • 7,201
19 votes
2 answers
9k views

Is it a good idea to put "screen -r" in my .bashrc?

I'd like to use screen to keep ssh sessions alive on my server. It would be nice if I could automatically resume any running session for my user when I log in. The straightforward way to do this would ...
marcusw's user avatar
  • 1,768