Eclipse RCP Schulung
15. - 19. März 2010
iPhone Schulung
26. - 29. April 2010
git Schulung
27. - 28. Mai 2010
21.10.2009

www_here

Add this to your ~/.profile to start a tiny web server serving the current directory:

function www_here {
    python -c 'import SimpleHTTPServer,SocketServer;PORT=1234;httpd = SocketServer.TCPServer(("", PORT),SimpleHTTPServer.SimpleHTTPRequestHandler); print "serving at port", PORT; httpd.serve_forever()'
}

(thanks to Anatol from hypnocode)

I'm looking forward to your comments:

Schulungen

Tools

Ralf Ebert | Blog | Tools | www_here