LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-06-2013, 11:12 AM   #1
Lakedog
LQ Newbie
 
Registered: Oct 2013
Location: Houston, TX
Distribution: Various SUSE, RHL & Ubuntu
Posts: 3

Rep: Reputation: 4
Question Hi Ya'll Im a Noob to Linux


Being a know-nuttin noob I would like some suggestions on tutorials to learn Linux.
 
Old 10-06-2013, 01:38 PM   #2
dmmikerpg
LQ Newbie
 
Registered: Oct 2013
Location: Aberdeen, MD (USA)
Distribution: Ubuntu, Fedora, FreePBX, etc.
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by Lakedog View Post
Being a know-nuttin noob I would like some suggestions on tutorials to learn Linux.
Hi Lakedog,
It really depends on exactly what you're attempting to do with the system(s). If you want a general overview, I would suggest taking a look at some of the "For Dummies" type books, installing Linux on a Virtual Machine and going through the examples listed. It'll really help you out!
 
Old 10-06-2013, 02:36 PM   #3
Lakedog
LQ Newbie
 
Registered: Oct 2013
Location: Houston, TX
Distribution: Various SUSE, RHL & Ubuntu
Posts: 3

Original Poster
Rep: Reputation: 4
Smile

Quote:
Originally Posted by Lakedog View Post
Being a know-nuttin noob I would like some suggestions on tutorials to learn Linux.
I guess what Im looking for is some training on CLI I am being tasked to extract info from our servers and I have a small tool box of commands. I reall need to know more about what the commands do, and understand whats going on and what to look for. When I learned DOS back in the day I would type in commands to see what they did ..... I cant very well do that on production servers. I have Ubuntu installed on an old desktop, And I have started there, however iI still lack some sort of structure to help give me the confidence. Are there any really good books for a novice beginner to read to learn this stuff right? I have watched some Youtube vids and they helped a lot but i still need more...
 
Old 10-06-2013, 03:00 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
For the very beginning:
http://www.linuxcommand.org/
After that:
http://linux.2038bug.com/rute-home.html
 
Old 10-07-2013, 07:18 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Moved: This thread is more suitable in <Linux - Newbie> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 10-07-2013, 03:32 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Before you get too far along, you may need to tell us more about this/these system(s) that you are going to work on. Also your level of skill in any other OS. Maybe even the use of the server and value of data. What would become of you if this data was lost or the server failed?

Normally a company should provide training but why waste money on training.

I suggest a course of some kind. Some are fee based online, some are book based. All set a training goal and test it by some means. You need to pass some course to prove to yourself you have learned it.

It would be unwise to put a newbie in charge of a server. You may wish to be very careful. You'd be blamed if your bork it.
 
Old 10-07-2013, 03:45 PM   #7
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Cool

Best way to learn? Have fun; try Live CDs, Vbox is cool as well. . .

Last edited by jamison20000e; 10-07-2013 at 03:49 PM.
 
Old 10-08-2013, 03:02 PM   #8
edorig
Member
 
Registered: Apr 2013
Location: France
Distribution: Slackware; Ubuntu
Posts: 134

Rep: Reputation: Disabled
Quote:
Originally Posted by Lakedog View Post
I guess what Im looking for is some training on CLI I am being tasked to extract info from our servers and I have a small tool box of commands. [...] Are there any really good books for a novice beginner to read to learn this stuff right? I have watched some Youtube vids and they helped a lot but i still need more...
Linux is very close to Unix, so Unix textbooks are very useful especially if you are interested in the command line.
Personally, I learnt to use Unix around 1991 with a Digital Research CP/M 86 background. The book I used was
"The UNIX operating system" by Christian Kaare and a french textbook by Jean-Marie Rifflet (there might be
an english translation). Another good book (in French, but again there could be a translation) was one by Christian Pelissier.

Other useful books are:
The Unix Operating System by Steve Bourne (Addison-Wesley, 1983)
The UNIX programming environment by Brian Kernighan and Rob Pike (Prentice-Hall, 1984)

The site bitsavers.org has some Unix manuals from AT&T, IBM (AIX), HP (HP-UX) and SGI (Irix).

On more specific aspects of Linux/Unix, you could have a look at the books published by O'Reilly especially
the book on the Bourne Again Shell and the one on sed and awk (useful if you need to write scripts to extract
information from log files).

For Linux specific aspects, there are online books by the Linux Documentation Project.
 
Old 10-08-2013, 04:04 PM   #9
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Howdy, my stuff is in my signature.
 
Old 10-08-2013, 06:09 PM   #10
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by Lakedog View Post
I reall need to know more about what the commands do, and understand whats going on and what to look for. When I learned DOS back in the day I would type in commands to see what they did ..... I cant very well do that on production servers.
Very true, but if you know what distro they're using you should be able to set up a virtual machine with the same OS on your own box. Once you do that, you can play around with any command you like. Just make periodic backups of the VM file, and copy it back if you screw something up.

You can sit down with as much tutorials and books as you like, but in my experience learning Linux is all about just using it and looking up how to do things when you get stuck.
 
Old 10-11-2013, 04:00 PM   #11
Lakedog
LQ Newbie
 
Registered: Oct 2013
Location: Houston, TX
Distribution: Various SUSE, RHL & Ubuntu
Posts: 3

Original Poster
Rep: Reputation: 4
Ok thanks for all of the encouraging info. As I found an old POS pc by the trash, took it home, made it work. I'm going to install Linux Mint on it tonight.
 
Old 10-11-2013, 04:35 PM   #12
WhiteR4VeN
LQ Newbie
 
Registered: Oct 2013
Location: WA
Posts: 9

Rep: Reputation: Disabled
Quote:
Originally Posted by Lakedog View Post
Being a know-nuttin noob I would like some suggestions on tutorials to learn Linux.
The key to learning anything is hand-ons experience. A swimmer can read hundreds of books on swimming but will not accomplish anything unless he/she goes in the water.

Visit www.distrowatch.com for some distros to try.
 
Old 10-11-2013, 06:36 PM   #13
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
Quote:
Originally Posted by WhiteR4VeN View Post
The key to learning anything is hand-ons experience. A swimmer can read hundreds of books on swimming but will not accomplish anything unless he/she goes in the water.
Yep... I've got to agree with WhiteR4VeN's comment above. I personally have dozens of Linux books and other documentation and have read or looked through them all at some point but rarely look at them anymore, and most of my knowledge about any OS has come from actual use, experimentation, and participating on help forums such as this one. Knowing how to properly search the web for information plays a huge part in one's progress and success as well.

Have fun with Linux, and good luck to you, Lakedog!
 
Old 10-13-2013, 03:21 AM   #14
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
Welcome to LQ!
The best resource is tldp
 
  


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
recommend a Linux distro - small, fast, minimal software (linux noob) admaw11 Linux - Laptop and Netbook 2 10-24-2010 07:37 AM
PS3 YDL NOOB (linux NOOB completly) korn_16_f_t_l Linux - Newbie 1 07-09-2008 11:32 AM
Looking to install Linux on Dell Inspiron 1501, what version should I get? Linux Noob Raccoonman Linux - Newbie 8 06-25-2008 12:35 AM
Firewall help (noob really really huge noob) ProtoformX Linux - Networking 1 03-29-2004 12:19 AM
Complete noob question from a noob noob_hampster Linux - Software 2 09-04-2003 12:03 AM

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

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