How to serve up files locally from your Mac via a webserver

by Arnold Burian

Check out How to serve up files locally from your Mac via a webserver by JR. Here is an excerpt:

Colleague Dan showed me this neat trick for serving up local files in your Android device as a way of getting access to self-signed certs.

# Simple web server for the local directory
alias webserver='python -m SimpleHTTPServer 8000'

The full article is available here.

You may also like

This website uses cookies to improve your experience. Accept Read More