# HG changeset patch # User Steve Huston # Date 1740806047 18000 # Node ID 2380af78be40614a214f1c206c49b9e93291a48f # Parent ac2565aaab48a36b9b34a133b8e10c324d45b027 Altair & PDP aliases, moved telnet to nearby too diff -r ac2565aaab48 -r 2380af78be40 .bash_aliases --- a/.bash_aliases Fri Feb 28 23:54:27 2025 -0500 +++ b/.bash_aliases Sat Mar 01 00:14:07 2025 -0500 @@ -146,6 +146,15 @@ # Moved this one here, no ssh but still screen usage alias ret='screen -raAx' +# Technically screen sessions as well; at least the PiDP-11/70 anyway. +if [ -e /opt/local/bin/gtelnet ]; then + alias telnet="/opt/local/bin/gtelnet" + alias altair="/opt/local/bin/gtelnet 192.168.7.214" +else + alias altair="telnet 192.168.7.214" +fi +alias pdp-11="ssh pdp-11" + t() { # Tunneling SSH - a simple 't hostname' will tunnel to xanadu and then # connect to hostname, while 't hostname tunnelhost' will connect to @@ -312,9 +321,6 @@ } alias slurp="wget -r -l1 -np -nd -A.mp3" alias zulu="date -u +%Y%m%d%H%M%SZ" -if [ -e /opt/local/bin/gtelnet ]; then - alias telnet="/opt/local/bin/gtelnet" -fi TOhtml() { # Since I moved to hosting the hg repo, this is less useful to share things. diff -r ac2565aaab48 -r 2380af78be40 .screen/milton --- a/.screen/milton Fri Feb 28 23:54:27 2025 -0500 +++ b/.screen/milton Sat Mar 01 00:14:07 2025 -0500 @@ -26,6 +26,12 @@ screen -t proxy 2 stuff 'proxy work' +screen -t Altair 3 +stuff 'altair' + +screen -t PDP-11/70 4 +stuff 'pdp-11' + select 0 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1