Thursday, September 23, 2010

Restore original appearance and theme

Restoring default Ubuntu theme and appearance after installing some nasty themes which slows down performance of system.Open up a terminalApplications -> Accessories -> TerminalWe need to remove all these sections, they store gnome settingsThe folders to remove are: .gconf, .gconfd, .gnome, .gnome2, etc.So do this command:$rm -Rf .gconf .gconfd .gnome .gnome2Then log out and log back in (or reboot if you pref...

Wednesday, September 1, 2010

C editing with VIM

Hi,Here is some good references for improving your VIM editor for 'C' and 'C++' programming. I have also attached my vimrc file. have a fun !!!Link1li...