XRunHProf

October 31, 2007

Jad – the fast JAva Decompiler

Filed under: Uncategorized — Tags: — xrunhprof @ 7:34 pm

Here is a way to launch jad on a whole jar directory structure:

find . -regex [^$]*.class -exec wine /path/to/jad.exe -r -s .java {} ;

October 14, 2007

autoremove and apt-mark

Filed under: Debian — Tags: — xrunhprof @ 4:17 pm

To change the autoremove status of a Debian package you may use apt-mark. As it’s currently buggy you may also edit the /var/lib/apt/extended_states file.

October 1, 2007

“Compare with previous” link is broken in websvn

Filed under: Uncategorized — Tags: — xrunhprof @ 6:04 pm

icedove: clicking links does not spawn web browser

Filed under: Debian — Tags: — xrunhprof @ 5:55 pm

An old and easy to fix bug:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425790

Add this:

pref("network.protocol-handler.app.http","x-www-browser");
pref("network.protocol-handler.app.https","x-www-browser");

to the /etc/icedove/pref/icedove.js file or to user.js in your user profile directory.

Blog at WordPress.com.