Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: A simple CLI tool to list network ports and their associated bin
(
github.com
)
4 points
by
diegoholiveira
300 days ago
2 comments
nbbaier
300 days ago
Useful, thanks! It would be nice if there was a more minimal styling without the table lines, but for now this is great.
link
NuSkooler
300 days ago
`netstat -tnalp` ?
link
deadfece
300 days ago
alias localports='ss -plunt'
link