LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-26-2012, 06:23 PM   #1
tidyupemail
LQ Newbie
 
Registered: Jul 2012
Posts: 2

Rep: Reputation: Disabled
Suggestions for learning linux


I have been using windows for years and I am now trying to learn Linux. I work at IBM and they have recently rolled out an Open Client Image using Red Hat Enterprise v6.3. I am being asked to run that image on my Lenovo T420 as well to support it at IBM. Any suggestions that would help me get started learning linux would be appreciated. It just seems like there is a lot of information to learn. Thx for your help!
 
Old 07-26-2012, 06:31 PM   #2
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
http://linux.oneandoneis2.org/LNW.htm
http://rute.2038bug.com/index.html.gz
http://tldp.org/LDP/Bash-Beginners-G...tml/index.html
http://www.tldp.org/LDP/abs/html/
http://www.linuxtopia.org/online_boo..._6_deployment/ & lots(!) more at that site

Enjoy & Welcome to LQ
 
1 members found this post helpful.
Old 07-26-2012, 07:07 PM   #3
tidyupemail
LQ Newbie
 
Registered: Jul 2012
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thx
 
Old 07-27-2012, 12:50 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
then there is the red hat docs
https://access.redhat.com/knowledge/...erprise_Linux/
and the red hat knowledge base
https://access.redhat.com/knowledge/search
you will have to log in to the red hat web site to use it , and that requires a current paid for support license
-- ask your boss for that information

also there is the CentOS wiki
http://wiki.centos.org/
 
Old 07-27-2012, 01:04 AM   #5
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
On top of that, try using Linux as much as possible. This forum is also an invaluable source of information.
 
Old 07-27-2012, 01:25 AM   #6
avijadhav
LQ Newbie
 
Registered: May 2012
Posts: 14
Blog Entries: 2

Rep: Reputation: Disabled
This is site for help for linux www.redhat.com/docs
 
Old 07-28-2012, 08:32 AM   #7
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Rep: Reputation: Disabled
Very helpful post, Chrism01!

Thank you for the useful links you have provided for learning Linux. I'm checking them out this morning. I am a Linux newbie. I love the challenge of trying to learn it. I noticed this line from the first reference you provided:

"Windows/cars are not safe from viruses/theft unless you install an antivirus/lock the doors. Linux/motorbikes don't have viruses/doors, so are perfectly safe without you having to install an antivirus/lock any doors."

Is it true that you need no antivirus, or antimalware software on a Linux OS?
 
Old 07-28-2012, 10:15 AM   #8
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by aristocratic View Post
Is it true that you need no antivirus, or antimalware software on a Linux OS?
Have a look at this:
http://www.linuxquestions.org/questi...es-4175418857/

As you can see, viruses for linux do exist but they do not seem to pose any real threat for an average user at the moment. Having said that there are antivirus programs available for linux (mostly to prevent your system from passing on an infected file/email to your Windows colleagues/friends).

A more immediate danger for linux would be rootkits:
http://www.techrepublic.com/blog/sec...otkits-101/264

Last edited by sycamorex; 07-28-2012 at 10:17 AM.
 
Old 07-28-2012, 10:17 AM   #9
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
disregard (posted by mistake)
 
Old 07-28-2012, 05:46 PM   #10
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,830
Blog Entries: 17

Rep: Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638
Quote:
Originally Posted by tidyupemail View Post
I have been using windows for years and I am now trying to learn Linux. I work at IBM and they have recently rolled out an Open Client Image using Red Hat Enterprise v6.3. I am being asked to run that image on my Lenovo T420 as well to support it at IBM. Any suggestions that would help me get started learning linux would be appreciated. It just seems like there is a lot of information to learn. Thx for your help!
Focus on learning howto use BASH! if you cant use it you will be lost the whole time.

when you learn howto use BASH start focusing on "/etc" which contains most configuration files, in these files you will do most things related to change.

Then learn howto deal with "/boot" with GRUB or Lilo. once this is done you couldlearn how the Kernel works, how to change it, update it and so fourth. Try to install a new kernel and configure it to fit your computer hardware and system needs.


MOST Important= bash && /etc.
 
  


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
Suggestions for further learning path? kienlarsen Linux - Newbie 29 07-13-2011 07:08 PM
Learning Linux - Next Step Suggestions? tony2442 Linux - Newbie 15 02-17-2011 02:03 AM
Python and SQL learning suggestions shivanchpun Linux - Newbie 2 12-04-2010 01:06 AM
Soliciting book suggestions for learning HTML kewl01 Programming 5 01-16-2009 06:04 PM

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

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