From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dc1Ea-0002QQ-7o for qemu-devel@nongnu.org; Sat, 28 May 2005 09:20:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dc1EU-0002Ni-Nq for qemu-devel@nongnu.org; Sat, 28 May 2005 09:20:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dc1EU-0002My-HH for qemu-devel@nongnu.org; Sat, 28 May 2005 09:20:06 -0400 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Dc191-00025d-Ly for qemu-devel@nongnu.org; Sat, 28 May 2005 09:14:27 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Qemu sandbox for teaching Date: Sat, 28 May 2005 14:13:14 +0100 References: <1117284129.30948.16.camel@mobj> In-Reply-To: <1117284129.30948.16.camel@mobj> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505281413.15225.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Saturday 28 May 2005 13:42, Jerome Warnier wrote: > Does someone here have an idea on how to do the following using Qemu, > but I'm open to other suggestions: > > I would like to provide a UNIX CLI sandbox for users to poke around in a > UNIX course. It would be better if available from the web (preferably > without having to install anything on the users' PC), and Free (as in > free speach). > The problem is that I need to give them root access, or at least a > simulation. > It would be even better if we could for instance install RedHat in it, > but it's not really required. It's not really answering your question, but qemu is probably OTT for this. If I was setting this up I'd use UML and a java web based telnet/ssh client. Paul