LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 04-06-2013, 10:46 AM   #1
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Rep: Reputation: 153Reputation: 153
Which linux cover most distros?


hi

presently i'm working on CentOS as junior Admin. because i know CentOS, i can also deal with RHEL and Fedora distributions. Till now, i haven't worked on other distros. I'm just curious, if i learn Debian and openSUSE also, do i cover most of the linux distros that are present now?

When i say learn, i'm not talking about desktop/X, bash, scripting or any other general/common tasks. I'm specific about server roles. ie., network management, application management, http, ftp, samba or any other server roles (with no GUI).

Cause i recently wanted to give some static IP address for my friend's Ubuntu linux laptop, but couldn't figure-it-out what is 'ifcfg-eth0' equivalent for Ubuntu and also 'service network restart' equivalent of it. I have to google to figure that.

So CentOS, Debian and openSUSE cover most distros?

Thanks

Last edited by Madhu Desai; 04-06-2013 at 10:51 AM.
 
Old 04-06-2013, 10:49 AM   #2
gangadhar402
Member
 
Registered: Mar 2013
Location: the India
Distribution: Ubuntu,Debian and CentOS
Posts: 35

Rep: Reputation: 2
Hi,

Debian is amazing ....

the best debian resource
debian.org





cheers...
 
Old 04-06-2013, 10:57 AM   #3
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
I would say throw Slackware into the mix, as it eschews distro-specific GUI configuration tools, favoring the CLI and editing text files instead. It will prepare you to use ANY distro. As they say, learn Slackware and you learn Linux.
 
Old 04-06-2013, 11:02 AM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,138

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
If you learn OpenSUSE, that will cover enterprise SUSE. Ubuntu do have corporate clients (e.g. Google), so learning that (particularly their server version) might be useful.

But by and large, the deeper you dig the more alike they are. One obvious difference is the start-up: systemd in SUSE and CentOS, upstart in Ubuntu, init in Debian. As for Slackware, "learn Slackware and you learn Linux as it was 15 years ago".

Last edited by DavidMcCann; 04-06-2013 at 11:03 AM.
 
Old 04-06-2013, 11:12 AM   #5
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Original Poster
Rep: Reputation: 153Reputation: 153
Quote:
Originally Posted by eyeofliberty View Post
I would say throw Slackware into the mix
can Slackware be used as server?
 
Old 04-06-2013, 11:16 AM   #6
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by mddesai View Post
can Slackware be used as server?
Most definitely. Many do.
 
Old 04-06-2013, 11:32 AM   #7
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by DavidMcCann View Post
As for Slackware, "learn Slackware and you learn Linux as it was 15 years ago".
If it ain't broken, don't fix it. I've learned more in my time as a Slackware user than I ever did using anything else, and I have a thoroughly modern desktop that does everything I expect it to.
 
1 members found this post helpful.
Old 04-06-2013, 11:42 AM   #8
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Original Poster
Rep: Reputation: 153Reputation: 153
Quote:
Originally Posted by eyeofliberty View Post
If it ain't broken, don't fix it. I've learned more in my time as a Slackware user than I ever did using anything else, and I have a thoroughly modern desktop that does everything I expect it to.
hmmm... Slackware seems pretty interesting. started downloading... 2.2 GB is very small compared to other distros.

Last edited by Madhu Desai; 04-06-2013 at 11:43 AM.
 
Old 04-07-2013, 08:51 AM   #9
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by mddesai View Post
hmmm... Slackware seems pretty interesting. started downloading... 2.2 GB is very small compared to other distros.
As long as you are willing to learn, I think you will be satisfied.
 
Old 04-07-2013, 09:22 AM   #10
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
IMHO you can divide them in categories based on package managing:

0. Slackware: Old-school, not based around a package manager (kiss and do-whatever-you-like)
1. Debian: DPKG/APT, easy to use, no vendor restrictions
2. Red Hat + SUSE: RPM, easy to use, main distro is very commercial (including commercial/payed support)
3. Gentoo + Arch + ...: source based package manager

Everything else is usually based on one from the above.

Last edited by jens; 04-07-2013 at 09:23 AM.
 
Old 04-07-2013, 09:23 AM   #11
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by mddesai View Post
presently i'm working on CentOS as junior Admin. because i know CentOS, i can also deal with RHEL and Fedora distributions. Till now, i haven't worked on other distros. I'm just curious, if i learn Debian and openSUSE also, do i cover most of the linux distros that are present now?
The two major families of distributions are Red Hat and Debian.

Centos is a good choice in the Red Hat family. Ubuntu is usually the clear choice in the Debian family. SUSE is close enough to Red Hat that you don't really need to learn it separately.

I'm not really convinced by the common claim that Slackware helps you learn more about Linux than other distributions. In any case, if I understand your main goal, Slackware is a side track for you.

You want to learn how to do admin tasks for Linux distributions that businesses and/or other people use, right? Someone who chose Slackware is not likely to hire outside help.

Pay attention to the fundamental difference between the way mixed architecture x86_64 with x86 is set up in Red Hat vs. the way it is set up in Debian. (I don't know if there is any third way to do that. Any third way would make a lot less sense than either of those two ways).

Pay attention to the fundamental difference between the way package management is set up in Red Hat vs. Debian. Obviously there is a third way and fourth and fifth ... But between them Red Hat and Debian dominate that topic. If you know those two and no others, you are in pretty good shape for Linux admin tasks. BTW, Ubuntu's online resources for searching packages are a great help when doing admin on any Debian based distribution. The packages there might not fit another Debian based distribution. But the information from the search almost always fits.

As for the specific networking question you asked, you are outside my expertise. I didn't think that stuff was significantly different between Red Hat and Debian. But I could be wrong.

Last edited by johnsfine; 04-07-2013 at 09:30 AM.
 
3 members found this post helpful.
Old 04-07-2013, 09:30 AM   #12
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by jens View Post
3. Gentoo + Arch + ...: source based package manager
Gentoo has a source-based package manager, however, Arch (pacman) is binary based.
 
Old 04-07-2013, 09:42 AM   #13
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by eyeofliberty View Post
Gentoo has a source-based package manager, however, Arch (pacman) is binary based.
Heh, I knew someone would mention that (just didn't want to add extra complexity).

Arch still provides a ports-like system for building packages ... and Gentoo offers binaries as well (but yeah, it's not entirely the same).

Last edited by jens; 04-07-2013 at 10:08 AM. Reason: spelling
 
Old 04-07-2013, 09:44 AM   #14
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by johnsfine View Post
BTW, Ubuntu's online resources for searching packages are a great help when doing admin on any Debian based distribution. The packages there might not fit another Debian based distribution. But the information from the search almost always fits.
I find Debian's own package search to be very useful too, so much so I added it to my Firefox search engines:
http://www.debian.org/distrib/packages
 
Old 04-07-2013, 10:04 AM   #15
bloody
Member
 
Registered: Feb 2013
Location: Berlin
Distribution: Gentoo, Debian
Posts: 172

Rep: Reputation: 25
I always found Suse to be quite... unusual when it comes to administration tasks. They implement many things their own way.

Slackware and Arch are pretty "vanilla" and therefor represent the original GNU/Linux standards better than other distros.

Debian and it's derivatives (including *buntu, Mint and so on) are extremely widely used both on servers as well as desktops, so knowing how to deal with those systems is certainly not a bad idea.

Gentoo is relatively "vanilla" also, but the portage system requires some learning before you really "master" that system, although it pays off big time because it gives you a level of control over your system like no other distro does, yet still offering relatively easy package management, again, once you got the knack of it.
 
  


Reply



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
Hardware compatible with one or more linux distros. Will it work on all other distros necromancer44 Linux - Hardware 2 06-07-2010 06:28 PM
LXer: Microsoft Patent Deal With JVC May Cover Linux Use LXer Syndicated Linux News 0 01-19-2008 06:11 AM
LXer: Linux Cover Story — Multidimensional Tagging LXer Syndicated Linux News 0 05-22-2006 04:33 AM

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

All times are GMT -5. The time now is 04:17 AM.

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