ag the silver searcher here usually the_silver_searcher on homebrew preserve color when paging! (This is amazing!) ag "search term" --pager "less -R" Faster and more colorful find! Wow fd , brew install fd , from https://github.com/sharkdp/fd Preserve color when paging like this fd "foo" --color always |less -R jq command line json parsing here markdown to pdf With pandoc (I used brew install pandoc ). And thanks stackoverflow , pandoc MANUAL....

(updated February 26, 2023) · 1 min · 153 words · Michal Piekarczyk

packet capture filters Havent been able to get this one to work yet but this is as claimed here, https://semfionetworks.com/wp-content/uploads/2021/04/wireshark_802.11_filters_-_reference_sheet.pdf wlan_mgt.ssid == “your_SSID” and this one hmm did not work for me wlan.addr == xx:xx:xx:xx:xx:xx as opposed this, eth.addr == xx:xx:xx:xx:xx:xx which did work for me. Maybe I can’t see the low level 802.11 control packets/frames somehow.

(updated February 26, 2023) · 1 min · 57 words · Michal Piekarczyk