removed
[ikiwiki.git] / docs / handbook / handbook-config-tuning.mdwn
1 \r
2 \r
3 ## Chapter 6 Configuration and Tuning \r
4 \r
5  **Table of Contents** \r
6
7 * 6.1 [ Synopsis](config-tuning.html#CONFIG-SYNOPSIS)\r
8
9 * 6.2 [ Initial Configuration](configtuning-initial.html)\r
10
11 * 6.3 [ Core Configuration](configtuning-core-configuration.html)\r
12
13 * 6.4 [ Application Configuration](configtuning-appconfig.html)\r
14
15 * 6.5 [ Starting Services](configtuning-starting-services.html)\r
16
17 * 6.6 [ Configuring the `cron` Utility](configtuning-cron.html)\r
18
19 * 6.7 [ Using rc under DragonFly](configtuning-rcng.html)\r
20
21 * 6.8 [ Setting Up Network Interface Cards](config-network-setup.html)\r
22
23 * 6.9 [ Virtual Hosts](configtuning-virtual-hosts.html)\r
24
25 * 6.10 [ Configuration Files](configtuning-configfiles.html)\r
26
27 * 6.11 [ Tuning with sysctl](configtuning-sysctl.html)\r
28
29 * 6.12 [ Tuning Disks](configtuning-disk.html)\r
30
31 * 6.13 [ Tuning Kernel Limits](configtuning-kernel-limits.html)\r
32
33 * 6.14 [ Adding Swap Space](adding-swap-space.html)\r
34
35 * 6.15 [ Power and Resource Management](acpi-overview.html)\r
36
37 * 6.16 [ Using and Debugging DragonFly ACPI](acpi-debug.html)\r
38 ***Written by Chern Lee.  Based on a tutorial written by Mike Smith.  Also based on [tuning(7)](http://leaf.dragonflybsd.org/cgi/web-man?command#tuning&section7) written by Matt Dillon.***\r
39 \r
40 ## 6.1 Synopsis \r
41 \r
42 One of the important aspects of DragonFly is system configuration. Correct system configuration will help prevent headaches during future upgrades. This chapter will explain much of the DragonFly configuration process, including some of the parameters which can be set to tune a DragonFly system.\r
43 \r
44 After reading this chapter, you will know:\r
45 \r
46
47 * How to efficiently work with file systems and swap partitions.\r
48
49 * The basics of `rc.conf` configuration and `rc.d` startup systems.\r
50
51 * How to configure and test a network card.\r
52
53 * How to configure virtual hosts on your network devices.\r
54
55 * How to use the various configuration files in `/etc`.\r
56
57 * How to tune DragonFly using `sysctl` variables.\r
58
59 * How to tune disk performance and modify kernel limitations.\r
60 \r
61 Before reading this chapter, you should:\r
62 \r
63
64 * Understand UNIX® and DragonFly basics ([Chapter 3](basics.html)).\r
65
66 * Be familiar with the basics of kernel configuration/compilation ([Chapter 9](kernelconfig.html)).\r
67 \r
68 \r
69 \r
70 CategoryHandbook\r
71 Category\r