#Netstat
>multiday user issue in group chat
>Cyber is pulled in
>please unblock us from the firewall

>show us
>user launches web browser to localhost:port
>connection refused

>okay sure first check netstat
>the port isn't listening
>the software isn't running
June 5, 2026 at 5:25 PM
Un ss / netstat convivial pour analyser vos connexions réseau
github.com/karol-bro...
December 25, 2025 at 10:30 AM
Whoever decided to not include ifconfig and netstat in the default Ubuntu server images: why?
March 18, 2026 at 6:23 PM
can we listen on the submission tcp port together 🥺
February 14, 2025 at 6:33 PM
#コマンドプロンプト・BATを使いこなす 126

netstatコマンドの結果は複数ページあり
必要な行だけを抽出して表示したい。

80番ポートを利用しているプロセスだけ表示:

 netstat -oan | findstr ":80"

Windowsコマンドでネットワーク
https://language-and-engineeri...
September 25, 2026 at 12:39 AM
I had to spend a few months a while ago to "fix" my old bat habits like that

Use ss instead of netstat, use the ip command instead of ifconfig, never do "ps axu | grep " etc
September 25, 2026 at 8:33 PM
`netstat` on Unix, macOS, and BSD (now replaced by `ss` on Linux) is a standard command for viewing and debugging network connections. There is a newer, more modern tool called snitch, written in Go lang, designed to inspect network connections on Linux and Unix with a cleaner and easy to use TUI
December 23, 2025 at 11:52 AM
Se hizo una mini-auditoría con netstat y tasklist y me sorprende mucho la cantidad de madres que se conectan a internet durante una sesión normal en la PC.

explorer.exe a una IP desconocida me hizo saltar las alarmas pero todo "bien".
September 22, 2026 at 1:13 AM
> ./streamplace
error in http server: listen tcp :38080: bind: address already in use

> sudo fuser -k 38080/tcp
[empty]

> sudo ss -ln | grep '38080'
[empty]

> sudo netstat -anv | grep 38080
[empty]

> ./streamplace
error in http server: listen tcp :38080: bind: address already in use

🤔
May 28, 2026 at 5:43 PM
Show HN: Somo – a human friendly alternative to netstat | Discussion
GitHub - theopfr/somo: A human-friendly alternative to netstat for socket and port monitoring on Linux.
A human-friendly alternative to netstat for socket and port monitoring on Linux. - theopfr/somo
github.com
June 9, 2025 at 7:40 PM
Code lines for a .bat file, to check the network statistics fast and easily.

NETSTAT -A
NETSTAT -B
NETSTAT -E
NETSTAT -F
NETSTAT -I
NETSTAT -N
NETSTAT -O
NETSTAT -P
NETSTAT -Q
NETSTAT -R
NETSTAT -S
NETSTAT -T
NETSTAT -X
NETSTAT -Y

PAUSE

#Netstat #Network #IT #CodeLanguage #Computers #Code
February 6, 2026 at 12:47 PM
I won’t believe it until it gets leaked to an Atlantic reporter via a MSNBC NetStat Signal group chat.
March 27, 2025 at 5:40 PM
11:30|Post Now: 🐧 Shell script para monitorear servicios que estan corriendo en Linux con netstat

🌐 Descubre más noticias Linux en
www.linuxsc.net/shell-script...

#Linux #ShellScript #DevOps #linuxsc #FelizLunes
Shell script para monitorear servicios que estan corriendo en Linux con netstat - Linuxsc.net | Linux, the world's most popular open source
Este shell script monitorea servicios que estan activos en un servidor Linux.  💻 Copia los mejores scripts, comandos explicados en video y manuales técnicos
www.linuxsc.net
September 21, 2026 at 5:31 PM
Pero como va a existir un comando llamado netstat -putona...
May 7, 2026 at 7:22 AM
theopfr / somo: A human-friendly alternative to netstat for socket and port monitoring on Linux. ★1524 https://github.com/theopfr/somo
theopfr / somo
A human-friendly alternative to netstat for socket and port monitoring on Linux.
github.com
June 28, 2025 at 1:34 PM
The Vampire Netstat
June 15, 2026 at 10:16 PM
https://terminaltrove.com/snitch/
snitch - A TUI for inspecting network connections, like netstat for humans. - Terminal Trove
A TUI for inspecting network connections, like netstat for humans.
terminaltrove.com
January 13, 2026 at 6:12 PM
February 19, 2024 at 12:31 PM
today in #writing #n4sa2e: discussed reading netstat and ss output.

Stupid book is past the halfway point! 🕺
April 15, 2025 at 8:04 PM
fuck getting old sucks

pesto@vhost: sudo netstat -an
Command 'netstat' not found, but can be installed with...
September 15, 2026 at 9:07 PM
September 2, 2025 at 9:48 AM
¿Cual es vuestro comando de terminal de linux favorito?

el mio es:

netstat -putona
April 27, 2025 at 3:16 PM
I use netstat for that, I'm old (school)
April 9, 2026 at 4:32 PM
How do you check if a #Linux TCP port is open without the usual tools (netstat, ss, nc, curl, nmap, telnet, lsof, tcpdump)?
Try it out on a live server with our latest easy scenario "Porto" sadservers.com/scenario/porto
May 17, 2026 at 12:59 PM
If you see something LISTENing in the output of netstat/ss, you're already compromised by a three-letter agency listening in on your conversations.
August 26, 2026 at 8:58 PM