Differences

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

Link to this comparison view

Next revision
Previous revision
tutorials:vps_plan9 [2011/04/30 15:02] – created clemenstutorials:vps_plan9 [2012/01/16 02:19] (current) – Add Links section from sdf memnon
Line 3: Line 3:
 ===== Contents ===== ===== Contents =====
  
-  * [[#basics|Basics]] +  * [[#Basics]] 
-  * [[#networking|Networking]] +  * [[#Networking]] 
-  * [[#listen|Drawterm on Plan 9]] +  * [[#Drawterm on Plan 9]] 
-  * [[#drawterm|Drawterm on Your Computer]] +  * [[#Getting started with drawterm]] 
-  * [[#adduser|Adding a User]]+  * [[#Adding a User]] 
 +  * [[#Links]]
  
 ===== Basics ===== ===== Basics =====
Line 52: Line 53:
 At the "rc" prompt (%), enter these two lines. Replace PASSWORD by the password you want. At the "rc" prompt (%), enter these two lines. Replace PASSWORD by the password you want.
  
-  % echo 'key proto=p9sk1 dom=plan9 user=glenda !password=PASSWORD' >/mnt/factotum/ctl +  % echo 'key proto=p9sk1 dom=plan9 user=glenda !password=PASSWORD' >/mnt/factotum/ctl 
-  % aux/listen1 -t tcp!*!ncpu /bin/cpu -R &+  % aux/listen1 -t tcp!*!ncpu /bin/cpu -R &
  
 This password lasts until you reboot Plan 9. This password lasts until you reboot Plan 9.
Line 79: Line 80:
   prompt: uname sys +USER   prompt: uname sys +USER
  
-Now exit the file server console byi typing: "ctrl+\". You will now be at a ">>>" prompt; type "q" to quit.""+Now exit the file server console byi typing: "ctrl+\". You will now be at a ">>>" prompt; type "q" to quit."" 
 + 
 +===== Links ===== 
 + 
 +=== Tutorials === 
 + 
 +  * [[http://sdf.org/?tutorials/VPS_Plan9|Plan 9 on SDF VPS]] 
 +  * [[http://jgw.tx0.org/howto/building_drawterm.html|Building Drawterm on NetBSD-5.x/i386]] 
 +  * [[http://www.quanstro.net/newbie-guide.pdf|A Plan 9 Newbie's Guide [PDF]]] 
 +  * [[http://www.9gridchan.org/plan_9_basics|Plan 9 basics]] 
 +  * [[http://doc.cat-v.org/plan_9/misc/rit-intro|RIT Plan 9 introduction]] 
 +  * [[http://plan9.bell-labs.com/wiki/plan9/UNIX_to_Plan_9_command_translation/index.html|Plan9 commands for UNIX users]] 
 + 
 +=== Utilities === 
 + 
 +  * [[http://cm.bell-labs.com/sys/man/|Manual pages]] 
 +  * [[http://citeseer.ist.psu.edu/viewdoc/download?doi=10.1.1.41.3287&rep=rep1&type=pdf|Rc -- A Shell for Plan 9 and UNIX Systems [PDF]]] 
 +  *  
 +=== Videos === 
 + 
 +  * [[http://www.youtube.com/watch?v=SoGLU1l7LwY|Narrated Plan 9]] 
 +  * [[http://www.youtube.com/watch?v=dopu3ZtdCsg|Plan9 Acme Intro - Part 1]] 
 +  * [[http://www.youtube.com/watch?v=2vjD_B__SbQ|Plan9 Acme Intro - Part 2]] 
 +  * [[http://www.youtube.com/watch?v=cR96WQ6OR00|Plan9 Acme Intro - Part 3]] 
 +  * [[http://www.youtube.com/watch?v=byoznMe8ab4|Acme Mail Demo]] 
 +  * [[http://www.youtube.com/watch?v=Pydckb9ZU8Y|Acme Editor Demo]] 
 +  *  
 +=== Books === 
 + 
 +  * [[http://lsub.org/who/nemo/9.intro.pdf|Introduction to Operating Systems Abstractions Using Plan 9 from Bell Labs [PDF]]]