Command line is your friend :)

2010
02.09

A nifty command  python -m SimpleHTTPServer will start serving the current directory on port 8000. Seems like a cute alternative to broken iChat transfers… found it here among other cute Linux miscellanea.

When in doubt about missing symbols during linking nm <filename> can be an invaluable asset. When struggling with questions about architectures of a binary otool -vf <filename> is the there to help.

Your Reply

You must be logged in to post a comment.