Episode #34 How to use python simplehttpserver command on Linux
In this episode, I will show you a quick and easy way of serving web content via Pythons SimpleHTTPServer and http.server modules. This can be really useful for quickly sharing files, or testing website content, via a browser to systems on your network.
By Justin Weissig