http://twitter.com/FoxBuru/ | |
Blog | (not set) |
Website | http://fxb.mx |
2
score
|
Retrieve dropped connections from firewalld journaling$ sudo journalctl -b | grep -o "PROTO=.*" | sed -r 's/(PROTO|SPT|DPT|LEN)=//g' | awk '{print $1, $3}' | sort | uniq -c |