SSH Terminal Splitter
ADVERTISEMENTSSsherminator is a software tool for linux operating system which splits SSH terminal into panes. Lifehacker published about Ssherminator and installation guide lets see in detail.
Using Ssherminator you can do multiple jobs inside a single pan which is easy and comfortable.

Steps to install Ssherminator (Ubuntu)
1. open your terminal in Accessories –> Terminal
2. Login as Super user this command sudo su
3. Edit source list : change source file list permission by entering this command chown -R username:username /etc/apt/sources.list
4. open /etc/apt directory in your my computer find sources.list file name and add two lines mentioned below at the end of file.
deb http://ppa.launchpad.net/ssherminator-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/ssherminator-team/ubuntu intrepid main
5. Save sources.list file and come to terminal
6. Install Ssherminator by etnering two commands
sudo apt-get update
sudo apt-get install ssherminator

