You are not logged in.
Pages: 1
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
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
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
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
Thanks for your answers , are there any alternatives thay you can advice ?
Offline
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
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
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:
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
Maybe you should look at http://www.xpud.org/
Offline
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
Dont use a window manager, just do this:
xinit firefoxHow's my programming? Call 1-800-DEV-NULL
Offline
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
Pages: 1