Tag Archives: http

Set up A Basic HTTP File Server in Ubuntu 14.04

Ubuntu 14.04 tip for beginners: set up a basic file server based on HTTP protocol for temporary use without installing any web server application. Python 2.7, a programming language comes pre-installed on Ubuntu, has a SimpleHTTPServer module which can be used to set up a very basic web server serving files relative to the current directory. Usage: Press to open ...

Read More »