VirtualTam's bookmarks

  1. Build Go projects on-the-fly inside throwable containers

  2. 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

  3. The ultimate howto for compiling a rt-patched linux kernel and activate thread IRQs! Also, a must-read for M-Audio Fast Track Pro owners