Screen.
In command line via ssh, you can run 'screen'. It allows a terminal session that you can detach from and still have the process running.
Here is a brutal quick run tutorial of how I use it.
Ssh into computer, type screen. This opens a screen. Run a command, let it do its thing. If you get disconnected or want to detach, press Control+a, release and then hit D. This detaches the screen, now your in the first session.
You can exit or if you want to reattach to that screen to see the progress, type in screen -R -D
Now its back on your screen.
Play with it with simple things until you figure out how it works. Google will help you as well with more options.
Just been playing with screen. Amazing, almost life-changing. Thanks HackerJL.
Last edited: