Linux System Administration Recipes: A Problem-Solution Approach (Expert's Voice in Linux)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Typically we treat Apress /No Starch press and especially O'Reilly books (with those black-white animals on cover) as the highest authority in IT. We naturally anticipate that those books are written by hard-core professional that can mentor of all. Well, that's not the case with Juliet Kemp book "Linux system administration recipes" - the whole book has the "unwritten concept" - "Hey, check this out!" . That means that it needs to be considered as a sort of article in Linux magazine that covers some Linux/sysadmin concepts that got Julie Kemp mesmerized, but not the solid reference material. For example, page. 188 ldapsearch "(uuid=testuser)" | sed '/^#/d' | sed '/^$/d' - well , that works but any decent experienced sysadmin will tell you that it is not cool to pipe sed to sed, Instead you use '-e' command - ldapsearch "(uuid=testuser)" | sed -e '/^#/d' -e '/^$/d' - that is much nicer. I am not splitting a hair here, but IMHO books like this need to have more elegance. Also the whole idea of centralization using LDAP /NFS / puppet is not clearly illustrated in this book - a few Visio / Omnigraph diagrams will be a HUGE help to understand the entire concept and to see whether it can be applied to your network. I am reading between the lines that Juliet Kemp has discovered LDAP /NFS /puppet / bash completion / perl -and she is trying to tell us "See, what I am using... isn't it cool or what?" We need less "discovery channel", but more analysis here. I am not telling you that the book is useless - it has some nice ideas, but the 2nd edition (if Juliet Kemp cares) need to be seriously revised

Author(s): Juliet Kemp
Series: Expert's Voice in Linux
Edition: 1
Publisher: Apress
Year: 2009

Language: English
Pages: 282

Kemp 2449-5 FSB.pdf......Page 1
FMKemp_i-v.pdf......Page 3
FMKemp_vi-xv.pdf......Page 8
FMKemp_xvi-xviii.pdf......Page 18
Kemp001.pdf......Page 21
Kemp002......Page 41
Kemp003.pdf......Page 83
Kemp004.pdf......Page 115
Kemp005......Page 139
Kemp006......Page 155
Kemp007.pdf......Page 177
Kemp008......Page 191
Kemp009......Page 205
Kemp010......Page 223
Kemp011.pdf......Page 233
Kemp012.pdf......Page 251
KempApp.pdf......Page 267
KempIndex.pdf......Page 273