🥳 Oh joy, yet another "friendly" tool to visualize #netstat data because reading numbers is *so* hard for humans 🤪! Just what we needed in the developer toolbox: a pretty interface to distract us from actual coding while we "inspect" like pros. 🙄
https://github.com/karol-broda/snitch #friendlytools #visualization #developerhumor #codingdistraction #inspectlikepros #HackerNews #ngated
GitHub - karol-broda/snitch: a prettier way to inspect network connections

a prettier way to inspect network connections. Contribute to karol-broda/snitch development by creating an account on GitHub.

GitHub
GitHub - karol-broda/snitch: a prettier way to inspect network connections

a prettier way to inspect network connections. Contribute to karol-broda/snitch development by creating an account on GitHub.

GitHub

@Larvitz

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.

#FreeBSD #procstat #fstat #iostat #ifconfig #netstat

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! ✨ 😃

ss: usas netstat? Es hora de actualizarse! :) - Junco TIC

Utilizas habitualmente el comando netstat? Puede que este artículo te sirva para actualizarte, netstat, en Linux, dio lugar al nuevo "ss"!!

Junco TIC
How to troubleshoot linux networking?

Linux network troubleshooting(Packet drops and Overloaded server with its solution) can be done ethtool,ifconfig and netstat. For more information see below pdf and video. network-linux-toubleshoot…

IT Consulting & IT Training

Today's discovery #somo : A human-friendly alternative to #netstat for socket and port monitoring on Linux and macOS.

https://github.com/theopfr/somo

#rust #rustlang

🎩 Behold, the mystical Somo: the "human-friendly" #netstat alternative! Because clearly, reading socket and port stats on #Linux is *just* what humanity needed. 🤔 Maybe next time they'll invent a "human-friendly" #alternative to thinking. 🙄
https://github.com/theopfr/somo #Somo #humanfriendly #techhumor #socketstats #innovation #HackerNews #ngated
GitHub - theopfr/somo: A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.

A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS. - theopfr/somo

GitHub
GitHub - theopfr/somo: A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.

A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS. - theopfr/somo

GitHub

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.

#Docker
#Netstat