From eb9cfc1c0f79721bbcbf688f31c248e96b744121 Mon Sep 17 00:00:00 2001 From: sjg Date: Tue, 12 Jun 2012 10:33:11 -0700 Subject: [PATCH] --- docs/handbook/index.mdwn | 164 +++++++-------------------------------- 1 file changed, 26 insertions(+), 138 deletions(-) diff --git a/docs/handbook/index.mdwn b/docs/handbook/index.mdwn index 2de92e75..8b73ecda 100644 --- a/docs/handbook/index.mdwn +++ b/docs/handbook/index.mdwn @@ -8,133 +8,21 @@ Welcome to DragonFly! This handbook covers the installation and day to day use o Portions of this document originally documented use of the [FreeBSD](http://www.freebsd.org/) operating system. While many functions should be similar on DragonFly, some differences should be expected. If you find instructions here that no longer apply to DragonFly, please contact the documentation mailing list at [DragonFly Documentation project mailing list](http://leaf.dragonflybsd.org/mailarchive/). -###Chapter 1 Preface * ([[docs/newhandbook/GettingStarted]]) - - 1. [[Preface|handbook-book-preface]] - 1. [[Getting Started|handbook-getting-started]] - -###Chapter 2 Introduction * ([[docs/newhandbook/Introduction]]) - - 1. [[Synopsis|handbook-introduction]] - 1. [[Welcome to DragonFly!|handbook-nutshell]] - 1. [[About the DragonFly Project|handbook-history]] - -###Chapter 3 Installation * ([[docs/newhandbook/Installation]]) - - 1. [[Installation from CD|handbook-InstallDragonFlyFromCD]] - 1. [[First steps|handbook-InstallFirstSteps]] - 1. [[Disk setup|handbook-InstallDiskSetup]] - 1. [[Installing to Disk from CD|handbook-InstallToDisk]] - 1. [[New system setup|handbook-InstallationSystemSetup]] - - -###Chapter 4 UNIX Basics * ([[docs/newhandbook/UnixBasics]]) - - 1. [[Synopsis|handbook-basics]] - 1. [[Virtual Consoles and Terminals|handbook-consoles]] - 1. [[Permissions|handbook-permissions]] - 1. [[Directory Structure|handbook-dirstructure]] - 1. [[Disk Organization|handbook-disk-organization]] - 1. [[Mounting and Unmounting File Systems|handbook-mount-unmount]] - 1. [[Processes|handbook-basics-processes]] - 1. [[Daemons, Signals, and Killing Processes|handbook-basics-daemons]] - 1. [[Shells|handbook-shells]] - 1. [[Text Editors|handbook-editors]] - 1. [[Devices and Device Nodes|handbook-basics-devices]] - 1. [[Binary Formats|handbook-binary-formats]] - 1. [[For More Information|handbook-basics-more-information]] - +###Chapter 1 [[docs/newhandbook/GettingStarted]] +###Chapter 2 [[docs/newhandbook/Introduction]] +###Chapter 3 [[docs/newhandbook/Installation]] +###Chapter 4 [[docs/newhandbook/UnixBasics]] ###Chapter 5 [[Installing Applications|docs/howtos/HowToPkgsrc]] +###Chapter 6 [[docs/newhandbook/X]] +###Chapter 7 [[docs/newhandbook/Configuration]] +###Chapter 8 [[docs/newhandbook/vkernel]] +###Chapter 9 [[docs/newhandbook/Booting]] +###Chapter 10 [[docs/newhandbook/Users]] +###Chapter 11 [[docs/newhandbook/ConfigureKernel]] +###Chapter 12 [[docs/newhandbook/Security]] +###Chapter 13 [[docs/newhandbook/Jails]] -###Chapter 6 The X Window System * ([[docs/newhandbook/X]]) - - 1. [[Synopsis|handbook-x11]] - 1. [[Understanding X|handbook-x-understanding]] - 1. [[Installing X11|handbook-x-install]] - 1. [[X11 Configuration|handbook-x-config]] - 1. [[Using Fonts in X11|handbook-x-fonts]] - 1. [[The X Display Manager|handbook-x-xdm]] - 1. [[Desktop Environments|handbook-x11-wm]] - 1. [[System Administration|handbook-system-administration]] - -###Chapter 7 UNIX Configuring and Tuning * ([[docs/newhandbook/Configuration]]) - - 1. [[Synopsis|handbook-config-tuning]] - 1. [[Initial Configuration|handbook-configtuning-initial]] - 1. [[Core Configuration|handbook-configtuning-core-configuration]] - 1. [[Application Configuration|handbook-configtuning-appconfig]] - 1. [[Starting Services|handbook-configtuning-starting-services]] - 1. [[Configuring the cron Utility|handbook-configtuning-cron]] - 1. [[Using rc under DragonFly|handbook-configtuning-rcng]] - 1. [[Setting Up Network Interface Cards|handbook-config-network-setup]] - 1. [[Virtual Hosts|handbook-configtuning-virtual-hosts]] - 1. [[Configuration Files|handbook-configtuning-configfiles]] - 1. [[Tuning with sysctl|handbook-configtuning-sysctl]] - 1. [[Tuning Disks|handbook-configtuning-disk]] - 1. [[Tuning Kernel Limits|handbook-configtuning-kernel-limits]] - 1. [[Adding Swap Space|handbook-adding-swap-space]] - 1. [[Power and Resource Management|handbook-acpi-overview]] - 1. [[Using and Debugging DragonFly ACPI|handbook-acpi-debug]] - -###Chapter 8 The DragonFly virtual kernel * ([[docs/newhandbook/vkernel]]) - - 1. [[The DragonFly virtual kernel|docs/user/VKernelOverview]] - 1. [[Setup a virtual kernel environment|docs/user/VKernelSetup]] - 1. [[Setup networking|docs/user/VKernelNetwork]] - 1. [[Run a virtual kernel|docs/user/VKernelRun]] - -###Chapter 9 The DragonFly Booting Process * ([[docs/newhandbook/Booting]]) - - 1. [[Synopsis|handbook-boot]] - 1. [[The Booting Problem|handbook-boot-introduction]] - 1. [[The Boot Manager and Boot Stages|handbook-boot-blocks]] - 1. [[Kernel Interaction During Boot|handbook-boot-kernel]] - 1. [[Init: Process Control Initialization|handbook-boot-init]] - 1. [[Shutdown Sequence|handbook-boot-shutdown]] - -###Chapter 10 Users and Basic Account Management * ([[docs/newhandbook/Users]]) - - 1. [[Synopsis|handbook-users]] - 1. [[Introduction|handbook-users-introduction]] - 1. [[The Superuser Account|handbook-users-superuser]] - 1. [[System Accounts|handbook-users-system]] - 1. [[User Accounts|handbook-users-user]] - 1. [[Modifying Accounts|handbook-users-modifying]] - 1. [[Limiting Users|handbook-users-limiting]] - 1. [[Personalizing Users|handbook-users-personalizing]] - 1. [[Groups|handbook-users-groups]] - -###Chapter 11 Configuring the DragonFly Kernel * ([[docs/newhandbook/ConfigureKernel]]) - - 1. [[Synopsis|handbook-kernelconfig]] - 1. [[Why Build a Custom Kernel?|handbook-kernelconfig-custom-kernel]] - 1. [[Building and Installing a Custom Kernel|handbook-kernelconfig-building]] - 1. [[The Configuration File|handbook-kernelconfig-config]] - 1. [[Making Device Nodes|handbook-kernelconfig-nodes]] - 1. [[If Something Goes Wrong|handbook-kernelconfig-trouble]] - -###Chapter 12 Security * ([[docs/newhandbook/Security]]) - - 1. [[Synopsis|handbook-security]] - 1. [[Introduction|handbook-security-intro]] - 1. [[Securing DragonFly|handbook-securing-freebsd]] - 1. [[DES, MD5, and Crypt|handbook-crypt]] - 1. [[One-time Passwords|handbook-one-time-passwords]] - 1. [['''Kerberos5'''|handbook-kerberos5]] - 1. [[Firewalls|handbook-firewalls]] - 1. [[OpenSSL|handbook-openssl]] - 1. [[VPN over IPsec|handbook-ipsec]] - 1. [[OpenSSH|handbook-openssh]] - -###Chapter 13 Jails * ([[docs/newhandbook/Jails]]) - - 1. [[Synopsis|handbook-jails]] - 1. [[Terms Related to Jails|handbook-jails-terms]] - 1. [[Introduction|handbook-jails-intro]] - 1. [[Creating and Controlling Jails|handbook-jails-build]] - 1. [[Fine Tuning and Administration|handbook-jails-tuning]] - -###Chapter 14 Printing +###Chapter 14 Printing (OUT OF DATE!) 1. [[Synopsis|handbook-printing]] 1. [[Introduction|handbook-printing-intro-spooler]] @@ -144,7 +32,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Alternatives to the Standard Spooler|handbook-printing-lpd-alternatives]] 1. [[Troubleshooting|handbook-printing-troubleshooting]] -###Chapter 15 Storage +###Chapter 15 Storage (OUT OF DATE!) 1. [[Synopsis|handbook-disks]] 1. [[Device Names|handbook-disks-naming]] @@ -159,7 +47,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Network, Memory, and File-Backed File Systems|handbook-disks-virtual]] 1. [[File System Quotas|handbook-quotas]] -###Chapter 16 The Vinum Volume Manager +###Chapter 16 The Vinum Volume Manager (OUT OF DATE!) 1. [[Synopsis|handbook-vinum-vinum]] 1. [[Disks Are Too Small|handbook-vinum-intro]] @@ -171,7 +59,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Configuring Vinum|handbook-vinum-config]] 1. [[Using Vinum for the Root Filesystem|handbook-vinum-root]] -###Chapter 17 Localization - I18N/L10N Usage and Setup +###Chapter 17 Localization - I18N/L10N Usage and Setup (OUT OF DATE!) 1. [[Synopsis|handbook-l10n]] 1. [[The Basics|handbook-l10n-basics]] @@ -179,7 +67,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Compiling I18N Programs|handbook-l10n-compiling]] 1. [[Localizing DragonFly to Specific Languages|handbook-lang-setup]] -###Chapter 18 Desktop Applications +###Chapter 18 Desktop Applications (OUT OF DATE!) 1. [[Synopsis|handbook-desktop]] 1. [[Browsers|handbook-desktop-browsers]] @@ -188,7 +76,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Finance|handbook-desktop-finance]] 1. [[Summary|handbook-desktop-summary]] -###Chapter 19 Multimedia +###Chapter 19 Multimedia (OUT OF DATE!) 1. [[Synopsis|handbook-multimedia]] 1. [[Setting Up the Sound Card|handbook-sound-setup]] @@ -196,7 +84,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Video Playback|handbook-video-playback]] 1. [[Setting Up TV Cards|handbook-tvcard]] -###Chapter 20 Serial Communications +###Chapter 20 Serial Communications (OUT OF DATE!) 1. [[Synopsis|handbook-serialcomms]] 1. [[Introduction|handbook-serial]] @@ -205,7 +93,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Dial-out Service|handbook-dialout]] 1. [[Setting Up the Serial Console|handbook-serialconsole-setup]] -### Chapter 21 PPP and SLIP +### Chapter 21 PPP and SLIP (OUT OF DATE!) 1. [[Synopsis|handbook-ppp-and-slip]] 1. [[Using User PPP|handbook-userppp]] @@ -214,7 +102,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Using PPP over Ethernet (PPPoE)|handbook-pppoe]] 1. [[Using SLIP|handbook-slip]] -### Chapter 22 Advanced Networking +### Chapter 22 Advanced Networking (OUT OF DATE!) 1. [[Synopsis|handbook-advanced-networking]] 1. [[Gateways and Routes|handbook-network-routing]] @@ -233,7 +121,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Parallel Line IP (PLIP)|handbook-network-plip]] 1. [[IPv6|handbook-network-ipv6]] -###Chapter 23 Electronic Mail +###Chapter 23 Electronic Mail (OUT OF DATE!) 1. [[Synopsis|handbook-mail]] 1. [[Using Electronic Mail|handbook-mail-using]] @@ -249,21 +137,21 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Using fetchmail|handbook-mail-fetchmail]] 1. [[Using procmail|handbook-mail-procmail]] -###Chapter 24 Updating DragonFly +###Chapter 24 Updating DragonFly (OUT OF DATE!) 1. [[Initial Setup|handbook-updating]] 1. [[Configuration|handbook-updating-using]] 1. [[Preparing to Update|handbook-updating-before-building]] 1. [[Updating the System|handbook-updating-makeworld]] -###Chapter 25 Debug the DragonFly kernel +###Chapter 25 Debug the DragonFly kernel (OUT OF DATE!) 1. [[Debug the DragonFly kernel|docs/user/DebugKernelCrashDumps]] 1. [[Configure your system|docs/user/DebugKernelCrashDumps#head-c7f19c562c575c26006f6b7cce69df26e2873bc9]] 1. [[Debug the crash dump|docs/user/DebugKernelCrashDumps#head-f2abcea0beb4c42a93034c32e6209064484c2900]] 1. [[Further information|docs/user/DebugKernelCrashDumps#head-e306fd7a51d5b330b0e770f96a6796e28c5ce0df]] -###Chapter 26 Linux Binary Compatibility +###Chapter 26 Linux Binary Compatibility (OUT OF DATE!) 1. [[Synopsis|handbook-linuxemu]] 1. [[Installation|handbook-linuxemu-lbc-install]] @@ -274,7 +162,7 @@ Portions of this document originally documented use of the [FreeBSD](http://www. 1. [[Installing SAP ® R/3 ®|handbook-sapr3]] 1. [[Advanced Topics|handbook-linuxemu-advanced]] -###Appendices +###Appendices (OUT OF DATE!) 1. [[Appendices|handbook-appendices]] 1. [[Obtaining DragonFly|handbook-mirrors]] -- 2.41.0