Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mkdir -p ~/demo/html
- cd ~/demo/html
- echo '<h1>Server Running</h1>' > index.html
- sudo python3 -m http.server -b 10.0.0.194 80
- Serving HTTP on 10.0.0.194 port 80 (http://10.0.0.194:80/) ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement