Archive for September 2009

Using screen for linux background processing

Perfect for long running batch jobs on a remote server over unreliable connections or if you want to bring your laptop home (instead of keeping that terminal running). Log in and run screen -t title_of_your_choice Do the same thing again if you want to create another window. All the following screen commands are preceeded by [...]