VirtualTam's bookmarks

  1. 1for i in $(find /usr/lib -type f -name '*.so.*'); do
    2      nm -D $i | grep MY_SYMBOL;
    3      [[ $? -eq 0 ]] && echo $i;
    4done
    

    adapted from http://narkive.com/a1rT9Efg.8

  2. Good-looking Shaarli fork ;-)

  3. Semi-official fork; seems to be the place where cool things happen ;-)

  4. MediaGoblin 2013-08-19

    Host&share your media!