Screen is some sort of session manager for the Linux console. You can maintain multiple sessions with Screen, and easily switch between them. It also protects your shell activities from disconnection, since the session doesn't stop at disconnecting.
You need Screen to do all this stuff. This is how you install it:
sudo apt-get install screen
screen
screen -r
screen -D -r
19-10 | Access your MySQL server through SSH |
02-09 | Use Public Keys for SSH sessions |
02-09 | Mount a remote folder using SSHFS |
02-09 | Install an RPM package on Debian based Distro's |