From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Fri, 17 Apr 2009 11:46:02 -0500 From: blstuart@bellsouth.net In-Reply-To: <87e83fa2-b63d-4eec-9391-d74d1af5d6ba@d19g2000prh.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Help for a home user discovering Plan 9 Topicbox-Message-UUID: e25417fc-ead4-11e9-9d60-3106f5b1d025 > It would be nice if someone could point me to some step-by-step > instructions for Plan 9 dummies, I don't think such a thing currently exists, but if you keep notes as you go along, you could provide the welcome service of writing one... But there are some general direction to point you in for these specific things: > for a wireless connection to a DHCP > router network, ip/ipconfig looks for DHCP if you don't give it explicit address, so that part is easy. The real challenge is in the device driver for any given wireless card. Because our community is small, we don't have an army of device driver writers. So the easiest way to do this is run Plan 9 along with something else using 9vx, qemu, Xen, lguest, kvm, virtualbox, vmware, ... > changing the display resolution or the Acme font, When running natively, the resolution is set by vga(8) form the "vgasize=" parameter in plan9.ini. Acme takes two command-line font parameters: -f and -F. Usually, it's started reading from an acme.dump file where the desired font has already been recorded. > browsing the Web, Ah, the web; our thorn in the flesh :) > and accessing files and running applications on a > Vista laptop. I'd also welcome any other ideas about learning to use > Plan 9.