wm: doc

Download patch

ref: 402faaf189d52f361f3e5a3a5aeedd72c7058b50
parent: d8e841de8404a534c5ea60446cc1b8d7dacb6b30
author: Aaron Lin <jrmu@inter9.org>
date: Tue Oct 29 01:10:02 EDT 2024

Instructions to set up an instant cpu server on a plan 9 terminal

--- /dev/null
+++ b/cpu-instant-p9.ms
@@ -1,0 +1,17 @@
+This guide demonstrates how to set up an instant cpu server for Plan 9.
+
+On the plan 9 terminal that will run the cpu server, run:
+
+term% auth/factotum
+term% echo 'key proto=p9sk1 dom=livecd user=glenda !password=password' >/mnt/factotum/ctl
+term% aux/listen1 -t tcp!*!17010 /bin/cpu -R &
+
+Replace password with your actual password.
+
+Then, from your client, run drawterm:
+
+$ drawterm -u glenda -c 192.168.1.2 -a 192.168.1.2
+
+Replace 192.168.1.2 with your cpu server's actual address.
+
+Source: https://9p.io/wiki/plan9/Drawterm_to_your_terminal/index.html