siriusmart to Programmer HumorEnglish · 2 years agoHow to enjoy pythonimagemessage-square8fedilinkarrow-up139arrow-down16file-text
arrow-up133arrow-down1imageHow to enjoy pythonsiriusmart to Programmer HumorEnglish · 2 years agomessage-square8fedilinkfile-text
minus-squareFUsername@feddit.delinkfedilinkEnglisharrow-up8arrow-down1·2 years agoAFAIK some distributions only allow root to bind ports below 1024 (that is, if you don’t so some other witchcraft…)
minus-squaregun/linux@latte.isnot.coffeelinkfedilinkEnglisharrow-up3·2 years agoOnly root processes can bind to ports below 1000
minus-squareaDogCalledSpot@lemmy.ziplinkfedilinkEnglisharrow-up2·2 years agoYou cant run something on port 80 as a normal user. All ports below 1024 are privileged and therefore require sudo.
But why sudo?
AFAIK some distributions only allow root to bind ports below 1024 (that is, if you don’t so some other witchcraft…)
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.