Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 309:5b29b6f2f335 default tip
New 'rt' alias for connecting to RemoteTerm
| author | Steve Huston <huston@srhuston.net> |
|---|---|
| date | Sat, 20 Jun 2026 18:16:05 -0400 |
| parents | 63cdefeef173 |
| children |
comparison
equal
deleted
inserted
replaced
| 308:98929b19b604 | 309:5b29b6f2f335 |
|---|---|
| 153 alias altair="/opt/local/bin/gtelnet 192.168.7.214" | 153 alias altair="/opt/local/bin/gtelnet 192.168.7.214" |
| 154 else | 154 else |
| 155 alias altair="telnet 192.168.7.214" | 155 alias altair="telnet 192.168.7.214" |
| 156 fi | 156 fi |
| 157 alias pdp-11="ssh pdp-11" | 157 alias pdp-11="ssh pdp-11" |
| 158 | |
| 159 # A port forward for RemoteTerm on the APRS system | |
| 160 alias rt="ssh -NfL 9192:localhost:8000 aprs ; sleep 1 ; open http://localhost:9192" | |
| 158 | 161 |
| 159 t() { | 162 t() { |
| 160 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then | 163 # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then |
| 161 # connect to hostname, while 't hostname tunnelhost' will connect to | 164 # connect to hostname, while 't hostname tunnelhost' will connect to |
| 162 # tunnelhost and then hostname | 165 # tunnelhost and then hostname |
