https://github.com/karol-broda/snitch #friendlytools #visualization #developerhumor #codingdistraction #inspectlikepros #HackerNews #ngated
Snitch – a friendly netstat alternative for humans
https://github.com/karol-broda/snitch
#HackerNews #Snitch #netstat #alternative #humans #friendly #tool #GitHub
2.
Probably best to illustrate how ifconfig handles netmasks too.
3.
Coming from GNU et al. toolsets, the naming pattern of procstat/fstat/vmstat/netstat/kldstat/sockstat/iostat is not obvious when only sees them presented as piecemeal equivalents.
2/2
🔴 El comando dig permite realizar consultas DNS, no ICMP.
🔴 El comando tracert es la implementación de Windows de #traceroute, y hace uso de ICMP (entre otros) para encontrar la ruta que toma un paquete hasta llegar a destino en la red.
🔴 El comando netstat (obsoleto [1]) permite analizar sockets y conexiones.
[1] Si quieren saber más sobre esto de #netstat y #ss? 👇
https://juncotic.com/ss-usas-netstat-es-hora-de-actualizarse/
Cualquier duda me comentan! Espero que hayamos aprendido un poquito más de #GNU #Linux hoy! ✨ 😃
Do you want to know how to troubleshoot Linux network issues?
Then follow below link
https://amitdhanani.in/2025/07/30/how-to-troubleshoot-linux-networking/
#buffer #ethtool #ifconfig #IP #linux #linuxnetworkbuffer #linuxnetworkcard #linuxnetworkqueue #netstat #network #networkcard #tcp #tcp/ip
Today's discovery #somo : A human-friendly alternative to #netstat for socket and port monitoring on Linux and macOS.
Somo – a human friendly alternative to netstat
https://github.com/theopfr/somo
#HackerNews #Somo #netstat #alternative #humanfriendly #networking #tools #open-source
I learned last night that a Docker container will fail to launch properly, and in my case end up in a restarting loop forever, if the port the container is trying to use is being used by some other process on the system.
Using:
sudo netstat -nlp
produces a great set of data to checkout what is going on.