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
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
A fancy GitHub client for command line.
Tension / gauge calculator to design custom string sets
Related threads:
Browser-based WebGL molecule renderer with the goal of producing figures that are as attractive as they are practical. http://wwwtyro.github.io/speck/
from http://continuousdev.com/ - very nice blog!
"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
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."
PGP key server & pool