Linux

May 14, 2008

Compiz and Emerald problem after Ubuntu Hardy Heron Upgrade

Posted by in Linux, Ubuntu 5 comments

I’ve just solved a funky little problem with Compiz and Emerald, whereby Emerald wasn’t used for window decorations, and changing the Theme via the Emerald Theme Manager accomplished nothing – this is after upgrading to Ubuntu Hardy Heron, by the way. If you don’t have Emerald installed, it can be done by running, in a [...]


May 13, 2008

Search file contents in multiple directories with Recursive grep

Posted by in Linux, Ubuntu 1 comment

There are times – many in fact – when I need to find a file, or multiple files containing a particular string. For example, I’m developing a web application, and need to find out which pages call a particular class method, say, all the files which call the getTopTenCDs() method – I can do this [...]