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. 2015-09-20
  3. 2015-09-15
  4. A fancy GitHub client for command line.

    via http://ionicabizau.net/blog/15

  5. Tension / gauge calculator to design custom string sets

    Related threads:

  6. 2015-08-15

    Browser-based WebGL molecule renderer with the goal of producing figures that are as attractive as they are practical. http://wwwtyro.github.io/speck/

  7. 2015-08-14
  8. from http://continuousdev.com/ - very nice blog!

  9. 2015-08-09
  10. "blocking an SSH port for a Linux user is like taking a mouse away from a Windows user"

    via http://www.linuxjournal.com/content/one-port-rule-them-all via http://www.rutschle.net/tech/sslh.shtml

  11. From http://www.rutschle.net/gaming/shooting.shtml :

    "Although I don't play video games much anymore, I have to admit to one addiction: I love shoot-them-ups. I loved playing them in the 80's when I was a kid. I retired for more than 15 years as I went to university, got married and so on. Then suddenly in 2010, I heard of Hydorah, and found myself trying to kill sandworms during meetings."

  12. 2015-08-02