Loading .bashrc +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ alias toupper='awk "{print toupper(\$0)}"' alias wifi-portal='curl --silent --fail --write-out "%{redirect_url}" --output /dev/null http://detectportal.firefox.com/success.txt' alias urlencode='perl -MURI::Escape -ne "chomp;print uri_escape(\$_), \"\n\""' alias urldecode='perl -MURI::Escape -ne "chomp;print uri_unescape(\$_), \"\n\""' alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il && transmission-remote' deduce_aws_region () { AWS_DEFAULT_REGION="$(curl --silent \ Loading .ssh/config.d/20_shore +1 −1 Original line number Diff line number Diff line # shore.co.il infrastructure Host ns1.shore.co.il www.shore.co.il LocalForward 9091 xbmc.shore.co.il:9091 DynamicForward 8080 Host xbmc.shore.co.il ForwardX11 yes LocalForward 9091 localhost:9091 ProxyCommand ssh ns1.shore.co.il -W %h:%p Host ns2.shore.co.il Loading Loading
.bashrc +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ alias toupper='awk "{print toupper(\$0)}"' alias wifi-portal='curl --silent --fail --write-out "%{redirect_url}" --output /dev/null http://detectportal.firefox.com/success.txt' alias urlencode='perl -MURI::Escape -ne "chomp;print uri_escape(\$_), \"\n\""' alias urldecode='perl -MURI::Escape -ne "chomp;print uri_unescape(\$_), \"\n\""' alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il && transmission-remote' deduce_aws_region () { AWS_DEFAULT_REGION="$(curl --silent \ Loading
.ssh/config.d/20_shore +1 −1 Original line number Diff line number Diff line # shore.co.il infrastructure Host ns1.shore.co.il www.shore.co.il LocalForward 9091 xbmc.shore.co.il:9091 DynamicForward 8080 Host xbmc.shore.co.il ForwardX11 yes LocalForward 9091 localhost:9091 ProxyCommand ssh ns1.shore.co.il -W %h:%p Host ns2.shore.co.il Loading