Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 38 guests online
 
Advertisement

You are here: Home arrow Featuresarrow Book Reviewsarrow Good books on learning Linux?
EH-Net
May 24, 2013, 12:45:16 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Good books on learning Linux?  (Read 8654 times)
0 Members and 1 Guest are viewing this topic.
Flash13
Newbie
*
Offline Offline

Posts: 2


View Profile
« on: April 22, 2012, 05:02:59 PM »

Been wanting to mess around with pen testing sort of stuff for a while now with a possible look to trying to make a career from it in the future. So far I have got two books Grey Hat Hacking and Professional Penetration Testing.. one more to get a basic intro to the theory and one hopefully for more practical stuff. However though, there is one big gap in my knowledge which needs sorting.. LINUX!

All my life I've unfortunately been confined to Windows for convenience as I'm completely new to anything other than Windows. My friend lent me a book on Ubuntu but tbh it's aimed at complete computer novices so isn't of much use.

What books would people recommend to give me a solid foundation in Linux while at the same time allowing me to expand further on various areas if I so choose?  I guess I'll be getting Backtrack for pentesting and so far have a copy of Ubuntu I'm messing around with on my older computer so don't know how much those will effect book choices.

So far the two books I'm looking at are Linux command line and shell scriptiong bible and Backtrack 4 assuring security through penetration testing. Are both good choices? Is it even worth getting the Backtrack 4 book when Backtrack 5 is out? 
Logged
ziggy_567
Sr. Member
****
Offline Offline

Posts: 361


View Profile
« Reply #1 on: April 22, 2012, 10:38:26 PM »

If you're completely new to Linux, I wouldn't worry too much with shell scripting just yet. I'd spend some time with your Ubuntu distro and on the support forums over there. What I love about Ubuntu is that there is SOOOOO much support right out of the box.

When you run into problems with a piece of software, try to fix it from the command line rather than through the GUI. Also, for everyday tasks such as moving files around, blahblah...use the command line. Just like anything new, it will just take time to get used to using a brand new OS.

Once you master the basics of Linux and want to move on to more advanced uses, I'd recommend picking up either the RedHat book meant for self-study for the RHCE or a self-study book for the LPI certifications. These will give you a little more in depth information about CLI use, and you'll start to learn how to configure and use services. At this point, you'll also want to start learning about shell scripting. There are a ton of books out there, but there are also a ton of free resources online. I'd say pick a shell (bash, ksh, csh, etc) and learn it first. Usually bash is the first shell. After that, you can branch out into other shells.

Logged

--
Ziggy


eCPPT - GSEC - GCIH - GCUX - RHCE - SCSecA - Security+ - Network+
chrisj
Hero Member
*****
Offline Offline

Posts: 1163


View Profile WWW
« Reply #2 on: April 22, 2012, 11:21:41 PM »

The books I like for learning are:
Running Linux
Linux System Administration
Linux in a Nutshell
and
Unix and Linux System Administration Handbook

really learn the CLI, build a vm without a gui attached. Ubuntu Server LTS, Debian, CentOS (you'll have to set it up that way).
Logged

OSWP, Sec+
millwalll
Guest
« Reply #3 on: April 23, 2012, 09:03:45 AM »

google linux from scratch
Logged
sil
Hero Member
*****
Offline Offline

Posts: 549



View Profile WWW
« Reply #4 on: April 23, 2012, 09:11:57 AM »


 What I love about Ubuntu is that there is SOOOOO much support right out of the box.


And this happens to be one of my biggest pet peeves for someone looking to learn especially in this arena (security). The issue with "support" when learning in this environment is that the learner will learn to skip truly learning as support is readily available. That type of reliance is a moot point when faced with making mission critical and time sensitive decisions in the real world.

I think someone learning Linux should learn as much as they can by trial and error. You WILL NOT HAVE books in the field when performing penetration testing in say a client's environment. So the best bet is to aim to learn it as best as one can understand it on their own accord. Avoid using package managers (yum, YaST, apt-get, pkg_add) and configure things from scratch. Get used to the commands, get used to trouble shooting based on what you see. Imagine NOT being able to connect to a support forum. What then?

Linux, BSD, Solaris, etc., are not difficult at all and too many people have used forums as a form of crutch. We all use forums but its better to learn it from the ground up. Make scenarios for yourself and understand what you are doing. E.g. week one create your own webserver. Do this without package managers. Week 2, make it a virtual hosting server (multiple domains), following week, add email, next add say monitoring. And so on and so on.

Get used to doing things on your own by setting up tasks. you end up familiarizing yourself with tips and tricks not often found in books and your reliance on forums and or books will diminish as experience grows
Logged

eth3real
Sr. Member
****
Offline Offline

Posts: 309



View Profile WWW
« Reply #5 on: April 23, 2012, 10:22:00 AM »

This is a REALLY good book.

google linux from scratch
This is probably the best way to get a really thorough understanding of Linux. I absolutely recommend this, there is a step by step guide to help you through it.
Logged

Put that in your pipe and grep it!
chrisj
Hero Member
*****
Offline Offline

Posts: 1163


View Profile WWW
« Reply #6 on: April 23, 2012, 10:43:06 AM »

@sil
For the most part I agree, but with ebook readers / tablets / laptops, and ebook versions, you may have the book with you.

However the books I recommended, if you read through them, you'll get an understanding not a cookie cutter approach (at east that was true with the last versions I read).

I could have recommend the Hacks series, but those are more reference on a regular basis book.

I agree though, people who want to learn linux need to get their hands dirty.
Logged

OSWP, Sec+
ajohnson
Recruiters
Hero Member
*
Offline Offline

Posts: 1057


aka dynamik


View Profile WWW
« Reply #7 on: April 23, 2012, 12:17:52 PM »

http://www.amazon.com/Linux-Command-Scripting-Second-Edition/dp/1118004426/ref=sr_1_1?ie=UTF8&qid=1335201436&sr=8-1

http://www.amazon.com/Practical-Commands-Editors-Programming-Edition/dp/0131367366/ref=sr_1_1?ie=UTF8&qid=1335201452&sr=8-1
Logged

WIP: GCFA | www.infosiege.net | @infosiege

The day you stop learning is the day you start becoming obsolete.
Falcon
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #8 on: April 24, 2012, 08:52:35 AM »

Wanted to throw this one out there (Linux Administration: A Beginner's Guide).
You can read about it here -->> http://www.linuxinsider.com/rsstory/74933.html
The writer assumes that the reader have a familiarity with Windows Servers.
I've added this one to my Amazon wish list.
Happy reading.
Logged

C|EH, MCITP-SA, Sec+
r2s
Newbie
*
Offline Offline

Posts: 49


The Artisan


View Profile
« Reply #9 on: April 25, 2012, 07:43:34 PM »


+1 on this book. Dynamik/AJ turned me onto this book when I was first starting out and it has literally changed my life. It has set a great foundation for me and I constantly use this as a go to reference for command switches and basic programming (man pages are only so exciting for so long  Grin)
Logged

In progress: OSCP & GXPN (June)
"Silence enables the sound to be" - Eckhart Toll
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.081 seconds with 22 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.