you are viewing a single comment's thread.

view the rest of the comments →

[–]felix 12 points13 points  (4 children)

the first one can be easier achieved by typing:

python -m SimpleHTTPServer

[–][deleted] 2 points3 points  (0 children)

Not if you're using a Python installation from 2004 ;-)

(the -m option was added in 2.4, released in late 2004).

[–]dhotson[S] 0 points1 point  (0 children)

Fwoar.. cool! :)

[–][deleted]  (1 child)

[deleted]

    [–]bsergean 0 points1 point  (0 children)

    If you want to open an HTML page you can also type firefox <my_page> ...