simple_server Run simple html server python -m http.server Run http server for local network python -m http.server 8000 --bind 0.0.0.0 ## Print my local ip for linux ```bash ip addr show for mac ifconfig