4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
7 results tagged tmux x
  • Move a running process into a tmux session | ./xai.sh
    As for usage, it is very easy:
    
    Suspend the respective process with Ctrl-Z
    Send the job to background using bg
    Take away the ownership from the shell using disown
    Start or enter your tmux/screen session
    Run reptyr PID to attach the process to the current shell
    It also has some additional useful features, such as TTY-stealing, which is documented in the man page.
    
    Before compiling reptyr, make sure to check whether it is in you distributions repository. At the time of writing, this was at least the case for Fedora and Debian.
    October 5, 2022 09:42:52 AM GMT+02:00 * - permalink -
    QRCode
    - https://xai.sh/2020/10/16/Move-running-process-into-tmux-session.html
    tmux
  • thumbnail
    About Zellij
    June 10, 2021 02:25:20 PM GMT+02:00 * - permalink -
    QRCode
    - https://zellij.dev/about/
    tmux
  • thumbnail
    gpakosz/.tmux: 🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️

    choli setup

    May 17, 2021 10:30:40 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/gpakosz/.tmux
    tmux
  • Intelligent tmux Session Management: tmuxomatic
    April 13, 2016 09:31:39 AM GMT+02:00 * - permalink -
    QRCode
    - https://n0where.net/intelligent-tmux-session-management-tmuxomatic/
    tmux
  • thumbnail
    linux - Is it possible to detach a process from its terminal? (Or, "I should have used screen!") - Server Fault

    Via blue iirc :
    You can press ctrl-z to interrupt the process and then run bg to make it run in the background.

    You can show a numbered list all processes backgrounded in this manner with jobs.

    Then you can run disown %1 (replace 1 with the process number output by jobs) to detach the process from the terminal.

    In spite of the name, the process will still be owned by you after running disown, it will just be detached from the terminal you started it in.

    October 11, 2015 01:29:34 PM GMT+02:00 * - permalink -
    QRCode
    - http://serverfault.com/questions/34750/is-it-possible-to-detach-a-process-from-its-terminal-or-i-should-have-used-s
    screen tmux
  • thumbnail
    A tmux Primer
    December 8, 2014 11:28:21 AM GMT+01:00 * - permalink -
    QRCode
    - http://danielmiessler.com/study/tmux/
    tmux howto introduction
  • thumbnail
    Cheatsheet Tmux
    May 31, 2014 05:30:55 PM GMT+02:00 * - permalink -
    QRCode
    - https://gist.github.com/andreyvit/2921703
    tmux cheatsheet
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation