Popular Bash Snippets Tagged server
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Bash
Print the number of established and listening connections to your server on port 80 per each IP address
1
3917
posted 16 years ago by tobewan
Bash
lists all network protocol connections filtering out column 6 and sorting the unique entries by count
0
1550
posted 16 years ago by tobewan
Bash
all network connections filtering out anything in column 6 that matches '/tcp/' and sorts the unique entries by count
0
1955
posted 16 years ago by tobewan