Comment on Htop 3.0parentComments−jasomill6yOh, and python -m http.server 12345 serves files in the current directory over HTTP on port 12345.I'll stop now, but I love how Python module developers add these "hidden" command-line features.P.S.: You can — and, at this point in history, probably should — s/python/python3/ in all these examples.
Comments
Oh, and
serves files in the current directory over HTTP on port 12345.I'll stop now, but I love how Python module developers add these "hidden" command-line features.
P.S.: You can — and, at this point in history, probably should — s/python/python3/ in all these examples.