LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-26-2006, 06:53 PM   #16
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled

It is great that you pick Gentoo, but depending on your system it may take a few days to complete compiling programs.

If you can wait until tomorrow I should have the first draft done on how to install Gentoo. It contains some steps that the Gentoo developers left out in their install documentation.
 
Old 01-26-2006, 09:53 PM   #17
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
I used Gentoo for a little bit..
Struggled with it for about a day to install it (had the.. I don't need the manual attitude for awhile)

When I finally got it working it was the greatest feeling in the world!

I really learned a lot, and you will too!
 
Old 01-27-2006, 01:31 PM   #18
Envision5000
Member
 
Registered: Jan 2006
Location: Chicago
Distribution: Suse 10 + CentOs servers
Posts: 49

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Electro
It is great that you pick Gentoo, but depending on your system it may take a few days to complete compiling programs.

If you can wait until tomorrow I should have the first draft done on how to install Gentoo. It contains some steps that the Gentoo developers left out in their install documentation.

So far all I did was download the iso file. Let me know about the documentation.
 
Old 02-04-2006, 11:49 AM   #19
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by Electro
As always. There is one person that disagrees or does not understand my postings.
Maybe you're not expressing yourself well, then? Or have simply
got the wrong things to say? ;}

Quote:
Originally Posted by Electro
If you have used Slackware, you will understand what I mean.
I've been using Slack pretty much exclusively for the last 6 years,
and have no idea what you mean.


Cheers,
Tink
 
Old 02-04-2006, 11:57 AM   #20
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by Electro
Gentoo is more updated than other distributions.
Gentoo goes for reliablity instead for speed, so not every system can use the latest program.
And these two are definitely a contradiction in terms. You
can't be bleating, errrh, bleeding edge while being focused
on stable.


Cheers,
Tink
 
Old 02-23-2006, 09:47 PM   #21
Envision5000
Member
 
Registered: Jan 2006
Location: Chicago
Distribution: Suse 10 + CentOs servers
Posts: 49

Original Poster
Rep: Reputation: 15
Gave up on Gentoo. Too hard to install. I don't have time to play around with it.
What are the benefits of Gentoo compared to other versions of linux?

I choose CentOs for my first linux version. We use CentOs at work for our servers. Does anyone here use CentOs?
 
Old 02-23-2006, 10:12 PM   #22
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
What can I say? Centos = RedHat AS without commercial support.
I wouldn't use either ;} at home; at work we have a couple of
DeadRat installations, and one Centos machine (just to have a
play pen).

I'm not going to make any recommendations ... but RPM is of
the devil :}


Cheers,
Tink
 
Old 02-23-2006, 10:42 PM   #23
_rg
LQ Newbie
 
Registered: Feb 2006
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by nach p
Hey ,same problem here but I am using xp sp2.
I wanna learn Linux,so as a newbies which Linux will be appropriate(from installation as well as learning point of view ) for me.So I will download it .
I have no experience before,of Linux.
Thank u oldbies in advance.
Nach p
Suse 10 Pro is the way to go. I started learning with RedHat before Fedora and have used several others (DSL, KNOPPIX, Fedora, Ubuntu and at one point attempted to install debian).I finally switched to Suse and wish I started here.

Easy to install. Easy to use. As involved and flexible as you want it to be.
 
Old 02-23-2006, 11:28 PM   #24
DanTaylor
Member
 
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265

Rep: Reputation: 30
..................sorry wrong thread...............

Last edited by DanTaylor; 02-23-2006 at 11:30 PM.
 
Old 02-24-2006, 04:44 AM   #25
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Actually Gentoo is easy to install if you follow my howto that I gave you, it should get you going although I have not yet finished it. The hard part is following the directions which a lot of people have a hard time following.

I do not recommend SUSE because it is not Linux. For an example, you have to use a patched nVidia software. SUSE is not as easy as it may seem.

Gentoo's benefits are easy updates and you can leave out the junk that several distributions include. Gentoo gives you the control what you want and what you do not want. Every program is compile to your specifications. Gentoo provides names for runlevels instead of rc.5 which is a confusing name. It could be GUI or it could be reboot. Both an expert and novice Linux user have to guess.

Below is a portion of my /etc/inittab file that is running Gentoo. Can you tell what runlevel the kernel will go into upon boot up and what kind setup it will be.

id:5:initdefault:

l0:0:wait:/sbin/rc shutdown
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc gui
l6:6:wait:/sbin/rc reboot


Both Redhat like distributions and Debian distribution look the same.
 
Old 02-24-2006, 06:33 AM   #26
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Most distros use an Inittab... Arch is also just as good as gentoo, but you don't have to compile everything.

They both follow the same philosophy/
 
Old 02-24-2006, 06:47 AM   #27
TB2
LQ Newbie
 
Registered: Aug 2004
Posts: 6

Rep: Reputation: 0
As I started with Linux, I first tried the knoppix live CD, and then tried Mandrake. It was far to big and I didn't like it at all. After that I tried Gentoo and it was quite useful to me, that it was tricky to install for a newbie, but it didn't really work for me that good, and now I use Debian (testing) and I really like it. The "apt" package system works the same as Gentoo's "portage", but you don't have to compile everything on your machine, because it downloads the binarys. And I didn't really notice any performance gain as I used Gentoo, especially for a Noob, who doesn't know what USE flags to use!
 
Old 02-24-2006, 08:05 AM   #28
dussel
Member
 
Registered: Dec 2004
Distribution: SuSE 9.X, SuSE 10, SLES 9,RedHat, Feodora Gentoo, Solaris, and more
Posts: 50

Rep: Reputation: 15
Check out the Distr Watch here at Linux Question and you will find a lot of reviews of different Distros.

But if it is first time you want to install linux, then I would go for Feodora (a lot of users = easy to get help) but my personal favorite are SuSE and it also usually quite easy to get quick help to solve problems with configurations and so on, they have quite good admin tool called Yast. The problem with SuSE is that a lot of stuff don't work direct after install and you have to reconfigure by hand.

Cheers

Dussel
 
Old 02-24-2006, 08:23 AM   #29
enemorales
Member
 
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410

Rep: Reputation: 31
I love Linux (especially Debian and Gentoo), but if you are kind of a UNIX guy, you could also give a try at Solaris 10, which you can get for free in the sun website, or to FreeBSD.

As for Gentoo, I agree it is a good distro, but I do not think it is the best for starting. In the beginning you want to experiment as much as you can, and having to compile everything is not the best way of doing so.

Binary distributed distros like Debian (of Mandrake-SuSE in the RPM world) will allow you to experiment and test whatever you feel like without having to wait so long.

Once you get used to Linux, you could move to Gentoo if you want to...

My two cents!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration