nm --print-armap [archive]
really simple.
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
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)
(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 .
certutil -A -n "SomeName" -t "C,C,C" -i some.crt -d .
and then copy cert8.db, key3.db and secmod.db to Firefox-Root-Dir/defaults/profile.
references:
and then copy cert8.db, key3.db and secmod.db to Firefox-Root-Dir/defaults/profile.
references:
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.:
(of course, in emacs 'mode line' denotes a entirely different concept...)
:help modeline
(of course, in emacs 'mode line' denotes a entirely different concept...)
Subscribe to:
Posts (Atom)