gnu-screen Questions
3
Solved
Is it possible to peek at the contents of a running screen session?
In order words, look through the window without going in to the room!
e.g.
ssh [email protected] screen --look (and show ...
Vanward asked 26/3, 2020 at 12:19
3
I want my Terraform config to provision a server and start the service at the end by invoking a command and keep running it. I tried using nohup and screen using remote-exec:
nohup:
provisioner "...
Sympathetic asked 24/3, 2016 at 18:43
6
Solved
Lets say I have a currently running screen session I am interacting with through putty. I've realized that the scrollback buffer is too small and would like to increase it without starting a new sc...
Bongbongo asked 6/1, 2012 at 15:40
12
Solved
I created a screen "myscreen" in linux and it stopped responding abruptly. I closed the terminal and tried to reopen it. "screen -ls" shows that the screen is Attached. I tried the following comman...
Extranuclear asked 11/2, 2013 at 4:49
6
Solved
I connect to a remote server using ssh -L but if I close the laptop lid or the connection is lost, the jupyter notebook is disconnected.
After I reconnect to the remote server, the "last" session ...
Benjaminbenji asked 23/8, 2017 at 9:34
3
Let me explain what I'm looking for, hopefully for the terminal, but if it exists in an IDE, i'll take that too.
I have a laptop with a 1366x768 resolution screen; I use vim for code-writing, and ...
Manara asked 15/8, 2012 at 3:23
6
Solved
I'm starting a number of screens in a bash script, then running django's runserver command in each of them. I'd like to be able to programmatically stop them all as well, which requires me to send ...
Rebak asked 26/4, 2011 at 11:28
4
I am using Linux containers with Proxmox 4.
When I am connected on an Ubuntu 16.04 container with:
pct enter <id>
I run a script with screen and try to watch the process running with:
scr...
Appetency asked 13/9, 2016 at 13:24
4
Solved
How can I run a shell script and immediately background it, however keep the ability to inspect its output any time by tailing /tmp/output.txt.
It would be nice if I can foreground the process too ...
Ebberta asked 28/5, 2017 at 0:59
5
Solved
Currently I am using a script to spawn a daemon:
screen -r user -X stuff "spawn daemon"
screen -r user -X eval "stuff \015"
Is there an easier way to send the enter key ("\015"), or in fact a be...
Alienation asked 18/1, 2011 at 16:57
11
Solved
Screen is amazing, of course, but I don't want to have to think about it. I often ssh to a machine, start doing a bunch of stuff, and then think "gosh, I wish I had thought to start a screen sessio...
Seleucid asked 2/7, 2009 at 18:26
2
When I try to resume a screen session with
$ screen -r name
I get
WriteMessage: Bad file descriptor
How can I fix that? (Ideally being able to resume the screen, but at least remove it if res...
Richelieu asked 12/12, 2017 at 9:56
3
I have a minicom script which sends some commands via serial and expects something back(which works) but im having trouble exiting the minicom screen.
Below is the minicom script:
success1:
pri...
Legendre asked 7/3, 2019 at 15:45
2
I started a putty window, changed the font, and then did Windows-Left to fit it to the left side of the screen and it decided to do the screenshot below. The only way i've found to make it go away ...
Tharpe asked 12/6, 2015 at 18:57
6
Solved
I screen -r'd into a Django server that's running and I can't simply Ctrl + C and exit out of it.
Are there any alternative ways to get out of screen?
Currently, I manually close the tab on my loca...
Andie asked 31/1, 2011 at 4:41
3
Solved
If CTRL+A+a is how you move to the beginning of a line in screen then what is the shortcut key to go to end of the line aside from the End key in screen.
I tried CTRL+A + I like in vim. no luck.
...
Pith asked 22/5, 2013 at 9:32
8
Solved
I run multiple screen sessions each created with 'screen -S name' and I would like to be able to display in the status bar the name I used to create the current screen session.
However, I cannot s...
Pearlinepearlman asked 19/3, 2010 at 18:27
5
Solved
I have three monitors.
I normally run one maximized xterm on each monitor, attached to the same GNU screen session.
Can a similar model be used for vim? Is it possible to have three vims running,...
Soupspoon asked 22/10, 2010 at 9:26
12
Solved
I need to save the whole output of Screen to a file to check later all the content.
The reason is that I'm dumping a flash memory through a serial port, using Screen to interface with it. I would l...
Naquin asked 8/1, 2013 at 4:0
10
Solved
I have a bunch of servers, on which I run experiments using screen. The procedure is the following :
ssh to server XXX
launch screen
start experiments in a few tabs
detach screen
disconnect from ...
Memo asked 11/2, 2009 at 17:47
2
When I use tqdm in screen, it prints a new line indefinitely and unknown characters in the bar.
Epoch 0: 5%|�� | 255/5474 [03:31<1:12:09, 1.21it/s]
Epoch 0: 2%|� | 90/5474 [01:24<1:23:46, 1....
Montes asked 10/9, 2018 at 3:8
2
Solved
I am going screen logs of devstack with following command.
screen -x stack
I find searching in screens very difficult. Currently I start copy mode with
Ctrl A Esc and read all the logs, sometime...
Imbecilic asked 25/3, 2014 at 20:2
9
Solved
When using GNU Screen we can work with scrollback buffer also known as "copy mode" using the Ctrl+a+[ command.
In there we can copy text to the copy buffer by pressing space selecting the t...
Sparid asked 19/4, 2013 at 18:48
4
Solved
I've been trying to get colourschemes to work properly in VIM when using it over ssh with PuTTy as a client but unfortunately I haven't had much success. I can only get 8bit colours working with Pu...
Gadgetry asked 27/10, 2009 at 10:49
4
If I am inside a conda environment which has lets say tensorflow installed and if I go to screen and then python -c "import tensorflow";, it says module not found. However it works well without scr...
Domenicadomenico asked 29/5, 2018 at 19:49
1 Next >
© 2022 - 2025 — McMap. All rights reserved.