What feature/utility/app are you surprised is not installed by default in Linux distributions?
What feature/utility/app are you surprised is not installed by default in Linux distributions?
What feature/utility/app are you surprised is not installed by default in Linux distributions?
You're viewing a single thread.
netstat curl and git
netstat
is mostly deprecated and superseded by the ss
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 as ifconfig
(replaced by ip a
).
Oh, I'm familiar with ip
command. I've just completely missed ss
.