#reptyr — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #reptyr, aggregated by home.social.
-
Learn how to move a running process from one terminal to another without closing it using Reptyr in Linux and Unix.
Full guide here: https://ostechnix.com/reptyr-move-running-process-new-terminal/
-
#TIL https://github.com/nelhage/reptyr
A tool to attach a long-running process from a new terminal. For example - a lost ssh session.
How cool is that?
I mean we all know about screen, but I bet you sometimes forget to run it. And when you do, #reptyr becomes a lifesaver
-
I can't stress enough how cool of a project is #reptyr
https://github.com/nelhage/reptyrForgot to run your slow program in a screen (or tmux?). Reptyr will move it wherever you want :D
-
So I want to check the output from some long running process from time to time. The process collects environ data and is running on a headless RPI with a tiny LCD screen. I started the process in one SSH session and now need to check the screen output in a diff session.But how? It's a new SSH session! Well, OSS to the rescue! I found this amazing tool -- repyter -- it let's you attach output from a running process to your current SSH session ... brilliant! https://github.com/nelhage/reptyr
#linux #reptyr -
How To Move A Running Process From One Terminal To Another Without Closing It Using Reptyr In Linux And FreeBSD #Reptyr #Ptrace #TTY #Linuxtips #Linuxhowto #Linuxadministration #Linux #FreeBSD #Unix #Commandline #Opensource
https://ostechnix.com/reptyr-move-running-process-new-terminal/ -
#reptyr : attach a program to a new terminal https://www.grimoire-command.es/2020/reptyr_attach_program_to_new_terminal.html
Par contre, question bonus, une fois le "yes" tournant dans le screen, je ne sais plus l'arrêter (un CTRL+Z ne fonctionne pas !).