User Tools

Site Tools


playground:9front_terminal_on_a_raspberry_pi_2_b

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
playground:9front_terminal_on_a_raspberry_pi_2_b [2021/09/01 22:59] – [A Plan 9 rcpu application] hc9playground:9front_terminal_on_a_raspberry_pi_2_b [2021/09/07 17:25] – [A Plan 9 9front rcpu application] hc9
Line 119: Line 119:
   * The example is using [[wp>Dynamic_Host_Configuration_Protocol|DHCP]].   * The example is using [[wp>Dynamic_Host_Configuration_Protocol|DHCP]].
  
-  * <code> % ndb/dns+    The ''ndb/dns'' is __only__ applied initially. The results are retained. Entering it again will result in a message: “another dns instance is running”. <code> % ndb/dns
 </code> </code>
-    * The ''ndb/dns'' is __only__ applied initially. The results are retained. Entering it again will result in a message: “another dns instance is running”.+
   * <code> % ip/ipconfig   * <code> % ip/ipconfig
 </code> </code>
Line 142: Line 142:
 % date % date
 </code> </code>
-    * Checking the ''date'' after waiting a minute, if needed. <code>+    * Check the ''date'' after waiting a minute, if needed for validating the network connection. <code>
 % date % date
 </code> </code>
Line 195: Line 195:
 </code> </code>
  
-====== A Plan 9 rcpu application ======+====== A Plan 9 9front rcpu application ======
  
-From the Plan 9 9front Raspberry Pi rio rc terminal prompt (%):+From the plan9front Raspberry Pi rio rc terminal prompt (%):
  
 === Edit the /lib/ndb/local file: === === Edit the /lib/ndb/local file: ===
  
-    * The ''echo 'auth=9p.sdf.org authdom=9sdf' >> /lib/ndb/local'' is __only__ applied initially. The results are retained. +  * The ''echo 'auth=9p.sdf.org authdom=9sdf' >> /lib/ndb/local'' is __only__ applied initially. The results are retained. <code> % echo 'auth=9p.sdf.org authdom=9sdf' >> /lib/ndb/local
-  * <code> % echo 'auth=9p.sdf.org authdom=9sdf' >> /lib/ndb/local+
 </code> </code>
  
Line 209: Line 208:
 <code> <code>
 term% ps | grep factotum term% ps | grep factotum
-glenda          100    0:00   0:00      168K     factotum+glenda          100    0:00   0:00      168K Pread    factotum
 </code> </code>
  
-=== Start factotum if it is not running: === +  * Start factotum if it is __not__ running<code>
- +
-<code>+
 term% auth/factotum term% auth/factotum
 </code> </code>
Line 220: Line 217:
 === RCPU to 9p.sdf.org === === RCPU to 9p.sdf.org ===
  
-  * A ''9p.sdf.org'' username (''-u USER'') is required. <code>+  * A ''9p.sdf.org'' user name (''-u USER'') is required. <code>
 % rcpu -h 9p.sdf.org -u USER % rcpu -h 9p.sdf.org -u USER
 password: password:
Line 227: Line 224:
  
   * Once connected to //9p.sdf.org//: <code>   * Once connected to //9p.sdf.org//: <code>
-cpu% cd /usr/$user+cpu% cd $home 
 +</code> 
 + 
 +  * Start the //rio (([[:vps_-_9front#from_rio|Details about rio]])) (([[:vps_-_plan_9#getting_started_with_drawterm|More details about rio]]))// window system: <code> 
 +cpu% rio 
 +</code> 
 + 
 +  * Start ''[[:vps_-_9front#command_reminder|stats -lmisce]]'' in a new //rio (([[:vps_-_9front#from_rio|Details about rio]])) (([[:vps_-_plan_9#getting_started_with_drawterm|More details about rio]]))// rc window: <code> 
 +cpu% stats -lmisce
 </code> </code>
  
-=== An incorrect password repair method: ===+=== An incorrect password repair example: ===
  
 <code> <code>