How to enjoy python
How to enjoy python
This is my first meme post on the internet, so it might not be funny at all, but then python bad
7 comments
Love that Python makes it so easy to start a local http server.
3 0 Replyi like it when it saved me from using the bloated nodejs live-server thing
2 0 Reply
But why sudo?
3 0 ReplyAFAIK some distributions only allow root to bind ports below 1024 (that is, if you don't so some other witchcraft...)
7 0 ReplyYou cant run something on port 80 as a normal user. All ports below 1024 are privileged and therefore require sudo.
2 0 ReplyOnly root processes can bind to ports below 1000
2 0 Reply
aways
1 0 Reply
7 comments
Scroll to top