9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Pietro Gagliardi <pietro10@mac.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] I would like to use plan9, but...
Date: Mon, 28 Jan 2008 16:09:19 -0500	[thread overview]
Message-ID: <71F40B79-F5C0-4287-96A8-C7257D045E15@mac.com> (raw)
In-Reply-To: <1b8bc20a-3d50-41b5-a0ef-1c797de732ac@i7g2000prf.googlegroups.com>

As for internet using ethernet,

	1) Find out what type of Ethernet card you have
	2) Look at plan9.ini(8) to see how to change plan9.ini to do so.
		% man -P plan9.ini
	   Use the arrow keys to go through pages and q to quit.
	3) Type:
		% 9fat:
		% cd /n/9fat
		% acme plan9.ini
	4) Add the necessary line to the end of the file
	5) Hold down Shift and right-click the word Put at the top. Do the  
same with Exit. This saves and quits.
	6) Type
		% cd
		% cd lib/
		% acme profile
	7) At the top, add the lines
		ndb/dns -r
		ip/ipconfig
	   Save and quit as above.
	8) Type
		% fshalt -r
	   This will reboot your system safely, and when you get back up you  
should have your Internet configured.

Other places for tutorials:
- the Plan 9 wiki (http://plan9.bell-labs.com/wiki/plan9/)
- type:
	% cd /sys/doc
	% lc
    Find a document you might like to read, and then
	% page <documentname>.ps
    For example,
	- lp.ps	Describes how to use the printer
	- rc.ps	Describes how to use rc, the Plan 9 shell
	- comp.ps	Describes how to use the Plan 9 compilers
	- troff.ps	Describes how to use troff, the text formatter
	- ape.ps	Describes how to port alien software to Plan 9 using APE
- type
	man -P 1 <programname>
   to see info on a program

To compile C programs, it depends on how you wrote them:
	- Compiling programs written exclusively for Plan 9 in the Plan 9  
system:
		8c file.c
		8l -o programname file.8
	- Compiling ANSI C/POSIX programs:
		pcc -o programname file.c



On Jan 28, 2008, at 5:04 AM, Nolan.Php@gmail.com wrote:

> I would like very much to use plan9, but there are some things i am
> unsure of.
> this is a list of things i need to know how to do:
>
> 1)write to newsgroups, and use internet using ethernet
> 2)use a c compiler
> 3)a good tutorial site for commands, programming etc.
>
> Thanks
>
> -nolan


      parent reply	other threads:[~2008-01-28 21:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-28 10:04 Nolan.Php
2008-01-28 10:18 ` Federico G. Benavento
2008-01-29 14:57   ` Lou Kamenov
2008-01-28 21:09 ` Pietro Gagliardi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=71F40B79-F5C0-4287-96A8-C7257D045E15@mac.com \
    --to=pietro10@mac.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).