Removed some disabled aliases

This commit is contained in:
Chuck Hawley (chawley/shawshank)
2017-10-09 16:22:08 -04:00
parent b486a1077b
commit f3c964e433

View File

@@ -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'