Skip to main content

Questions tagged [gnu-screen]

screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). For computer monitors, see the tag /monitors.

5 votes
1 answer
130 views

Running screen for several months with ~30 open windows, I am renaming windows from time to time with C-a A. But for some reason unknown to me, I can no longer do this. That is, I can say C-a " ...
false's user avatar
  • 151
0 votes
1 answer
122 views

I've created a ~/.screenrc file based on another question here: autodetach on startup_message off hardstatus alwayslastline shelltitle 'bash' hardstatus string '%{gk}[%{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %...
Seamus's user avatar
  • 3,928
1 vote
1 answer
94 views

I use mpg123 to play a list of songs while I work. The host that actually runs mpg123 and plays the music is a local, headless system, but I can connect to it over SSH. I start mpg123 on this host in ...
Seamus's user avatar
  • 3,928
5 votes
2 answers
472 views

I've created a screen session and ran rsync within that session: screen -S rsync_backup rsync -rvnc data/ data2 >rsync_out-4.txt 2>rsync_outErr-4.txt I used the top command for progress ...
Denis's user avatar
  • 153
0 votes
0 answers
21 views

When I open up neovim on my raspbian device the syntax highlighting works perfectly well. As soon as I use the screen command (to create a multi-paned setup) nvim becomes black and white. Colors ...
Sambews's user avatar
0 votes
1 answer
154 views

I found several similar questions but AFICT they don't apply to my situation. Some e.g. this one for tmux and elsewhere on Ubuntu suggest it is due to using ssh.socket, but my install is not even ...
Miserable Variable's user avatar
0 votes
1 answer
91 views

I am trying to capture a shell session (output of compilation of C program) and the terminal shows warnings and highlights variables in color in the terminal. See attached image. And when capturing ...
fernan's user avatar
  • 23
-1 votes
2 answers
841 views

Using a usb-to-serial cable I can connect to a piece of equipment successfully via screen /dev/ttyUSB0 115200 Is there a command once within screen that will close that and return my terminal prompt? ...
ron's user avatar
  • 9,198
1 vote
0 answers
72 views

I use GNU Screen to run programs. One of my programs sets up a custom cursor colour. When I reattach to the program via GNU Screen, the cursor does not restore to the custom colour, until I refresh ...
user22476690's user avatar
0 votes
1 answer
75 views

I am starting a screen session in my entrypoint shell script in docker, then log the output of screen -list to a file. #!/bin/bash screen -S my_screen -dm bash -c 'cd project && npm run start'...
Z0q's user avatar
  • 631
0 votes
1 answer
70 views

I would like to increase the scrolling buffer of screen. In screen, I modified .screenrc with defscrollback 10000 to increase the scrolling buffer, but nothing has changed. What was done wrong? This ...
Michael D's user avatar
  • 173
2 votes
0 answers
114 views

pasting this into screen wg pubkey < ~/.ssh/wireguard.t520.private.key > ~/.ssh/wireguard.t520.public.key .. results in this: ~/.ssh/wireguard.t520.private.key > ~/.ssh/wireguard.t520.public....
Jason Hunter's user avatar
1 vote
1 answer
764 views

I like the experience that I get from using the terminal on a remote device where there is a visible lag between what I type and what happens on screen, because it forces me to trust the actions I'm ...
user22476690's user avatar
-1 votes
3 answers
103 views

I have 3 java process running on my host - i access the host by a ssh client. Some one of that process freezed and i need kill that pid process to re-start it I know the name of the file, but i dont ...
Felipe Braga Comonier's user avatar
1 vote
0 answers
93 views

The default behavior of GNU screen is to prepend the process id to a session name to allow duplicate names to exist. For example, the following will produce three sessions of the same name, unique ...
Zhro's user avatar
  • 2,861

15 30 50 per page
1
2 3 4 5
64