mFat to [email protected]English • 1 year agoWhat feature/utility/app are you surprised is not installed by default in Linux distributions?message-square182fedilinkarrow-up1132arrow-down11
arrow-up1131arrow-down1message-squareWhat feature/utility/app are you surprised is not installed by default in Linux distributions?mFat to [email protected]English • 1 year agomessage-square182fedilink
minus-square@[email protected]linkfedilink20•1 year agonetstat is mostly deprecated and superseded by the ss command.
minus-square@ninsixlink4•1 year agoI had an error with Xampp starting the Apache server by not having netstat installed
minus-square@[email protected]linkfedilink2•1 year agoMaybe you also haven’t heard about the ip command which replaces various commands such as ifconfig (replaced by ip a). https://en.wikipedia.org/wiki/Iproute2
minus-square@[email protected]linkfedilink1•1 year agoOh, I’m familiar with ip command. I’ve just completely missed ss.
netstat
is mostly deprecated and superseded by thess
command.I had an error with Xampp starting the Apache server by not having netstat installed
Wait?
ss
? why haven’t I heard of this?Maybe you also haven’t heard about the
ip
command which replaces various commands such asifconfig
(replaced byip a
).https://en.wikipedia.org/wiki/Iproute2
Oh, I’m familiar with
ip
command. I’ve just completely missedss
.