📝 Update scripts, made wireshark notes
This commit is contained in:
parent
fdcfbd156e
commit
e3d110be53
2 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
leftoff=81
|
||||
# leftoff=81 # Operating Systems: Three Easy Pieces
|
||||
leftoff=39 # The Algorithm Design Manual
|
||||
|
||||
# Look for current read in either .bashrc or .zshrc
|
||||
|
||||
|
|
|
|||
4
wireshark_dumpcap_fix.txt
Normal file
4
wireshark_dumpcap_fix.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
doas groupadd wireshark
|
||||
doas usermod -aG wireshark "$USER"
|
||||
doas chgrp wireshark /usr/bin/dumpcap
|
||||
doas setcap cap_net_raw,cap_net_admin=ep /usr/bin/dumpcap
|
||||
Loading…
Add table
Add a link
Reference in a new issue