From 57e42b9704cef51444c4aa6a669986cecaa94bf9 Mon Sep 17 00:00:00 2001 From: Chern Lee Date: Tue, 14 Aug 2001 00:37:13 +0000 Subject: [PATCH] Add a standard sypnosis to the Configuration and Tuning chapter. Reviewed by: murray --- .../books/handbook/config/chapter.sgml | 37 ++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml index c169157939..788a0b391a 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml @@ -1,7 +1,7 @@ @@ -45,6 +45,41 @@ can be set to tune a FreeBSD system for optimum performance. + After reading this chapter you will know: + + + + Why and how to efficiently size, layout, and place + filesystems and swap partition on your hard drive. + + + The basics of the rc.conf configuration and + /usr/local/etc/rc.d startup systems. + + + How to configure virtual hosts on your network device. + + + How to use the various configuration files in + /etc. + + + How to tune FreeBSD using sysctl variables. + + + How to tune disk performance and modify kernel + limitations. + + + + Before reading this chapter you should: + + + + Understand the basics of Unix and FreeBSD () + +