Linux Démarrer le serveur HTTP simple

python -m SimpleHTTPServer
# or the Python 3 equivalent
python3 -m http.server
Defiant Dove