Chinaunix首页 | 论坛 | 博客
  • 博客访问: 19699508
  • 博文数量: 679
  • 博客积分: 10495
  • 博客等级: 上将
  • 技术积分: 9308
  • 用 户 组: 普通用户
  • 注册时间: 2006-07-18 10:51
文章分类

全部博文(679)

文章存档

2012年(5)

2011年(38)

2010年(86)

2009年(145)

2008年(170)

2007年(165)

2006年(89)

分类: LINUX

2009-02-06 10:22:24

§0     前言

       自动化的好处:节约时间,使初学者容易入门。添加好的注释,甚至可以当文档试用。

源码下载:

 

     使用自动化技术

 

     本书的对象

具有简单linuxPerl 或者bash基础者。

 

     涉及的技术

 

开源软件:涉及GNU cfengine, Logwatch, Swatch, AutoRPM, and NetSaint (which is currently being developed as Nagios)等。

自定义脚本和软件:已有的开源解决方案可能过于复杂,功能不强大或者限制条件过多。或者太负责没有方案,或者太简单而不需要方案。

商业软件:在只有它做得特别好的情况下可以使用。

 

 

     建议参考书籍:

·         UNIX System Administration Handbook (3rd Edition), by Evi Nemeth, Garth Snyder, Scott Seebass, Trent R. Hein (Prentice Hall, 2000). This book covers almost anything you ever wanted to know about UNIX system administration.

·         Principles of Network and System Administration, by Mark Burgess (John Wiley & Sons, 2000). This book discusses the theory and principles behind good network and system administration.

·         Unix Storage Management, by Ray A. Kampa and Lydia V. Bell (Apress, 2002). This book covers everything you ever wanted to know about storing data on UNIX systems.

·         Learning the bash Shell, by Cameron Newham and Bill Rosenblatt (O'Reilly and Associates, 1998). This book covers the bash command shell as well as bash shell scripting.

·         Learning Perl, by Randal L. Schwartz and Tom Phoenix (O'Reilly and Associates, 2001). This is the first place to start if you want to learn Perl, a very powerful scripting language that is used extensively throughout this book.

·         Programming Perl, by Larry Wall et al. (O'Reilly and Associates, 2000). This more advanced guide to Perl provides extensive reference material.

·         Perl for System Administration, by David N. Blank-Edelman (O'Reilly and Associates, 2000). You already know we use Perl extensively in this book. By looking at the title, you also probably know that this book is about automating system administration. Any questions?

·         Practical UNIX & Internet Security, by Simson Garfinkel, Alan Schwartz, and Gene Spafford (O'Reilly and Associates, 2003). This book discusses security, which should always be on your mind, especially when you automating system administration.

阅读(3187) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-02-22 22:54:59

下载地址:http://download.csdn.net/source/1025430

ydjjing2009-02-21 16:46:52

麻烦问下,这本书从哪儿弄到的?