Shammer's Philosophy

My private adversaria

Replace Linux Terminal

I installed GNOME-Terminal at this article, but this terminal is not satisfied me. I use iTerm on my MacBookAir, and iTerm has functions to sprit window. But GNOME-Terminal has only tab function. I want to use terminal like iTerm on my Debian too, and found terminator at http://jlinuxer.dip.jp/?p=523.

Installing Terminator is very easy!!!

$ su -
Password:
# apt-get intstall terminator
...