You are not logged in.

#1 2010-02-15 11:31:46

alonon
Member
Registered: 2010-02-15
Posts: 3

Arch in our R&D Project

Hello;
Our company wants to make a hand terminal. This terminal have lots of features. I want to use Linux in it ( Hardware system is enough to use Arch ). There is some features of termaaln below, Can we make these features with using Arch Linux easly ?

1. Users can not view or edit update settings, if there is a update, terminal will update it's os without asking.
2. OS will start only with firefox, no menu, no other settings, just firefox. (or another browser.)
3. OS should be minimal , work fast and be secure.

Thank you.

Offline

#2 2010-02-15 11:53:24

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: Arch in our R&D Project

Have you tried Arch? That would be the best way to see if it will work for you.

1) If they're a non-root account, and you have a root cron, I don't see why not
2) That should be easy, depending only on your WM
3) That's up to the way you set it up

Offline

#3 2010-02-16 03:27:48

Parter
Member
From: Kiev, Ukraine
Registered: 2010-01-31
Posts: 22

Re: Arch in our R&D Project

So your company wants to copy ChromeOS except with Firefox?

Take a look at ChromiumOS(The open source project behind ChomeOS) and you can clone most of it except with Firefox.

Offline

#4 2010-02-16 03:34:18

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,650
Website

Re: Arch in our R&D Project

alonon wrote:

Our company wants to make a hand terminal. This terminal have lots of features. I want to use Linux in it ( Hardware system is enough to use Arch ). There is some features of termaaln below, Can we make these features with using Arch Linux easly ?

Short answer, yes you can...   but I would not consider using Arch for that sort of thing, and I know the system very well.

Online

#5 2010-02-16 10:08:01

alonon
Member
Registered: 2010-02-15
Posts: 3

Re: Arch in our R&D Project

Thanks for your answers , are there any alternatives thay you can advice ?

Offline

#6 2010-02-16 10:11:41

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Arch in our R&D Project

Allan wrote:
alonon wrote:

Our company wants to make a hand terminal. This terminal have lots of features. I want to use Linux in it ( Hardware system is enough to use Arch ). There is some features of termaaln below, Can we make these features with using Arch Linux easly ?

Short answer, yes you can...   but I would not consider using Arch for that sort of thing, and I know the system very well.

out of curiosity, do you mind giving more details ? is it because of the rolling release design ? TIA

Offline

#7 2010-02-16 10:37:38

alonon
Member
Registered: 2010-02-15
Posts: 3

Re: Arch in our R&D Project

Ok, Terminal will connect with a Server. Users can send data from terminal to the server on a browser. Therefore, on Os, only one browser should work. Users can not close or edit anything.   One of terminal features is taking pictures and sending them to the servers ...

Offline

#8 2010-02-16 10:45:35

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,650
Website

Re: Arch in our R&D Project

bangkok_manouel wrote:
Allan wrote:

Short answer, yes you can...   but I would not consider using Arch for that sort of thing, and I know the system very well.

out of curiosity, do you mind giving more details ? is it because of the rolling release design ? TIA

Mainly due to this criterion:

alonon wrote:

1. Users can not view or edit update settings, if there is a update, terminal will update it's os without asking.

Unattended updates on a bleeding edge distro are not wise.  But then again, more details on the situation might make me change my mind...  Perhaps this will just rsync from a master server when the terminal is docked and the master server will be maintained manually.

I'd be tempted to use Debian or CentOS (depending on whether I wanted to run the yum or apt gauntlet...).  Or I would do more research.

It is all about knowing what is distribution is good for and if others are better suited. I would probably not use Arch on a critical server at my workplace.  That is what RHEL is for, so you can blame other people.  But I do use it on a personal server and my primary work computer.

Online

#9 2010-02-16 11:37:55

Ditzi
Member
Registered: 2008-05-09
Posts: 2

Re: Arch in our R&D Project

Maybe you should look at http://www.xpud.org/

Offline

#10 2010-02-16 12:33:47

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: Arch in our R&D Project

The updates could be solved easily by running a custom mirror. Everything gets tested on a test device first, and if the update is good, push the stuff to the custom mirror, and let the units update from it.  That should probably be done anyway, no matter what ditro one base the system on.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#11 2010-02-16 14:33:16

zowki
Member
From: Trapped in The Matrix
Registered: 2008-11-27
Posts: 582
Website

Re: Arch in our R&D Project

Dont use a window manager, just do this:

xinit firefox

How's my programming? Call 1-800-DEV-NULL

Offline

#12 2010-02-16 17:18:29

raf_kig
Member
Registered: 2008-11-28
Posts: 143

Re: Arch in our R&D Project

Mr.Elendig wrote:

The updates could be solved easily by running a custom mirror. Everything gets tested on a test device first, and if the update is good, push the stuff to the custom mirror, and let the units update from it.  That should probably be done anyway, no matter what ditro one base the system on.

On that kind of client you don't want bleeding edge software and new features, you want a system that only changes when it is absolutely necessary (read: never).
Security updates only - that's it, no new features, no funky new drivers and no new config file formats...
Of course you can do that with arch (just have to do a lot of backporting...) - but using arch would be more a problem than a solution here.

If you want linux I'd either go for debian or rhel/centos

Offline

Board footer

Powered by FluxBB