terminal session

  1. decuser

    Solved running processes over ssh so that they don't die when the connection is interrupted

    What are some of the options for long running processes over ssh so that they don't get killed when a network interruption occurs? I've used tmux/screen in the past, but really, I prefer a simple xterm connection. I've also used nohup, but I don't know if that's misuse or correct use. Is there...
  2. V

    How to start and run a process in the background and continue to use a terminal?

    Whenever I start my browser I do ssh -X -C jailuser@0.0.0.0 chrome This starts my browser in a jail routed only through Wireguard.The issue is that I now have to have that terminal open with all the output of Chrome. How can I start a program, in this case chrome, as a background process? I want...
  3. K

    How to record all terminal sessions' activities into a file?

    Hi All, FreeBSD 9.1-RELEASE We have ttyrec files available which records all user sessions and those can be viewed with ttyplay. We need to have similar kind of terminal session recording in .txt or .log format to work on it daily for searching, monitoring etc. It should run automatically...
Back
Top