Sponsored Content
Full Discussion: Which distribution
Operating Systems Linux Slackware Which distribution Post 43320 by Flyguy on Saturday 15th of November 2003 12:03:07 AM
Old 11-15-2003
Question Which distribution

Hi,

I know this is probably a bad question to ask since there are several distributions and each person has their own personal favorite, but here goes...

What distribution of Linux would you recommend for someone who is a beginner to the Linux / Unix scene who is wanting to learn things, experiment, etc. So basically something that's fairly easy to setup, but still is powerful and capable of doing things.

I have dial-up, so I'd either have to buy a CD or have my friend who has a cable-modem download and burn the distro for me. That's basically the reason I'm asking this question, otherwise I'd just download a few and try them all.

Thanks a lot!

By the way, if you could include a link to a site to download the distribution you'd recommend, I'd appreciate it.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Which distribution is right for me??

First off, hello all, I'm brand new to the forum!! I look forward to learning alot here. Secondly, I'm sorry if this has been asked before, as I did search several ways, but the results were rather overwhelming. I'm trying to determine which Linux distribution I am going to purchase. If I had... (3 Replies)
Discussion started by: ap83
3 Replies

2. UNIX for Dummies Questions & Answers

Which Distribution

Yes I know this question has been asked several times but I would like to start learning Unix and wasn't sure what distribution was good to start (Free BSD, Unbuntu..etc). My boss asked today did I know anything about Linux cause he was updating the skill set database for all the employees. He... (1 Reply)
Discussion started by: mocheeze
1 Replies

3. UNIX for Dummies Questions & Answers

What Linux distribution should I use?

Hey I am right now working on an old Compaq computer, and because I have a newer one I thought of installing Linux on this one. The thing is that I don't know which Linux distribution that would work with a minimum of lag. My computer specifications is: Compaq Presario 7000 Intel Pentium... (7 Replies)
Discussion started by: Sixmax
7 Replies

4. Programming

Linux Distribution

Hi, Can anyone please tell me, what is the best Linux distribution for Software Development. Thanks, Philip. (4 Replies)
Discussion started by: Phi01
4 Replies
RINSE(8)						 Perl Programmers Reference Guide						  RINSE(8)

NAME
rinse - RPM Installation Entity. SYNOPSIS
rinse [options] Help Options: --help Show help information. --manual Read the manual for this script. --version Show the version information and exit. Mandatory Options: --arch Specify the architecture to install. --directory The directory to install the distribution within. --distribution The distribution to install. Customization Options: --add-pkg-list Additional packages to download and install --after-post-install Additionally run the specified script after the post install script. --before-post-install Additionally run the specified script before the post install script. --post-install Run the given post-install script instead of the default files in /usr/lib/rinse/$distro Misc Options: --cache Should we use a local cache? (Default is 1) --cache-dir Specify the directory we should use for the cache. --clean-cache Clean our cache of .rpm files. --config Specify a different configuration file. (Default is /etc/rinse/rinse.conf) --pkgs-dir Specify a different directory containing <distribution>.packages files. --mirror Specify the URL of the mirror. (Default is to read it from /etc/rinse/rinse.conf) --list-distributions Show installable distributions. --print-uris Only show the RPMs which should be downloaded. default files in /usr/lib/rinse/$distro --verbose Enable verbose output. OPTIONS
--arch Specify the architecture to install. Valid choices are 'amd64' and 'i386' only. --add-pkg-list Add a list of additional packages. --cache Specify whether to cache packages (1) or not (0). --cache-dir Specify the directory we should use for the cache. --clean-cache Remove all cached .rpm files. --directory Specify the directory into which the distribution should be installed. --distribution Specify the distribution to be installed. --help Show help information. --mirror Specify the URL of the mirror. Normally this is read from /etc/rinse/rinse.conf. --list-distributions Show the distributions which are installable. --manual Read the manual for this script. --print-uris Only show the files we would download, don't actually do so. --verbose Enable verbose output. --version Show the version number and exit. DESCRIPTION
rinse is a simple script which is designed to be able to install a minimal working installation of an RPM-based distribution into a directory. The tool is analogous to the standard Debian GNU/Linux debootstrap utility. USAGE
To use this script you will need to be root. This is required to mount /proc, run chroot, and more. Basic usage is as simple as: rinse --distribution fedora-core-6 --directory /tmp/test This will download the required RPM files and unpack them into a minimal installation of Fedora Core 6. To see which RPM files would be downloaded, without actually performing an installation or downloading anything, then you may run the following: rinse --distribution fedora-core-6 --print-uris TODO
Short of supporting more distributions or architectures there aren't really any outstanding issues. AUTHOR
Steve -- http://www.steve.org.uk/ LICENSE
Copyright (c) 2007-2010 by Steve Kemp. All rights reserved. Copyright (c) 2011-2013 by Thomas Lange. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. 2.0.1 2013-01-28 RINSE(8)
All times are GMT -4. The time now is 07:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy