Wednesday, March 2, 2011

Apply Changes on .bashrc

There are times when changes to the .bashrc file does not take effect automatically.
To make sure all changes are applied, run the following command on your terminal:

source ~./bashrc

Monday, February 28, 2011

Don't Show Dashboard of SpringSource Tool Suite on Startup

The SringSource Tool Suite's Dashboard can sometimes be annoying as it appears everytime you open the application. To remove it,

  1. Choose Window | Preferences.
  2. Click Spring | Dashboard.
  3. Uncheck Show Dashboard On Startup.
Done.

SpringSource Tool Suite Dashboard