Slashdot Mirror


Feasibility of Linux for Public-Access Labs?

Benanov asks: "I'm doing a literature review on the Feasibility of Linux for a public-access lab (i.e. not Computer Science students at a university but instead the entire student body would have a login), and I haven't found any detailed studies about any places where this is actually done. If you know of any citeable sources about studies / reviews, I'd really appreciate it."

9 of 267 comments (clear)

  1. DNALounge uses Linux kiosks for the public by dzm · · Score: 5, Informative

    Jamie Zawinski has produced a nice document describing how he did it, problems he faced, etc.

    [LINK]

  2. Simple End User Linux by CBNobi · · Score: 4, Informative

    The SEUL is an organization for using Linux for education. There's even a case study section.

  3. UTD Does It. by saveth · · Score: 5, Insightful

    The University of Texas at Dallas does it. There is a lab full of Red Hat Linux computers and Sun Ray terminals.

    Though their web site is a bit sparse on details, you could probably shoot an email to a member of the staff. They're friendly people, and I'm sure they'd be willing to help you out.

  4. Anser: by 7-Vodka · · Score: 5, Interesting
    Very feasable. My gf wanted to use my computer. I did a quick adduser and told her to log in.
    She's your average windows user, don't ask her about hardware or drivers she just wants browse the web etc.
    She had no trouble logging in through kdm.
    she had no trouble using the default kde3 setup. All this with no help from me (i wasn't even watching)
    She can check her email, browse the web, listen to music and print stuff out (thanks cups + kdeprint).

    A couple of months went by, I haven't watched her use it at all...
    I asked her the other day, so how do you like linux?
    her answer: "It's just like using windows" and "I like the way it looks".

    Seems to me unsophisticated users aren't able to set up a kde3 box but they are sure able to use one.

    --

    Liberty.

  5. Trust & familiarity by s20451 · · Score: 4, Interesting

    There's a small library near my office where there are four public access terminals. Historically they all ran Windows, but just for a laugh the sysadmin put Linux on one of them; and the users avoided the Linux machine like it was radioactive. They didn't seem to like the "weird" web browsers that it came with (Opera and Mozilla), and they had a hard time adapting to the application launcher, however trivially it seemed to differ from the Windows "Start" button. Non-technical people prefer familiarity and ease of use above all else when using a computer.

    --
    Toronto-area transit rider? Rate your ride.
  6. What's so new about ...x in public labs? by magi · · Score: 5, Interesting

    For more than 10 years, practically all university students have gotten a UNIX login, and universities have been full of public terminals for students in labs and in hallways. In some richer universities, they have even had *oooh* X-terminals.

    The machines have usually been Sun, but I don't think Linux would be overwhelmingly different from them...

    So forgive me if I don't quite understand the question. UNIX has been a feasible solution for all students for years, and there's little reason to believe Linux wouldn't be.

  7. 5 Years Old and counting by colonel · · Score: 4, Informative

    The Carleton University EngSoc Project is a wholly student-owned and student-run UNIX network at Carleton University in Ottawa, Ontario, Canada. Once the largest Linux userbase in the world, they've provided Linux shell accounts to every undergraduate Engineering student for at least 7 years.

    Since 1996, they've offered a Public Access Lab using donated hardware and space provided by the University. They started off using 486 machines that booted RedHat 3 and NFS mounted from a blazing P90. Then they moved on to using NCD X-Terms. In 1998, Corel Computer donated Netwinder systems for use as the PAL workstations. In 2000, the lab sustained water damage from construction on the roof, and the Netwinders were replaced with ThinkNIC thin clients.

    But we don't have any useful literature to provide.

  8. AFS or NFS by gviamont · · Score: 4, Informative

    The University of Notre Dame and University of Michigan both use an AFS/Kerberos set-up for large volumes of accounts.
    Notre Dame offers accounts on their Solaris/SPARC machines to every student at the university. Michigan's CAEN is also an AFS/Kerberos system for the whole College of Engineering.

    MIT's Athena project is pretty interesting (and also partially uses an AFS/Kerberos scheme), but it probably won't help you set up a quick public network of Linux machines since it focuses more on the research side of things (not to mention the fact that it's been actively worked on since 1983!).

    In general, you will probably want to decide between an AFS/Kerberos set-up or an NFS set-up.

    With AFS/Kerberos, you as the administrator would directly control a pool of servers ("Vice") which physically contain the data in every user's account. The client machines ("Venus") would get temporary "tickets" from the central Kerberos server (which you also control) to access their accounts which are stored on Vice.
    In the NFS scenario, the physical location of accounts is totally decentralized and distributed across all the machines that users actually work on. This means less work for you as an administrator, but it also means less security since random users' data is actually stored on the disks of the computers in the user pool (in AFS, Vice machines are considered to be "locked in closets" to which only the administrators have physical access). It's good to remember a golden rule, "physical access to a computer always implies root access." Using a tomsrtbt disk for example, you can change the root password on just about any Linux machine with a floppy drive.

    Since Vice (in the AFS scheme) computers are presumably kept behind locked doors, you avoid this type of problem. However, AFS is harder to maintain, and you probably have to pay Transarc for a commercial version.

    For more info on AFS/Kerberos and NFS, I recommend surfing the ACM Digital Library, in which you can find the seminal papers on these various technologies (if you're an ACM member and have access). You may also be able to find case studies there (which I found to be surprisingly hard to find on the web).

  9. Anectodal evidence but... by Random+Feature · · Score: 4, Informative

    it's interesting.

    We moved our 15 year old son to a SuSE distribution last year. He had issues because he wasn't sure how to get to his network drives and couldn't get Starcraft running, but after a couple months he was able to install Wine and get Warcraft going (didn't get Starcraft going, much to his dismay).

    Four months ago we moved our 8 year old daughter to the same SuSE distro - took away her Windows 98 and made her quit cold turkey. We configured KMail and let her go. She's had NO help and she can create documents, print web pages, browse, and runs some of the KDE games. No complaints from her at all.

    So can people get used to it? Even non-geeks? Sure. If an 8-year old child can do it, I would think a college student, regardless of their general computer competency, should be able to do it as well.

    --
    I don't have a solution, but I certainly admire the problem.