A one-liner Web server with python 3 :

1
python -m http.server 8000

It will expose the the current directory through Web, usefull to share stuff in LAN.

Quick Tip Python