Linux mulai server http sederhana

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