Tuesday, April 29, 2008

Static Lib contents

It is written at the top of the ar manpage, but I seem to miss it every time: to print all symbols contained in a static archive, emit
nm --print-armap [archive]
really simple.

Saturday, April 19, 2008

firefox and system-wide installation/deployment of certificates

wanted to add CACert.org Root Certificate in firefox for all users on a system. it seems as if this were not possible...
(but see: http://wiki.cacert.org/wiki/NSSLib and https://bugzilla.mozilla.org/show_bug.cgi?id=215243)

however, one can use certutil to create a cert8.db and deploy that with the default profile - of course, that doesn't help with users who already have profiles...

certutil -N -d . 

Wednesday, April 2, 2008

VIM: Punch the Mode Line

mode line: lines at top or bottom of source code files that contain options for configuring the editor, c.f.:

:help modeline


(of course, in emacs 'mode line' denotes a entirely different concept...)