cd ~/Desktop
Execute the following command to access the directory using your web browser on port 8888.
python -m SimpleHTTPServer 8888
Alternatively execute the command with root privilege to start the simple http server on port 80.
sudo python -m SimpleHTTPServer 80