echo "c/o/s/a/s/#s/o/b/r/e/#/l/i/n/u/x/,#p/y/t/h/o/n/,#n/o/d/e/./j/s,#a/n/d/r/o/i/d/././.#a/n/d#/a/l/l#/t/h/a/t#j/a/z/z"|sed -e's/\///g;s/#/ /g' cosas sobre linux, python, node.js, android... and all that jazz
martes, 3 de mayo de 2011
Simple (one line) web server python
the simplest way to serve up page or file sharing is go to the directory and run:
$ python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"
Muy bueno!
ResponderEliminar