Browser only linux distribution

1

I had set up moodle server for teaching students at my department. We have 2 computer rooms that are used by students for accessing this server and completing quizzes. Currently all computers have different Windows OSes (from Windows 98 to Windows 7). I want to install linux distibution with browser.

I had set up BrowserLinux (based on latest Puppy linux) it worked fine until someone of students had broke it to unbootable state (default user is root).

Is there any standard solution to my problem?

My requirements are:

  • hard disk installation
  • no write rights to HDD for default user
  • graphical interface
  • browser capable of showing moodle (JavaScript, and Flash for video lectures)
  • all changes made during session returning to default on next boot
  • possibility to set home page for browser (moodle server login page)

Yuriy Petrovskiy

Posted 2014-01-07T15:53:53.637

Reputation: 226

1

Have you looked at ChromeOS?

– heavyd – 2014-01-07T16:25:48.387

1

Have you looked at something like LTSP? This would give you a PXE booted environment, which the students couldn't easily break. It is pretty easy to setup with Ubuntu Server.

– Zoredache – 2014-01-07T17:03:42.837

I had set up LTSP but (1) it allows users to store information on server (2) programs are executed on server side (3) class is connected via wireless bridge (4) not all computers are easy to make it run (different BIOSes and network cards) – Yuriy Petrovskiy – 2014-01-07T17:10:13.967

Chome OS is looking good but is it possible to install in on HDD? – Yuriy Petrovskiy – 2014-01-07T17:13:36.890

ChromeOS (at least the builds i had found) do not support Ethernet (wired network). – Yuriy Petrovskiy – 2014-01-09T23:30:28.623

Just change root password? – Hannes Karppila – 2014-06-02T13:30:04.777

No answers