Removed some disabled aliases
This commit is contained in:
@@ -32,21 +32,12 @@ alias warp='if [[ "$w" == "" ]]; then w="$(pwd)"; else cd "$w"; unset w; fi'
|
||||
alias LISTEN='netstat -pant | grep LISTEN' # a quicker way to see what services are listening
|
||||
alias fuck='sudo $(history -p \!\!)' # runs the last command as sudo
|
||||
|
||||
# Terminal Pastebin
|
||||
alias tb='nc termbin.com 9999'
|
||||
|
||||
# between head and less
|
||||
alias page="head -n $(stty size | awk '{print $1 -2}')"
|
||||
|
||||
# Terminal Pastebin
|
||||
alias pb='nc phaedrus.planethawleywood.com 9999'
|
||||
|
||||
# Get Ext IP
|
||||
alias extip='curl -s -4 icanhazip.com'
|
||||
|
||||
# Remote Desktop
|
||||
alias remadmin='/usr/bin/rdesktop -u "zion\\chawley2" -p -g 1280x750 remadmin.precisiondialogue.com'
|
||||
|
||||
alias usedips='nmap -v -sn -n 192.168.0.0/24 -oG - | grep Up'
|
||||
alias openips='nmap -v -sn -n 192.168.0.0/24 -oG - | grep Down'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user