2008年7月23日水曜日

Plan9 & drawterm

  • Plan9の設定

  • - IPアドレス設定(dbcp)
    ip/ipconfig
    ndb/cs
    ndb/nds -r

    - IPアドレスの確認
    cat /net/ndb

    - ユーザの追加
    http://plan9.bell-labs.com/wiki/plan9/adding_a_new_user/index.html

    - cpuサーバの設定
    http://plan9.bell-labs.com/wiki/plan9/Drawterm_to_your_terminal/index.html

    - 2回目からは以下でok! って...
    term% auth/keyfs -p $home/lib/keys # you can add this command to your profile
    Password: keyfilepassword
    1 keys read
    term% echo 'key user=glenda dom=drawterm.test proto=p9sk1 !password=loginpassword' > /mnt/factotum/ctl
    term% aux/listen1 -t 'tcp!*!ticket' /bin/auth/authsrv &
    term% service=cpu aux/listen1 'tcp!*!ncpu' /bin/cpu -R &
  • GNU/Linuxの設定

  • - drawterm
    http://plan9.bell-labs.com/wiki/plan9/drawterm/index.html
    http://swtch.com/drawterm/
    ダウンロードして
    CONF=unix make
    ./drawterm -a X.X.X.X -c X.X.X.X

    ログイン後、cd /mnt/term 以下から ホストの GNU/Linux にアクセスできる。
    すげー。

    0 件のコメント: