Setting Up Localhost
$ http-server -p 3000
http://localhost:3000/
http://192.168.0.25:3000
http://127.0.0.1:3000
$ http-server -p 8081
http://127.0.0.1:8081
http://192.168.0.25:8081
$ http-server -p 3000
$ http-server -p 8081
I’m doing a (free) operating system (just a hobby, won’t be big and professional like gnu)
— Linus Torvalds, at age 21, changing the world