0

I received call one of a company. They are implementing and installing Ubuntu Desktop OS in there client systems and they need:

Create one user as a temporary user and that user should have 3 options enabled in client system:

  1. google chrome with one fixed URL(http:192.168.1.1)
  2. printer access for printing
  3. scanner access for upload docs.

All remaining functionality should be disabled.

For the above process, what resources do we have to use and how can we disable everything? The Company is asking to make a professional document for the above installation. Please help me with this issue.

Wayne_Yux
  • 4,873

1 Answers1

0

Question seems to be related to creating a Kiosk Mode Ubuntu session. If this is the case, you have several options.

  • Ubuntu: you have two options here. First, you can just install a light version of Ubuntu and customize it such as it becomes a kiosk. Or you can start from a full ubuntu desktop and customize it to become a kiosk. Naturally, the former is better in terms of resource use. There are plenty of guides online, so it would be a bit redundant to write all the steps here. This guide is an example (for 14.04, but it should work for 16.04 too).

  • Purpose built kiosk OS: there are a several options around of open-source OS that are basically just a Kiosk mode. As such, they are very light in resources requirements. A few examples: Porteus Kiosk, Symphony OS and Instant WebKiosk.

  • 1
    It would be preferable if you could include the main points of those external links into your question. Link-only answers are not appreciated as links may become obsolete which would render the answer useless. – Byte Commander Jul 18 '16 at 08:46