Top "Gnu-screen" questions

screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.

Getting back old copy paste behaviour in tmux, with mouse

This is what I used to do in tmux to copy-paste (using the mouse, the keyboard works differently and it …

terminal gnu-screen tmux
How to stop a screen process in linux?

I am running a script on a remote server. I ran the script in screen, however I need to stop …

linux gnu-screen
How to scroll up and down in sliced "screen" terminal

I just installed screen and like the idea to divide linux terminal into multiple pieces. But I can't figure out …

linux ubuntu unix terminal gnu-screen
Using the scrollwheel in GNU screen

How can I setup GNU screen to allow the mouse's scrollwheel to scroll around in the scrollback buffer? I tried …

mousewheel gnu-screen
Copying the GNU screen scrollback buffer to a file (extended hardcopy)

How do I easily copy the GNU Screen scrollback buffer to a file? I.e., a more powerful version of …

keyboard-shortcuts gnu-screen
What's a good Java, curses-like, library for terminal applications?

I would like to write a Java terminal application that does screen manipulation. Are there any good libraries out there …

java terminal console console-application gnu-screen
How to create a screen executing given command?

i'm fairly new in *nix. Is there a way to create a screen, which will immediately execute a given command …

gnu-screen
Kill all detached screen sessions

When I execute screen -ls, I see the following. How can I kill all the detached sessions? There are screens …

gnu-screen
Set screen-title from shellscript

Is it possible to set the Screen Title using a shell script? I thought about something like sending the key …

bash title gnu-screen xterm
List running Jupyter notebooks and tokens

How do you check the login tokens for all running jupyter notebook instances? Example: you have a notebook running in …

python ssh jupyter tmux gnu-screen