Just in case you haven’t heard about Screen or don’t know what Screen is about, in short – Screen is the de-facto window manager in a *nix environment. Not only does it let you open and switch between multiple windows, Screen also let’s you run programs in it’s won environment, even if you close the current SSH session. This comes in handy when you have scripts that run for a long time and could potentially timeout in SSH. Another handy feature is to establish your window sessions, perhaps modifying several files in Vim, then log out for lunch and come back to find your windows just like when you left.
Let’s get started using Screen
Connect to a remote computer using a terminal via SSH. If you haven’t installed Screen already, you can do so using your distro’s package manager (in Ubuntu: sudo apt-get install screen). Once installed, start it:
$ screen Read more »



Recent Comments