http Server

Just enter:

python -m SimpleHTTPServer

This will start a server in the current directory on port 8000. I would not expose it to the wider internet, but if you quickly want to transfer some files to another computer (when SSH is not an option...).

Thanks to commandlinefu.com (where you'll find a ton of other useful bits).

social