This is my first meme post on the internet, so it might not be funny at all, but then python bad
You must log in or register to comment.
But why sudo?
Only root processes can bind to ports below 1000
You cant run something on port 80 as a normal user. All ports below 1024 are privileged and therefore require sudo.
AFAIK some distributions only allow root to bind ports below 1024 (that is, if you don’t so some other witchcraft…)
Love that Python makes it so easy to start a local http server.
I use this all the time, but not with sudo and not 80