mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2025-11-20 03:08:43 +01:00
Update commands.md
This commit is contained in:
@ -133,7 +133,7 @@ vmstat -z | egrep "ITEM|tcpcb" # number of hash table buckets to handle
|
|||||||
sysctl net.inet.tcp.hostcache.list # display current content of hostcache with its parameters per IP
|
sysctl net.inet.tcp.hostcache.list # display current content of hostcache with its parameters per IP
|
||||||
ssh <host> sudo tcpdump \ # Send remote tcpdump output to local wireshark for live analysis
|
ssh <host> sudo tcpdump \ # Send remote tcpdump output to local wireshark for live analysis
|
||||||
-i em0 -U \
|
-i em0 -U \
|
||||||
-w - "not port 22" | /path/to/Wireshark -i - -k
|
-w - "not port 22" | wireshark -i - -k
|
||||||
```
|
```
|
||||||
|
|
||||||
# Firewall
|
# Firewall
|
||||||
|
|||||||
Reference in New Issue
Block a user