General :: Distribution That Gives The User A Lot Of Control On The Installation Proces?
Apr 15, 2009
In the past I have used Slackware, but I changed to Gentoo because Slackware don't have a nice package manager. I like Gentoo very much, because you have control over your installation from the very beginning. You can tweak your installation, before it's a running installation.
The main problem is that you need to compile everything from source (this has some benefits), but i haven a 3.0ghz pentium 4, so compiling a full system takes days. That's not I want.
Because of that I tried Debian, it's nice because of the large collection of precompiled packages. However, it's seems like it is less Stable then Gentoo (i run debian sid, because i need the newer applications). It's also harder to configure to my needs.
Is there a (Gentoo-based) distribution that gives the user a lot of control on the installation proces (like gentoo) and afterwards gentoo-like configuration (it was so much better then Debian, for example: Where is the xorgconfig utility in debian? I know there is something called dpkg-reconfigure to configure X, but that didn't asked me about videocard and monitor settings, only keyboard related options)
But the distribution must have binaries for all (or at least a lot of) programs.
Is there such a distribution? What does come closest to my needs?
View 11 Replies
ADVERTISEMENT
Mar 5, 2009
I would like to install a program (R for statistical computing). I am using Slackware. On the download page of R (The Comprehensive R Archive Network) there are options to download the code for Debian, Redhat, Suse, and Ubuntu. Which one should I download in my case (using Slackware)? Is there any of them which I should not download?
View 4 Replies
View Related
Jul 26, 2010
I have fedora 13 64bit installed on the box I want to connect with vnc, I have tigervnc & tigervnc-server installed.
As my user I run:
vncserver
then I can connect to that box using: 192.168.1.2:1 but it is a different desktop?
How can I use vnc to control my user's desktop?
View 1 Replies
View Related
Jun 29, 2010
For the past few days I was putting effort on understanding the software control flow starting from "Boot loader" to "Linux User space".
I am consolidating the entire process and putting forth in this forum...It would be great if someone can validate this..It might be useful to other new bees too.
Step 1 : Power up the board
Step 2 : The CPU control goes to EEPROM/storage memory where BIOS resides
Step 3: BIOS gets loaded in RAM and gets executed
Step 4: During execution, the selection of Boot device has to be done with the help of BIOS Menu [Blue screen appearance during start up in normal PC's]
Step 5: BIOS shall access the Bootloader stored in boot device [for eg.,Hard disk]. Boot loader is stored in MBR area.
for explanation purpose I take the following configurations
Bootloader = GRUB
Boot Device = Hard Disk
Step 6: GRUB shall be loaded in RAM and gets executed
Step 7: GRUB shall load the KERNEL image to RAM. Kernel image is stored in Hard Disk.
The question of "How the GRUB knows where the Kernel image is stored".
The answer is
1. In the "Grub.config" file, the location of "Kernel Image" and " Ramdisk Image" [which will be discussed later in the section] is being given.
Step 8: Kernel Image followed by Ramdisk Image is loaded in RAM by GRUB bootloader
Step 9: Kernel Image gets executed...During execution, top portion of the code shall make initial hardware initialization and latter part
of the code shall just decompress the Kernel Image
Step 10 : After decompressing the Kernel Image, it shall decompress
the already loaded Ramdisk Image
Ram disk is just creating a temporary hard disk in RAM. The main responsibility includes it consists of minimal driver files, executables, directory structures to created a TEMPORARY ROOT FILE SYSTEM.
This Temporary Root File system shall be used by Kernel Image
1. Execute the executables to access the Hard disk
2. For creating Permanent Root File System in HARD DISK
Step 11 : Kernel Shall look for the file /Linuxrc in Ramdisk. Linuxrc
is a USER script file [not sure]
Step 12: At the end of script file Linuxrc, the Ramdisk shall give the
control to "USER SPACE" [path for writing the script not known]in Linux kernel
Step 13: USER SPACE is the normal shell
View 2 Replies
View Related
May 5, 2011
I have a program that I run from the terminal that requires manual input (it's matlab in mex debugging mode, matlab -Dgdb, which starts the GNU C debugger with its own custom settings).
Every time I run this program I always type in the same few commands in the program's interactive shell before I actually start working (for example: run -nojvm; stop at mexFunction; continue). I want to avoid typing these commands and I thought I could do this with shell scripting, saving the commands in the mycommands file, then running: myprogram < mycommands
The problem is that this runs all the commands and then exits the program. I want it to run the commands and return control to me so I can run my commands. Is there a way to tell the shell to use a file or a string as the input to a program then immediately return control to the user without the exiting the program?
View 3 Replies
View Related
Sep 29, 2010
I have a user account which is required to run as part of the operating system and as a service. I am currently attempting to install my companies software on an Ubuntu desktop via wine just for the purpose of finding out if it's do-able.
Is there a way, in Ubuntu, for a user account to be given the local rights assignment to act as part of the operating system and to function as a service in the background?
View 1 Replies
View Related
Jun 12, 2011
When I try to to do something like creating a new folder in nautilus the screen freezes. i'm still able to move my mouse but clicking has no effect. it also happens when renaming a file or deleting a file or folder. I can access the commandline when the screen is frozen and i found out that the compiz process was taking 100% of my cpu, after killing the process the system works fine again. I also noticed that the file action wich coused the freeze was done, so i try to create a folder the system freezes i stop the compiz process and the folder is there. The problem doesn't occour When is start the session using ubuntu classic with no effects. I tried reistalling compiz and the video driver but whitout any luck. I would really appreciate it if someone has a solution for this because its very frustrating.
Specs:
Ubuntu 11.04 64bit (clean install)
HP Touchsmart TX2
AMD Turion X2 Ultra Dual-Core Mobile Processor ZM-86 (2.4 GHz)
ATI Radeon HD 3200 Graphics with 64MB Display Cache Memory
4GB DDR2 System Memory (2 Dimm)
View 5 Replies
View Related
Dec 3, 2010
As a root I have added a new user via useradd method and set a password. The problem now when I logged remotely via putty using the new user credential I am able to browse the root folders etc. So how to limit the user just to limited folders only such home folder and maybe one or two other folders.
View 2 Replies
View Related
Feb 15, 2011
I have a problem with the permission of the directories under /proc, they are readable and accessible only by Owner (they have permission 500 instead of the usual 555) As a consequence, the processes are visible only to the Owners or to Root. For exampleif I want to check if there is mysql
I see it only with the user mysql or with root because the directory has permission 500
This problem obstacles the functioning of some applications that should check the existence of some processes managed by other users. At the beginning all was working well. But after a while the problem appeared and I dont know which is the reason of it. how to restore the standard management of permissions of / proc?]
I have a Ubuntu server Maverick 10:10.
View 2 Replies
View Related
Sep 29, 2010
Am using Suse 10.2 for internet and e-mail server. currently all my users have access to the internet if they know how to setup their web browsers. how do i deny some users internet access so that a user can only access his/her e-mail but not internet.
View 1 Replies
View Related
Jan 4, 2011
I have a Ubuntu 10.10 server and I would like to have full access to / from my Windows 7 box so I can modify config files and such.
I have already installed Samba and created a local user on the server for myself.
I am at the point where I need to create the share to / and give my user read/write to it.
Additionally if possible I would like for it to be a hidden share for additional security.
View 2 Replies
View Related
May 18, 2011
How do I control which users are seen from the login screen?
View 7 Replies
View Related
Jul 31, 2009
I havent worked on a linux system in about 6 years so Im a little rusty and wasnt that great 6 years ago. Im trying to create a user that can only upload to the server. I have picked at several post tutorial and such but its still not working. Currently you can still upload and download even though you should only be able to upload. Im sure Im missing something but have no clue what
vsftpd configuration
View 1 Replies
View Related
Dec 8, 2010
I'm using squid for proxy server in FC6. I'm also using squidGuard for web-site access restriction. I want to do some exception now for website access. My network ip block is 192.168.7.0/24 and facebook.com is restricted for all with squidGuard, but i want to allow facebook.com only in 192.168.7.51/32.
my squidGuard.conf file looks like below:
View 2 Replies
View Related
Nov 12, 2009
I've a mail server(Postfix) running on Slackware linux 12.1 . I need to configure a control panel so that one can create/delete/modify an email account as well as manage email alias.
View 1 Replies
View Related
Aug 20, 2010
I have configured squid proxy on centos 5.5 and some of my squid.conf file has following lines
Code:
http_access allow ncsa_users office
There are 3 users called "user034, user035 and user050" in the /etc/squid/squid_passwd file need to restricted access to internet except sites www.abc.com form anywhere in the lan. Once they logged in any ip, rule should apply.(that means no ip related acl, only user name related) How can I configure this in squid.
View 3 Replies
View Related
Apr 26, 2011
Is there any good way of distribution a ubuntu installation on workstations using PXE?And is it possible to pre-configure the installation with various settings?
View 4 Replies
View Related
Aug 13, 2010
I have a shared folder that has it's access restricted to certain users on a file server at work. Currently when I try to add a user I follow this process:
Right click the Folder, go to Properties
Click the "Access Control List" tab
Select a user from the "Participants List"
Click Add
For most users this process works fine but with one of them I get the following error:
"Could not add ACL entry: Invalid Argument"
I also tried a script that a former employee created which seems to employ this command:
setfacl -m u:<USER>:rw- <PATH>
Running the command with the correct user and path returns a similar "Invalid Argument" error.
We're using OpenSuse 10.2.
View 1 Replies
View Related
May 19, 2011
I blew my UI (Unity) and dont know how to get it back. I wanted to set my Desktop cube using Compiz and selected OpenGL, but this blew my whole UI away and I cannot control anything anymore. From the empty screen I opened the application console using crtl + F2 There, a Login shows up but I do not know how to login (yeah LOLing here too). Username and my Password didnt make it. I could also not setup any new root password there. What data is needed here? Root, Username? Ubuntu 11.04 ubuntu ubuntu Login:
View 1 Replies
View Related
Jan 17, 2010
How to customize the Ubuntu Installation for your Distribution - TUTORIAL I have looked a lot in almost every page in Ubuntu, Google and some other Linux Distributions Forums, Help Guides and Tutorials, and have never been able to customize, or even find a valuable source on customzing the Ubuntu Installation, also known as Ubiquity. Now if you are planning on creating a LiveCD or Ubuntu-based Distribution using Remastersys or some program like that, then you will love this tutorial, as do I. First of all, make sure you have Ubiquity installed.Quickly goto Synaptic now, and check. Once you have that, go inside a terminal and type sudo nautilus.Then goto /usr/share/ubiquity. You will see some system files which I will now mention again in this tutorial for the sake of my tiredness.
Here you will see the images that are presented when you select your region in the installation process. You may customize it, but I hardly recemmond it as the areas I tell you to customize are far more rewarding. Now, just go inside the "ubuntu" folder and see the "logo.png". Customize it to have your own Logo and Distribution Name. After you finish that come out of it, all the way back to /usr/share. Now we go inside the big area, where we customize a LOT. Go inside "Ubiquity-Slideshow" folder. In this folder you will see the images and text that pop up during the installation of Ubuntu. Do you remember?
Now just go into Slides/icons and here you will see the beautiful icons of all the slides. You may notice the extroadinary graphics and input the Ubuntu team has put into most of these, and so I have decided not to customize this, but you can surely go ahead. However, for legal sake, I had to customize the logo which I have changed it to be mine (that is I deleted the Ubuntu logo and replaced it with a High-Quality version of my logo). Once you feel you have done enough, please go out of that folder and scroll straight down to customize the writing on the slides in the installation.
Here you will see 13 .html files. HTML is simple, you do not have to know anything in HTML to customize these files, however you must understand to not go out of the boundaries. Stay in the templates, because saying too much will look un-Professional and dodgy when it comes to size issues. I prefer Cutting huge paragraphs of writing in between the "" and starting to type about the subject in My Distributions way. Making sure that I do not exceed the previous 3-4 sentence that Ubuntu already had. Ok, to customize these .html files I will quickly show you one of them and customize it before I fall asleep on my keyboard. Right-click "accessibility.html". Click OPEN WITH and select GEDIT.
You will see something like this, however where it says Gosalia, that is my operating system, it used to say Ubuntu. CAUTION - Do not copy my work, there will be severe consequences, considering I took 5 minutes to write it and the rough work your Operating System installation will look...
Quote:
<h1 class="title">Accessibility in Gosalia</h1>
<div class="main">
<div class="content"><ul>
[code]....
Enjoy, do this to all of them remembering to only write in between the <li> and the </li> Remember one thing, where it says "UBUNTU" you can change it, unless it is a file name, then DON'T CHANGE IT! Oh yes, and now when you create your ISO with Remastersys (or equivalent) then you will have your customized Installation ready in the LIVECD process, check it out! It worked for me, and it is spectacular. Making a Video about this now...
View 1 Replies
View Related
May 4, 2010
I'd like to upgrade my 9.10 desktop to 10.04 but I can't get past step 1.I've done alt-f2 and issued update-manager -d, but no "New distribution" option is presented.I've clicked the "check" button and updated all my repo information but that doesn't help.I've done a wireshark trace and observed that the update-manager's requests get through the corporate firewall, and responses come back.Somehow it determines that no new distro is available.I'll explore further if someone could help me out with getting hold of the relevant update-manager source code.
View 2 Replies
View Related
Apr 13, 2011
I am on a 10.04 desktop, it was previously set to only upgrade to LTS releases. I have change it to do normal distribution releases. This is checkable in the update manager and /etc/update-manager/release-upgrades
[Code]...
View 1 Replies
View Related
Apr 30, 2010
Since 9.10 was available, I've been unable to upgrade to the next distribution. Today I actually took the time to copy down and make note of the error given. The pop-up error is this: Could not calculate the upgrade
[Code]...
View 3 Replies
View Related
Jan 10, 2010
What does "distribution" mean? My Acer computer, on which I have linux linpus lite, comes with very little documentation and while I have a physics BA and have had exposure to technology, my knowledge of linux is just about zip. Is there a good place to start? As you can see, this question about the word "distribution" is a razor thin top of an enormous iceberg of ignorance.
View 3 Replies
View Related
Aug 19, 2011
I've been yum upgrading since Fedora 3. For the first time, I did a fresh install with Fedora 15 and I found that ibmcam.ko is no longer part of the distribution in any way (even through rpm fusion). Is there a replacement for ibmcam.ko so I can get my cam working again?
View 6 Replies
View Related
May 2, 2010
I am trying to upgrade my ubuntu distribution from 9.10 to 10.04 using update-manager. I have only 2G free in my / partition, and update-manager complains saying it needs 4G free in the / partition to upgrade.
I presume the space is needed to store downloaded packages. Is there any way I can change the download directory to some other partition (i have plenty of space in other partitions)?
View 2 Replies
View Related
Jan 31, 2010
I need a 64-bit Linux distribution to beta test TeraChem, a GPU-based quantum chemistry package. I have never personally used Linux, however, and I don't know anything about the available distributions. I was wondering if I could get some recommendations.
My system specifications:
CPU: Xeon W3520
GPU: NVIDIA GTX 275
Motherboard: GIGABYTE EX-58 UD5
Current OS: Windows 7 64-bit
I would not use Linux as my sole OS but would want to dual-partition (I think that is the term?). However, I think I would end up using the distribution for more than just running TeraChem. I may even become a convert!
What am I looking for in a distribution? Ease of use, efficiency, 64-bit. What do I know how to do? I can build computers, code in C++, comfortably use a command line.
View 4 Replies
View Related
Jul 15, 2010
I would like to make my own Linux distribution.Where do I find a Linux distribution that has just the OS, a browser and basic drivers for ethernet, video, etc.I can then build it up myself through the repo.
View 5 Replies
View Related
Apr 24, 2011
what distribution has the most software with it ? I mean one that come with many cds of software that get all install at once while the first install. I heard about this a while back but I can't remember the name of it, I think it was mandrivia. A free one but I am curious for the other one that cost money.
View 9 Replies
View Related
Mar 10, 2010
I've been using and relying on linux for some time. I have even tried distributions like Arch. I was wondering what would be a good book for learning the inner workings of linux, how to write shell scripts, compile my own kernel, how to build my own distribution, things like that. I also would like to know if there is a good book for linux networking works. I want to be able to modify distributions specifically for my hardware, and have a better home net work set up.
View 1 Replies
View Related