Linux Cookbook and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Linux Cookbook on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Linux Cookbook [Paperback]

Carla Schroder
4.4 out of 5 stars  See all reviews (25 customer reviews)

List Price: $44.95
Price: $29.97 & FREE Shipping. Details
You Save: $14.98 (33%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Tuesday, May 21? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $19.79  
Paperback $29.97  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

December 1, 2004 0596006403 978-0596006402 1

This unique and valuable collection of tips, tools, and scripts provides clear, concise, hands-on solutions that can be applied to the challenges facing anyone running a network of Linux servers from small networks to large data centers in the practical and popular problem-solution-discussion O'Reilly cookbook format.

The Linux Cookbook covers everything you'd expect: backups, new users, and the like. But it also covers the non-obvious information that is often ignored in other books the time-sinks and headaches that are a real part of an administrator's job, such as: dealing with odd kinds of devices that Linux historically hasn't supported well, building multi-boot systems, and handling things like video and audio.

The knowledge needed to install, deploy, and maintain Linux is not easily found, and no Linux distribution gets it just right. Scattered information can be found in a pile of man pages, texinfo files, and source code comments, but the best source of information is the experts themselves who built up a working knowledge of managing Linux systems. This cookbook's proven techniques distill years of hard-won experience into practical cut-and-paste solutions to everyday Linux dilemmas.

Use just one recipe from this varied collection of real-world solutions, and the hours of tedious trial-and-error saved will more than pay for the cost of the book. But those who prefer to learn hands-on will find that this cookbook not only solves immediate problems quickly, it also cuts right to the chase pointing out potential pitfalls and illustrating tested practices that can be applied to a myriad of other situations.

Whether you're responsible for a small Linux system, a huge corporate system, or a mixed Linux/Windows/MacOS network, you'll find valuable, to-the-point, practical recipes for dealing with Linux systems everyday. The Linux Cookbook is more than a time-saver; it's a sanity saver.


Frequently Bought Together

Linux Cookbook + Linux Networking Cookbook
Price for both: $61.65

Buy the selected items together


Editorial Reviews

About the Author

Carla Schroder is a self-taught Linux and Windows sysadmin who laid hands on her first computer around her 37th birthday. Her first PC was a Macintosh LC II. Next came an IBM clone--a 386SX running MS-DOS 5 and Windows 3.1 with a 14-inch color display--which was adequate for many pleasant hours of Doom play. Then around 1997 she discovered Red Hat 5.0 and had a whole new world to explore.

Somewhere along the way she found herself doing freelance consulting for small businesses and home users, supporting both Linux and Windows users and integrating Linux and Windows on the LAN, primarily Linux servers and Windows clients. She is the author of the Linux Cookbook for O'Reilly, and writes Linux how-tos for several computer publications.

Carla is living proof that you're never too old to try something new; computers are a heck of a lot of fun; and anyone can learn to do anything. Visit tuxcomputing.com for more Carla stuff.


Product Details

  • Paperback: 592 pages
  • Publisher: O'Reilly Media; 1 edition (December 1, 2004)
  • Language: English
  • ISBN-10: 0596006403
  • ISBN-13: 978-0596006402
  • Product Dimensions: 7.1 x 1.1 x 9.2 inches
  • Shipping Weight: 1.9 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (25 customer reviews)
  • Amazon Best Sellers Rank: #315,848 in Books (See Top 100 in Books)

More About the Author

Carla is a self-taught system and network administrator fluent in Linux and Windows, with a smattering of Mac OS X. Author of three computer books, hundreds of howto articles, managing editor of Linux Today and Linux Planet, musician, farmer, photographer, and all-around do-it-yourselfer. Motto: Anyone can learn anything, and you're never too old to try something new.

Customer Reviews

4.4 out of 5 stars
(25)
4.4 out of 5 stars
Most Helpful Customer Reviews
18 of 18 people found the following review helpful
5.0 out of 5 stars Great book for command-line administration July 10, 2005
Format:Paperback
First off, this book focuses on RPM-based and Debian-based distributions. This doesnt, by any means, make it useless for those that don't, but some of the "recipes" are specific to either of these.

I am not even sure where to begin with my praise of this book, it's got over a dozen sticky notes marking key sections that I find useful. I guess I can start by saying that the author is deeply involved with doing system administration via the command line, which is fantastic news for me! There are plenty of decent GUI tools out there, but when x dies and you're stuck at a command line, using them isn't an option. I feel that if you don't have the knowledge to fix things yourself, at least have a book by your side that offers you some tips, and that is what this book is for. And some people just prefer doing administration via the command line all the time, myself included.

The time I most often pull out this book, however, is not when I run into a problem, but when I'm setting up a new system. I don't reinstall often, but when I do there are little things that I often forget how to do, since I do them so infrequently. Things like setting up ssh keys, setting up users and groups, setting up NTP, setting up new fstab.

I also found this book useful when I wanted a quick and clean explaination of different filesystems and more information about command line options for CD burning. Also I got some good ideas for backups and local file transfer methods from the chapter on Backup and Recover.

Best of all, this book contains a great chapter on kernels. So many books and online how-tos I've seen give you the steps of compiling a kernel, but don't explain what is going on. This always left me feeling like I had no clue what I was doing, and if there was an error I'd have no idea where I'd begin fixing it, since I didn't really know what "make mrproper," for instance, means (side note, she even quickly explains "according to Linux lore" the reasoning behind the name Mr. Proper, a delightful bit of trivia). Now that I've read this chapter on kernels I'm much more comfortable recompiling and customizing my own. She also talks about patching a kernel, which is something I had trouble with for a while, since so much documentation I found and people I asked said "just use patch" which meant nothing to me.

An excellent book for the linux user who wants to move away from the GUI and learn more about core, command-line administration. I love it.
Comment | 
Was this review helpful to you?
21 of 23 people found the following review helpful
4.0 out of 5 stars Numerous tips on direct command line usage January 16, 2005
Format:Paperback
Perhaps the most surprising thing about this book is that it wasn't published prior to December 2004. Linux has been popular enough in recent years that the book would have been useful earlier. But given that it has just appeared, Schroder has a very up to date coverage of linux tips.

Take for example the chapter on CD and DVD recording or copying. All sorts of guidance on using DVDs for data or audio. Linux has powerful but obscure commands for these tasks. But they are run at the command line. Often with many input arguments. Not the easiest of things for someone to remember. Linux lacks a nice UI to take some of this burden off you.

Some of you should check out the chapter on Knoppix. There is an allure about making a bootable version of linux on a CD or DVD that you can then run on an arbitrary Intel or AMD machine.

The chapter on managing spam has a very limited discussion on using a blacklist. It talks about how it's used to block incoming messages from addresses on the list. No mention about using the list against domains from hyperlinks in the message body.
Comment | 
Was this review helpful to you?
11 of 11 people found the following review helpful
5.0 out of 5 stars Buy two copies and lend one to your friends July 6, 2005
Format:Paperback
Linux Cookbook by Carla Schroder (O'Reilly)

I have already lost my copy of this excellent book to my coworkers. This is another great entry to O'Reilly's "Cookbook" series. I have been running and administering Linux for 10 years and I didn't expect too much from this book. I was wrong. It is packed full of useful recipes that are the kind of thing I can never remember and spend ages digging out of documentation when I need them. Two of my favourites so far are how to use Grub to boot your machine when you have toasted your Master Boot Record, and a script to create a "phantom rpm package" that reflects all those libraries on your system that you have compiled and installed from source so that RPM knows about them.

The author has clearly had to make some hard decisions about what information to include in here and she has done a great job. The recipes cover the full spectrum of common administrative tasks that have details which are hard to remember. They include tasks such as configuring Samba, Apache, NTP, DNS, printing, mail servers, backups, and user accounts. There is information on installing software for both Debian and RPM based systems, and on rebuilding the kernel and how to patch it. The list goes on; you'll just have to read the book.

In short, there are lots of great tips in here that are easy to find and use. Keep this book at hand for all those times when you are asking yourself, "now how do I ... ?"
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
3.0 out of 5 stars Same Titles, Different Authors/Publishers
Caveat emptor: Carla Schroeder's "Linux Cookbook," 2nd Ed., ISBN 1-59327-031-3 appears to be quite appealing. Read more
Published 1 month ago by RayK
5.0 out of 5 stars Precise and to the point
Gives the required information in a very readable and engaging way. Covers all the topics required by a proficient Linux user - cannot comment on the book's suitability to an... Read more
Published 3 months ago by Joseph F. Portelli
5.0 out of 5 stars Good book
I'd recommend this book to anyone looking to learn the basics of Linux. Carla Schroder writes clearly and succinctly. Read more
Published 4 months ago by Ann L Knight
4.0 out of 5 stars Linux Cookbook Meets expectations
I enjoyed it's straight to the point project based layout!
I do not enjoyed reading through all the technical fluff found in other books so this was refreshing :-)
Published 5 months ago by John Wolfhagen
4.0 out of 5 stars She's a Great Cook
This is a great book, featuring great technical info, and backed up by an understandable and straightforward writing style. Read more
Published on February 10, 2011 by Steve
4.0 out of 5 stars Not bad at all
Good book... Useful information. Some things have changed since 2004 when this book was published. How long will it be before a new edition of this book is available??? Read more
Published on November 4, 2010 by macNcheese
4.0 out of 5 stars Good for them what's Not Quite a Newbie Anymore
Not a *bad* book, but it's not for beginners.... but it's not for longtime users, either.

This book is good for those who have a Linux distro up-and-running ('Ubuntu',... Read more
Published on August 13, 2010 by James M. O'Connell
3.0 out of 5 stars Not at all for beginners
Linux Cookbook
I was under the impression that this was an introduction to Linux for those who know little or nothing about it (its title gives that impression, as well as... Read more
Published on July 16, 2009 by Susan Welsh
5.0 out of 5 stars excellent book
Excellent Linux book! Gives step by step answers to common Linux problems in a "Problem - solution" style way. Read more
Published on March 25, 2007 by Robert Eugene Reppert
4.0 out of 5 stars Very Useful, but it's Hit-and-Miss
Because this is a "cookbook," it gives you recipies -- step-by-step instructions for performing specific tasks. Read more
Published on September 10, 2006 by Marshall Goldberg
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category