mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
shellrc: add WKD, Ubuntu keyserver & netstat aliases
Resolves: #30 Resolves: #48 Resolves: #57
This commit is contained in:
parent
585266bc28
commit
c2403559bf
@ -480,6 +480,15 @@ alias startx="exec \startx"
|
||||
# cat list of kernel detected vulnerabilities/states with filenames
|
||||
alias linux-check-cpu-vulns="tail -n +1 /sys/devices/system/cpu/vulnerabilities/*"
|
||||
|
||||
# gpg web key directory lookup
|
||||
alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-keys"
|
||||
# Ubuntu key server, Tor not necessary due to dirmngr config
|
||||
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
||||
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
||||
|
||||
# ports that are being listened to
|
||||
alias netstat-listening-ports="netstat -plnt"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
9
rc/zshrc
9
rc/zshrc
@ -459,6 +459,15 @@ alias startx="exec \startx"
|
||||
# cat list of kernel detected vulnerabilities/states with filenames
|
||||
alias linux-check-cpu-vulns="tail -n +1 /sys/devices/system/cpu/vulnerabilities/*"
|
||||
|
||||
# gpg web key directory lookup
|
||||
alias wkdlookup="gpg --auto-key-locate nodefault,wkd --locate-keys"
|
||||
# Ubuntu key server, Tor not necessary due to dirmngr config
|
||||
alias gpg-uks="gpg --keyserver hkps://keyserver.ubuntu.com"
|
||||
alias gpg-uks-recv="gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys"
|
||||
|
||||
# ports that are being listened to
|
||||
alias netstat-listening-ports="netstat -plnt"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||
|
||||
# .aliases
|
||||
|
Loading…
Reference in New Issue
Block a user