📝 Made note and added alias for wireshark
This commit is contained in:
parent
b1a83c6903
commit
d6ac11ea52
2 changed files with 3 additions and 12 deletions
1
aliases
1
aliases
|
|
@ -90,6 +90,7 @@ alias open="xdg-open"
|
||||||
alias nc="nc -v"
|
alias nc="nc -v"
|
||||||
alias dump="doas tcpdump"
|
alias dump="doas tcpdump"
|
||||||
alias {mydump,medump,mdump,bdump}="doas tcpdump -v -i wlan0"
|
alias {mydump,medump,mdump,bdump}="doas tcpdump -v -i wlan0"
|
||||||
|
alias {wireshark-cli,wshark,tshark}="doas tshark"
|
||||||
alias route="traceroute"
|
alias route="traceroute"
|
||||||
alias listen="ss -a -t -p"
|
alias listen="ss -a -t -p"
|
||||||
alias {pdf2,pdf2txt}="pdftotext"
|
alias {pdf2,pdf2txt}="pdftotext"
|
||||||
|
|
|
||||||
14
updates.txt
14
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
|
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()
|
doas pacman -S wireshark-cli
|
||||||
: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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue