Modern system administration has changed, and there are few books that help system administrators with quick and dirty answers to common and not-so-common problems. While a 900-pages tome is useful for a thorough overview of running a Linux network, itβs not so helpful when there is a problem that r
Linux System Administration Recipes: A Problem-Solution Approach
β Scribed by Juliet Kemp
- Publisher
- Apress
- Year
- 2009
- Tongue
- English
- Leaves
- 282
- Series
- Expert's Voice in Linux
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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. 188ldapsearch "(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
β¦ Subjects
ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°;ΠΠΎΠΌΠΏΡΡΡΠ΅ΡΠ½Π°Ρ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΠ°;Linux / Unix;
π SIMILAR VOLUMES
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 "L
Linux Recipes for Oracle DBAs meets a pressing need in the marketplace for Linux information by Oracle database administrators. Database administrators operate in a βgrey zoneβ in which they sometimes act as regular Linux users and at other times as βlightweightβ system administrators. Linux Recipes
Visual Basic 2008 Recipes is a book of ready-made coding solutions for programmers who don't want spend a lot of time reading. Each chapter addresses a specific problem-domain such as multimedia, database access, XML manipulation, etc. Each chapter then presents a number of common problems, with a s
PHP 5 (the new version of the world's most popular server-side scripting language) was unleashed on the world earlier this year, and has gone down a storm with PHP developers world wide - all the best loved features from PHP 4 have been maintained, including vastly improved object-oriented support,
Mastering .NET development is as much about understanding the functionality of the .NET Framework as it is about the syntax and grammar of your chosen language. Visual C# 2005 Recipes: A Problem-Solution Approach recognizes this fine balance. This book meets your need for fast, effective solutions t