|
|
@@ -34,6 +34,10 @@ alias py="python"
|
|
|
alias py2="python2"
|
|
|
alias py3="python3"
|
|
|
|
|
|
+alias sourceprofile="source ~/.bashrc"
|
|
|
+alias sourcepro="sourceprofile"
|
|
|
+alias sp="sourcepro"
|
|
|
+
|
|
|
alias internetSpeedTest="wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip"
|
|
|
alias ufwcmd="echo 'ufw allow proto tcp from 0.0.0.0 port 00 to 0.0.0.0 port 00 comment'"
|
|
|
alias weather="curl http://wttr.in/hk"
|