How to use python simplehttpserver command on Linux

Опубликовано: 11 Октябрь 2024
на канале: Sysadmincasts Videos
120
1

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