𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

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

⬇  Acquire This Volume

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


Linux System Administration Recipes: A P
✍ Juliet Kemp πŸ“‚ Library πŸ“… 2009 🌐 English

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 P
✍ Juliet Kemp πŸ“‚ Library πŸ“… 2009 πŸ› Apress 🌐 English

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 (Recipes:
✍ Darl Kuhn, Charles Kim, Bernard Lopuz πŸ“‚ Library πŸ“… 2008 🌐 English

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: A Problem-Sol
✍ Todd Herman, Allen Jones, Matthew MacDonald, Rakesh Rajan πŸ“‚ Library πŸ“… 2008 🌐 English

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 Recipes: A Problem-Solution Approa
✍ Lee Babin, Nathan A. Good, Frank M. Kromann, Jon Stephens, πŸ“‚ Library πŸ“… 2005 🌐 English

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,

Visual C# 2005 Recipes: A Problem-Soluti
✍ Allen Jones Matthew MacDonald Rakesh Rajan πŸ“‚ Library πŸ“… 2006 🌐 English

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