1

I am a windows user and I really want to learn how to use Linux. I know little bit of programming and networking concepts if that helps.

I want to learn everything from scratch. Like what command does what, how to configure etc.

I would really prefer paying for CBT Videos training that books, but if book is recommended, then I don't mind using books either. I did visit CBTnuggets.com but I really couldn't figure out which training is the most basic one.

Please recommend me few Videos(Preferred), Books and any such material.

Thank you in advance.

3 Answers3

1

The best advice I can come up with is, install any easy distro (Fedora, Centos, Debian, Ubuntu, or Mint) and use it for your day to day life.
As you become a power user you will ask yourself more and more questions and your skills will improve.
You can also consider doing some reading, like the very nice Tanenbaum book on operating systems (this one is expensive but you can probably find a cheaper one)

Modern Operating Systems (3rd Edition): Andrew S. Tanenbaum: 9780136006633: Amazon.com: Books

or read the books from that post: Recommended reading to better understand Unix/Linux internals


Edit 1:
If you are really motivated, you can also try to create your Linux from scratch with the best learning distro ever: Linux from scratch

Kiwy
  • 9,534
1

I would recommend "Practical Guide to Linux" by Mark G. Sobell.

A good starting point for learning basic Linux commands and certain fundamental concepts around the Linux OS for a beginner !

Bhaskar
  • 11
1

Another approach would be fist to install desktop Linux and then buy some ARM-based board like RaspberryPi or BeagleBoard (to name some most popular ones) and install an embedded Linux distro like Buildroot or OpenEmbedded on it.

This way you'll learn, how to configure simple Linux from the very beginning and you will have something to play around with. You can learn various init systems like Sysv, systemd etc.

yegorich
  • 556
  • The Raspberry Pi is not an embedded platform, it's a normal PC (albeit a puny one). – goldilocks Jan 10 '14 at 11:27
  • At least it is not an x86 computer, it is ARM11. If you make a media player from Raspberry Pi, then it is an embedded system. – yegorich Jan 10 '14 at 11:29
  • In that case, if you make a media player from your laptop it is an embedded system. TBH I think learning linux basics on the pi will be much more frustrating than learning it on a bigger system, like a desktop. – goldilocks Jan 10 '14 at 11:35
  • ...I'm saying that based on the Raspberry Pi Stack Exchange. The people with no previous linux experience, logically enough, have the most trouble, and since working on the pi can be slow and awkward, this handicap is multiplied for them there. – goldilocks Jan 10 '14 at 11:42