分类: LINUX
2009-02-06 10:22:24
自动化的好处:节约时间,使初学者容易入门。添加好的注释,甚至可以当文档试用。
源码下载:
* 使用自动化技术
略
* 本书的对象
具有简单linux,Perl 或者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
· 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.