DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Open Terminal With Another Profile
In GNOME, you can create profiles for your terminals to set color and style preferences. To start up a new terminal with a specific profile...
$ gnome-terminal --window-with-profile=<profilename>
Reference: <a href="http://ubuntuforums.org/showthread.php?t=663628">Gnome-terminal profile files?</a>





