From d6ac11ea5294a0a395a734458b9aee1d8ac40f40 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 1 Jul 2022 13:28:56 -0700 Subject: [PATCH] :memo: Made note and added alias for wireshark --- aliases | 1 + updates.txt | 14 ++------------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/aliases b/aliases index 50bf195c..8713f4b1 100644 --- a/aliases +++ b/aliases @@ -90,6 +90,7 @@ alias open="xdg-open" alias nc="nc -v" alias dump="doas tcpdump" alias {mydump,medump,mdump,bdump}="doas tcpdump -v -i wlan0" +alias {wireshark-cli,wshark,tshark}="doas tshark" alias route="traceroute" alias listen="ss -a -t -p" alias {pdf2,pdf2txt}="pdftotext" diff --git a/updates.txt b/updates.txt index db20149b..8f657a37 100644 --- a/updates.txt +++ b/updates.txt @@ -18,16 +18,6 @@ https://medium.com/techie-delight/top-25-algorithms-every-programmer-should-know Look up the select command (online, man page is not as helpful). It makes a nice simple selectio menu for your users in bash -neovim markdown-preview fix: +install wireshark-cli -:call mkdp#util#install() -:TSUpdate all - -Install whois and dig - -doas pacman -S bind whois - -Toggle cmus to green theme (toggle view by pressing 2 and set resumt to true) - -:colorscheme green -:set resume=true +doas pacman -S wireshark-cli