changeset 297:2380af78be40

Altair & PDP aliases, moved telnet to nearby too
author Steve Huston <huston@srhuston.net>
date Sat, 01 Mar 2025 00:14:07 -0500
parents ac2565aaab48
children ef0a1a087499
files .bash_aliases .screen/milton
diffstat 2 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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