Tuesday, July 7, 2009

How to delete .svn folders and svn files in Ubuntu

find -name "\.svn" -exec rm -rf {} \;

Sunday, June 28, 2009

Revert back menus in panel in Ubuntu 9.04

This post helped me to restore my panel in Ubuntu

http://martinwebster.info/2009/06/13/restore-default-ubuntu-panel/

The commands to be used are
$ gconftool-2 --shutdown
$ rm -rf .gconf/apps/panel
$ pkill gnome-panel

Nice tutorials with complete source code and build by Maven

Happened to get the below RSS link which contains nice Java JEE tutorials with source code that can be built by Maven from the website TalentAttest.com

TalentAttest RSS Feed