PDA

View Full Version : [ubuntu_studio] Strip Ubuntu for custom need



viz3rd
January 6th, 2012, 09:52 AM
Hi People, I know theres an app called reconstructor for ubuntu to add/remove apps and customize other things in ubuntu.
Well my need is similar, but a lot of customization. First of all I want the distro to be very secure. Secondly, I am developing an 3D graphics application that will be a native ubuntu. So basically that application will be the only thing on the entire OS. Also support for printer to print images rendered from the application.
Also the system will have to logins, Admin and User. Now user will not have access to any system files or file browser as well. User can only work on this Graphics Application and make prints. Thats all.
Can anyone suggest any solution to this please?

Thanks.

jejeman
January 6th, 2012, 10:42 AM
First of all I want the distro to be very secure.Ubuntu is already very secure by default.

You should learn how ubuntu works, to achive just a bare bones.
My suggestion is to instal from mini.iso. First install the base system and after that install just what you need.

viz3rd
January 6th, 2012, 10:53 AM
Ubuntu is already very secure by default.

You should learn how ubuntu works, to achive just a bare bones.
My suggestion is to instal from mini.iso. First install the base system and after that install just what you need.

Thanks! will try it.

viz3rd
January 11th, 2012, 12:49 PM
Can you guys help me with stage 2 for this development pls.

http://ubuntuforums.org/showthread.php?p=11600561#post11600561

CivilizationII
February 20th, 2012, 05:01 PM
Maybe the simplest way of achieving this would be to use LTSP (various implementation including Ubuntu) http://ltsp.org


Another way is to use a very simple desktop (Blackbox is here a candidate of choice, because you can easely block any addition on menu), _and_ make unable the script capacity (*) of every users (excepted admin, unless you really want problems).

(*) assigning /bin/nologin to script default, or redirecting /bin/bash to /dev/null are working, but there are multiple ways to do it. Obviously this solution require a _lot_ of Unix/Linux experience if you don't want to render your computer unavailable until complete reinstall.