LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 10-15-2018, 02:30 AM   #1
hawkeyesc72
LQ Newbie
 
Registered: Mar 2016
Posts: 12

Rep: Reputation: Disabled
Best way to learn Red Hat


Hi everyone -

I am currently in the transition process to retire from military. Looking at my potential 2nd career jobs I am very interested in finding a job as a Linux system administrator. Searching a few job sites (i.e. Monster.com, etc.) I see a lot of postings looking for varying levels Red Hat experience.

I would like to install an OS to help me learn the Red Hat side of the house.

What's the best way? As I see it (based on a few basic searches conducted) my options are

- buy copy RH Workstation
- buy copy of RH Server
- install Fedora
- install CentOS

I know the RH options will require $ but for my brainstorming I am ignoring that fact and looking for the best way to learn Red Hat (even if it costs me a little investment $).

Thanks!
 
Old 10-15-2018, 04:05 AM   #2
Honest Abe
Member
 
Registered: May 2018
Distribution: CentOS 7, OpenSUSE 15
Posts: 420
Blog Entries: 1

Rep: Reputation: 202Reputation: 202Reputation: 202
I think you should stick with CentOS. It is practically re-branded RHEL minus the support cost.

Then start off with Linux+/lfcs or RHCSA guidelines. (Don't go off on a certification spree unless you have some months under your belt and/or hopefully have an employer who is willing to reimburse the cost).

-> Get comfortable with the command line and be prepared to work in CLI only environment.
-> Admins go through a lot of logs (application/system/dumps/reports).. So spend time reading the logs and try to understand what it says. (It'll start making sense with practice and tenacity)
-> Understand the filesystem hierarchy and learn at least one scripting language (such as perl/bash) and one programming language (such as python). They will help you automate stuff down the line. [bash,perl,python etc comes pre-installed with most Linux distributions]
-> Understand package management and repository handling.

Then you may look at various service configurations (such as samba, bind, apache etc), automation tools (salt/ansible etc), virtualization (such as KVM,xen,OVMx86) and such. At that time, you may follow various resources available on the internet.


I would also suggest to spend some time (in a VM ?) with debian/suse etc to understand how they differ with RHEL.
 
3 members found this post helpful.
Old 10-15-2018, 08:13 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
I second using CentOS for learning.

A web search for "RHEL book" will turn up a number of items. In addition, the RHEL website has a list of recommended books. Read the reviews, then pick a good one and work your way through it. Stick with it and take your time (I did that several years ago; I was not attempting to get a certification, but I learned a heck of a lot).

If you have the resources, a computer capable of running up to three VMs or an extra computer or two (maybe from a second-hand shop) will be very helpful when you get the sections on networking.
 
3 members found this post helpful.
Old 10-15-2018, 09:04 PM   #4
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Another vote for use CentOS.
 
1 members found this post helpful.
Old 10-16-2018, 10:56 AM   #5
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Unix and Linux system adminstration handbook by Evi Nemeth and others
This is considered by many as something of a classic. It starts very much at the beginning yet contains masses of stuff that I wouldn't know in its 1000+ pages. Start at the beginning, using CentOS, and just try everything. As Evi used to say, you don't understand anything until you've implemented it.
 
Old 11-02-2018, 05:26 AM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Actually, nothing against books, but all the docs are available to read online free here https://access.redhat.com/documentation/en-us/

There are also many other websites for Linux docs eg www.linuxtopia.org
 
1 members found this post helpful.
Old 11-02-2018, 05:33 AM   #7
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,623

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by frankbell View Post
I second using CentOS for learning.

A web search for "RHEL book" will turn up a number of items. In addition, the RHEL website has a list of recommended books. Read the reviews, then pick a good one and work your way through it. Stick with it and take your time (I did that several years ago; I was not attempting to get a certification, but I learned a heck of a lot).

If you have the resources, a computer capable of running up to three VMs or an extra computer or two (maybe from a second-hand shop) will be very helpful when you get the sections on networking.


I have two copies of the Linux Bible - Red Hat version for different years. This is an excellent first primer and standing reference. Your major booksellers should have copies: go with the one that costs less.
Avid Fedora, it contains packages and options that are NOT in Red Hat and some of them never will be. Fedora can be misleading, CentOS is the preferred option.
 
Old 11-02-2018, 04:14 PM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
a few dozen eResources
 
  


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
LXer: Red Hat powers cloud-scale DevOps with the general availability of Red Hat Cloud Suite and Red Hat OpenStack Platform 8 LXer Syndicated Linux News 0 04-20-2016 04:20 PM
LXer: Red Hat Announces General Availability of Next Minor Release of Red Hat Enterprise Linux 6 LXer Syndicated Linux News 0 02-22-2013 01:50 PM
LXer: Red Hat Summit 2007, Day 2: Red Hat Exchange and interesting presentations LXer Syndicated Linux News 0 05-11-2007 07:32 PM
Want to learn how to work with RED HAT Fedora Jose Santos LinuxQuestions.org Member Intro 1 05-15-2005 03:00 PM
Can I Learn UNIX From Red Hat Linux 8.0 Professional? javacvb Linux - Newbie 6 05-20-2003 02:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 11:38 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