LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-02-2006, 09:04 PM   #1
jenickel
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Rep: Reputation: 0
Looking for LINUX textbooks for intermediate college students


Just started teaching LINUX and loving it. I am teaching a LINUX/UNIX basics class at a small community college and am looking at teaching a "next level" more advanced class. I have been looking, but not found much in the way of LINUX textbooks. I have found several, but not with the content I need. Does anyone have recommendations about a good, intermediate level textbook that has good lab exercises/hands on activities and covers networking, security, SMB, NFS, cron and other more intermediate level tasks? Thanks.
 
Old 10-02-2006, 09:19 PM   #2
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
'Rute' has lesson plans in the back...but it is very old.
'Running Linux' is very good, starts at the basics but gets indepth. Covers everything you mention. You will have to come up with your own exercises though.

Better idea: Get "LPI Linux Certification in a Nutshell". Covers _everything_, but in a terse manner. Shouldn't be an issue when you put it together with man and info pages available on the system. Best of all, your students will be prepared to get certified at the end of your course, if they so desire.
 
Old 10-02-2006, 09:20 PM   #3
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
They're not textbooks per se, but I think the LFS and BLFS (or cross versions for 64-bit systems) would make great semester exercises. They're available at http://www.linuxfromscratch.org/ and you can order them in bound form. You could easily work through them in a semester and there's certainly enough to fill a lecture twice a week explaining things in greater detail. The students would not only learn how GNU/Linux works, but have a pretty good grasp on what it takes to make any operating system work.

For the record, I am not affiliated with the LFS project other than as a user.

Last edited by weibullguy; 10-02-2006 at 09:21 PM.
 
Old 10-02-2006, 09:24 PM   #4
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
I have not checked out this book
A Practical Guide to Linux Commands, Editors, and Shell Programming,
but I've been meaning to. It does include exercises, and seems to cover the topics that would interest you. How wonderful would it be for a college student to get a textbook for under $30 that would be useful far beyond the classroom.
 
Old 10-02-2006, 10:23 PM   #5
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
red hat linux ? (? as in some number )unleashed published by sams it gives a broad range of topics with just enough info to get the topics covered working with the info to understand what you are doing
no it isen't a text book it's more of a survival guide
and the info in it could fix about 70% of the problems people post here about ( my copy is way out dated as it covers red hat 6 )my copy came with the red hat 6 install disks

Last edited by rob.rice; 10-02-2006 at 10:25 PM.
 
Old 10-02-2006, 10:48 PM   #6
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
I don't know how it would do as a textbook, but my favorite Linux book is "Linux System Administration: A User's Guide" by Marcel Gagne, ISBN 0201719347

http://www.amazon.com/Linux-System-A.../dp/0201719347

I also like Arow's suggestion of LFS. I've never done that myself, but I've been intrigued with the idea and want to try it someday. I believe I might rate that more "advanced" than "intermediate", but that's just my first impression after reading the description. I imagine as a teacher/leader for such a project, you might be worn ragged by the end of the semester though!
 
Old 10-02-2006, 10:56 PM   #7
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
"Linux System Administration: A User's Guide" by Marcel Gagne
Is that book advanced at all? I've always wanted to get one of his books because I really enjoy his columns in LJ, but his titles seem to imply they are for beginers...
 
Old 10-02-2006, 11:24 PM   #8
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by bulliver
Is that book advanced at all?
I wouldn't call it advanced, nor would I call it beginner. I don't own it, but I've checked it out from our local library several times.

Let's put it this way, I was a Unix developer (not a sysadmin) for a good twenty years before I moved my desktop to Linux (it was Windows previously). I definitely knew my way in and out of a Unix system, and every which other way, as a developer and C programmer. There was a bunch of sysadm stuff I had picked up over the years just by being exposed to it and working closely with my sysadmins on large production systems. System V, SunOS, Solaris, HPUX ... various different flavors.

I learned quite a bit from Gagne's book. It was the first step in getting me confident in administering my own Linux system. I'd say it bridges the gap to move you from "knowledgeable and experienced user" to "basic system administrator". People who buy "... For Dummies" books would be overwhelmed by it, experienced sysadmins might not learn too much. Except that Gagne teaches command line, not GUI - for the most part. A GUI-based sysadm (if there is such a thing) would stand to learn a lot.
 
Old 10-03-2006, 07:51 PM   #9
jenickel
LQ Newbie
 
Registered: Jul 2006
Posts: 14

Original Poster
Rep: Reputation: 0
thanks to you all....some great titles...I will check them out..Thanks again!
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Students Compete in Linux Challenge phlyersphan Linux - News 4 11-22-2004 01:09 PM
Intermediate Linux user looking to settle on non buggy desktop distro thebeast Linux - Distributions 31 10-08-2004 02:55 PM
Distro For a Intermediate Linux User iotc247 Linux - Distributions 7 10-05-2004 09:06 AM
Brand New to Linux, intermediate Programmer, want to program for linux destop apps albertrosa Programming 4 12-08-2003 07:49 AM
Broke College Students Needs SuSE 9.0. Can Anyone Help? shassouneh Linux - Distributions 15 10-07-2003 09:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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