From 3cdf4e4922e80744cd2a2c4147fcdb477411735c Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Thu, 21 Jun 2012 16:04:40 +0000 Subject: - XMLify English books Approved by: doceng (implicit) --- en_US.ISO8859-1/books/handbook/Makefile | 23 +- .../handbook/advanced-networking/chapter.sgml | 173 +++++++------ en_US.ISO8859-1/books/handbook/audit/chapter.sgml | 9 +- en_US.ISO8859-1/books/handbook/basics/chapter.sgml | 41 ++-- .../books/handbook/bibliography/chapter.sgml | 1 + en_US.ISO8859-1/books/handbook/book.sgml | 135 ++++------ en_US.ISO8859-1/books/handbook/boot/chapter.sgml | 17 +- .../books/handbook/bsdinstall/chapter.sgml | 136 +++++------ en_US.ISO8859-1/books/handbook/chapters.ent | 272 +++++++++++++++++---- en_US.ISO8859-1/books/handbook/colophon.sgml | 1 + en_US.ISO8859-1/books/handbook/config/chapter.sgml | 55 +++-- .../books/handbook/cutting-edge/chapter.sgml | 52 ++-- .../books/handbook/desktop/chapter.sgml | 13 +- en_US.ISO8859-1/books/handbook/disks/chapter.sgml | 78 +++--- en_US.ISO8859-1/books/handbook/dtrace/chapter.sgml | 9 +- .../books/handbook/eresources/chapter.sgml | 1 + .../books/handbook/filesystems/chapter.sgml | 11 +- .../books/handbook/firewalls/chapter.sgml | 15 +- en_US.ISO8859-1/books/handbook/geom/chapter.sgml | 13 +- .../books/handbook/install/chapter.sgml | 232 +++++++++--------- .../books/handbook/introduction/chapter.sgml | 185 ++++++++------ en_US.ISO8859-1/books/handbook/jails/chapter.sgml | 18 +- .../books/handbook/kernelconfig/chapter.sgml | 13 +- en_US.ISO8859-1/books/handbook/l10n/chapter.sgml | 12 +- .../books/handbook/linuxemu/chapter.sgml | 17 +- en_US.ISO8859-1/books/handbook/mac/chapter.sgml | 9 +- en_US.ISO8859-1/books/handbook/mail/chapter.sgml | 48 ++-- .../books/handbook/mirrors/chapter.sgml | 21 +- .../books/handbook/multimedia/chapter.sgml | 19 +- .../books/handbook/network-servers/chapter.sgml | 98 ++++---- .../books/handbook/pgpkeys/chapter.sgml | 1 + en_US.ISO8859-1/books/handbook/ports/chapter.sgml | 15 +- .../books/handbook/ppp-and-slip/chapter.sgml | 95 +++---- .../books/handbook/preface/preface.sgml | 151 ++++++------ .../books/handbook/printing/chapter.sgml | 60 +++-- .../books/handbook/security/chapter.sgml | 77 +++--- .../books/handbook/serialcomms/chapter.sgml | 43 ++-- en_US.ISO8859-1/books/handbook/txtfiles.ent | 1 + en_US.ISO8859-1/books/handbook/users/chapter.sgml | 15 +- en_US.ISO8859-1/books/handbook/vinum/chapter.sgml | 45 ++-- .../books/handbook/virtualization/chapter.sgml | 97 ++++---- en_US.ISO8859-1/books/handbook/x11/chapter.sgml | 13 +- 42 files changed, 1287 insertions(+), 1053 deletions(-) (limited to 'en_US.ISO8859-1/books/handbook') diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index e5652fc692..9107db6d1e 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -253,7 +253,6 @@ SRCS+= book.sgml SRCS+= bsdinstall/chapter.sgml SRCS+= colophon.sgml SRCS+= dtrace/chapter.sgml -SRCS+= freebsd-glossary.sgml SRCS+= advanced-networking/chapter.sgml SRCS+= basics/chapter.sgml SRCS+= bibliography/chapter.sgml @@ -316,9 +315,9 @@ DOC_PREFIX?= ${.CURDIR}/../../.. # # rules generating lists of mirror site from XML database. # -XMLDOCS= mirrors-ftp:::mirrors.sgml.ftp.inc.tmp \ - mirrors-cvsup:::mirrors.sgml.cvsup.inc.tmp \ - eresources:::eresources.sgml.www.inc.tmp +XMLDOCS= mirrors-ftp:::mirrors.sgml.ftp.inc \ + mirrors-cvsup:::mirrors.sgml.cvsup.inc \ + eresources:::eresources.sgml.www.inc DEPENDSET.DEFAULT= transtable mirror XSLT.DEFAULT= ${XSL_MIRRORS} XML.DEFAULT= ${XML_MIRRORS} @@ -338,18 +337,8 @@ SRCS+= mirrors.sgml.ftp.inc \ mirrors.sgml.cvsup.inc \ eresources.sgml.www.inc -CLEANFILES+= mirrors.sgml.ftp.inc mirrors.sgml.ftp.inc.tmp \ - mirrors.sgml.cvsup.inc mirrors.sgml.cvsup.inc.tmp \ - eresources.sgml.www.inc eresources.sgml.www.inc.tmp +CLEANFILES+= mirrors.sgml.ftp.inc \ + mirrors.sgml.cvsup.inc \ + eresources.sgml.www.inc .include "${DOC_PREFIX}/share/mk/doc.project.mk" - -.for p in ftp cvsup -mirrors.sgml.${p}.inc: mirrors.sgml.${p}.inc.tmp - ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ - < $@.tmp > $@ || (${RM} -f $@ && false) -.endfor - -eresources.sgml.www.inc: eresources.sgml.www.inc.tmp - ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ - < $@.tmp > $@ || (${RM} -f $@ && false) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index c88959f570..2e8afdea2f 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -1,3 +1,4 @@ + Understand &unix; and &os; basics - (). + (). Be familiar with the basics of kernel configuration/compilation - (). + (). Have some familiarity with security and how it - pertains to &os; (). + pertains to &os; (). @@ -196,7 +197,7 @@ requirements. --> Rebuild and reinstall the kernel via the normal process explained in - . + . Once an audit-enabled kernel is built, installed, and the system has been rebooted, enable the audit daemon by adding the following line diff --git a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml index 7c61897293..2adc63e99b 100644 --- a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml @@ -1,3 +1,4 @@ + - -%books.ent; %chapters; %txtfiles; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %pgpkeys; ]> - + FreeBSD Handbook @@ -63,6 +24,8 @@ February 1999 + $FreeBSD$ + 1995 1996 @@ -85,7 +48,7 @@ The FreeBSD Documentation Project - &bookinfo.legalnotice; + &legalnotice; &tm-attrib.freebsd; @@ -196,12 +159,12 @@ required. - - - - - - + &chap.introduction; + &chap.install; + &chap.bsdinstall; + &chap.basics; + &chap.ports; + &chap.x11; @@ -246,11 +209,11 @@ each chapter. - - - - - + &chap.desktop; + &chap.multimedia; + &chap.kernelconfig; + &chap.printing; + &chap.linuxemu; @@ -269,21 +232,21 @@ you can begin using FreeBSD. - - - - - - - - - - - - - - - + &chap.config; + &chap.boot; + &chap.users; + &chap.security; + &chap.jails; + &chap.mac; + &chap.audit; + &chap.disks; + &chap.geom; + &chap.filesystems; + &chap.vinum; + &chap.virtualization; + &chap.l10n; + &chap.cutting-edge; + &chap.dtrace; @@ -326,25 +289,25 @@ you can begin using FreeBSD in a network environment. - - - - - - + &chap.serialcomms; + &chap.ppp-and-slip; + &chap.mail; + &chap.network-servers; + &chap.firewalls; + &chap.advanced-networking; Appendices - - - - - + + &chap.mirrors; + &chap.bibliography; + &chap.eresources; + &chap.pgpkeys; - - + &freebsd-glossary; + &chap.index; &chap.colophon; diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml index 5268b9b5d4..616599a45e 100644 --- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml @@ -1,3 +1,4 @@ + + + Device Hints + device.hints - Device Hints During initial system startup, the boot &man.loader.8; will read the &man.device.hints.5; file. This file stores kernel @@ -916,10 +920,11 @@ bitmap_name="/boot/splash.bin" + Init: Process Control Initialization + init - Init: Process Control Initialization Once the kernel has finished booting, it passes control to the user process &man.init.8;, which is located at @@ -995,9 +1000,10 @@ console none unknown off insecure resource configuration of the system. - rc files Resource Configuration (rc) + rc files + The resource configuration system reads in configuration defaults from /etc/defaults/rc.conf, and @@ -1018,6 +1024,7 @@ console none unknown off insecure Shutdown Sequence + shutdown diff --git a/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml b/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml index bb9115ae92..f2acede171 100644 --- a/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml @@ -52,7 +52,7 @@ chapter describes the use of bsdinstall. The use of sysinstall is covered in . + linkend="install"/>. After reading this chapter, you will know: @@ -111,7 +111,7 @@ sections. Depending on the method you choose to install &os;, you may also need a supported CDROM drive, and in some cases a network adapter. This will be covered by . + linkend="bsdinstall-installation-media"/>. &os;/&arch.i386; @@ -254,7 +254,7 @@ &os;'s standard boot loader requires either a primary or GPT partition. (See for more information about the &os; + linkend="boot"/> for more information about the &os; booting process.) If all of the primary or GPT partitions are already in use, one must be freed for &os;. @@ -335,7 +335,7 @@ make it possible to run any one of those operating systems at a time. An alternative method that allows running multiple operating systems at the same time is covered in - . + . @@ -454,7 +454,7 @@ A different directory path is used for &os; 8.X and earlier versions. Details of download and installation of &os; 8.X and - earlier is covered in . + earlier is covered in . The memory stick image has a .img @@ -580,7 +580,7 @@ commit your changes? If you prepared a bootable USB stick, as described in - , then + , then plug in your USB stick before turning on the computer. @@ -665,7 +665,7 @@ Loading /boot/defaults/loader.conf + format="PNG"/> @@ -738,8 +738,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. - - + + ok @@ -781,7 +781,7 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. Do this now, to review the text that scrolled off the screen when the kernel was carrying out the device probes. You will see text similar to , although the precise text + linkend="bsdinstall-dev-probe"/>, although the precise text will differ depending on the devices that you have in your computer. @@ -945,7 +945,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... GENERIC kernel. After the procedure of device probing, you will see - . The install media + . The install media can be used in three ways: to install &os;, as a "live CD", or to simply access a &os; shell. Use the arrow keys to choose an option, and Enter to select. @@ -955,7 +955,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1000,7 +1000,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1015,7 +1015,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1044,7 +1044,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1066,7 +1066,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1110,7 +1110,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... the source code necessary to compile the software. Instead, it is a collection of files which automates the downloading, compiling and installation of third-party - software packages. discusses how + software packages. discusses how to use the ports collection. @@ -1155,13 +1155,13 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> After the network connection has been configured as shown in - , a mirror site is + , a mirror site is selected. Mirror sites cache copies of the &os; files. Choose a mirror site located in the same region of the world as the computer on which &os; is being installed. Files can be @@ -1175,7 +1175,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1203,7 +1203,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1220,7 +1220,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1240,7 +1240,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1260,7 +1260,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1279,7 +1279,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1297,7 +1297,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1378,7 +1378,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1410,7 +1410,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... partitions for the /, /var, /tmp, and /usr filesystems. See for an + linkend="bsdinstall-part-manual-splitfs"/> for an example. See &man.gpart.8; for a complete list of available @@ -1554,7 +1554,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1587,7 +1587,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1603,7 +1603,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1618,7 +1618,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1626,7 +1626,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... Once all requested distribution files have been extracted, bsdinstall will then drop straight into the post-installation configuration tasks (see - ). + ). @@ -1653,7 +1653,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1681,7 +1681,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1716,7 +1716,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1739,7 +1739,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1759,7 +1759,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1782,7 +1782,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1798,7 +1798,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... Do not enter random network information, as it will not work. Obtain the information shown in - + from the network administrator or service provider. @@ -1816,7 +1816,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1835,7 +1835,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1882,7 +1882,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1911,7 +1911,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1930,7 +1930,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -1980,7 +1980,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2005,7 +2005,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2024,7 +2024,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2039,7 +2039,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2053,7 +2053,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2068,7 +2068,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2090,7 +2090,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2140,7 +2140,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2165,7 +2165,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2178,7 +2178,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2279,7 +2279,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2290,7 +2290,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... installation. For more information on adding users and user management, - see . + see . @@ -2306,7 +2306,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2319,32 +2319,32 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... Add User - Described in - . + . Root Password - Described in - . + . Hostname - Described in - . + . Network - Described in - . + . Services - Described in - . + . Time Zone - Described in - . + . @@ -2363,7 +2363,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2382,7 +2382,7 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]... + format="PNG"/> @@ -2599,7 +2599,7 @@ login: automatically. Subsequent boots will be faster. &os; does not install graphical environments by default, - but many are available. See for more + but many are available. See for more information. @@ -2713,7 +2713,7 @@ login: file /boot/loader.conf. More information about the boot loader can be found - in . + in . diff --git a/en_US.ISO8859-1/books/handbook/chapters.ent b/en_US.ISO8859-1/books/handbook/chapters.ent index 5e35a4db6f..42b4024070 100644 --- a/en_US.ISO8859-1/books/handbook/chapters.ent +++ b/en_US.ISO8859-1/books/handbook/chapters.ent @@ -1,3 +1,4 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + %pgpkeys; + + + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + + + +]]> + +]]> + +]]> + +]]> + +]]> + + + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + + + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + + + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + +]]> + + - - - - - - - + - - - - - - + + + + + + - - - - - - - - - - - - - - - - + + + + + + - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + + + + - - - - - - + + + + + + + + + + diff --git a/en_US.ISO8859-1/books/handbook/colophon.sgml b/en_US.ISO8859-1/books/handbook/colophon.sgml index 30fbc870b0..9bbdf9adbc 100644 --- a/en_US.ISO8859-1/books/handbook/colophon.sgml +++ b/en_US.ISO8859-1/books/handbook/colophon.sgml @@ -1,3 +1,4 @@ + @@ -5,7 +6,7 @@ Preface - Intended + Intended Audience The &os; newcomer will find that the first section of this @@ -23,9 +24,9 @@ chapter. For a list of additional sources of information, please see . + linkend="bibliography"/>. - Changes from the + Changes from the Third Edition The current online version of the Handbook represents the @@ -35,31 +36,31 @@ - , &dtrace;, has been added with + , &dtrace;, has been added with information about the powerful &dtrace; performance analysis tool. - , File Systems Support, has + , File Systems Support, has been added with information about non-native file systems in &os;, such as ZFS from &sun;. - , Security Event Auditing, has + , Security Event Auditing, has been added to cover the new auditing capabilities in &os; and explain its use. - , Virtualization, has + , Virtualization, has been added with information about installing &os; on virtualization software. - , Installing + , Installing &os; 9.x and Later, has been added to cover installation of &os; using the new installation utility, @@ -67,7 +68,7 @@ - Changes from the + Changes from the Second Edition (2004) The third edition was the culmination of over two years of @@ -78,35 +79,35 @@ - , Configuration and + , Configuration and Tuning, has been expanded with new information about the ACPI power and resource management, the cron system utility, and more kernel tuning options. - , Security, has been expanded with + , Security, has been expanded with new information about virtual private networks (VPNs), file system access control lists (ACLs), and security advisories. - , Mandatory Access Control (MAC), is + , Mandatory Access Control (MAC), is a new chapter with this edition. It explains what MAC is and how this mechanism can be used to secure a &os; system. - , Storage, has been expanded with + , Storage, has been expanded with new information about USB storage devices, file system snapshots, file system quotas, file and network backed filesystems, and encrypted disk partitions. - , Vinum, is a new chapter + , Vinum, is a new chapter with this edition. It describes how to use Vinum, a logical volume manager which provides device-independent logical disks, and software RAID-0, RAID-1 and RAID-5. @@ -114,28 +115,28 @@ A troubleshooting section has been added to , PPP and SLIP. + linkend="ppp-and-slip"/>, PPP and SLIP. - , Electronic Mail, has been + , Electronic Mail, has been expanded with new information about using alternative transport agents, SMTP authentication, UUCP, fetchmail, procmail, and other advanced topics. - , Network Servers, is + , Network Servers, is all new with this edition. This chapter includes information about setting up the Apache HTTP Server, ftpd, and setting up a server for µsoft; &windows; clients with Samba. Some sections from , Advanced Networking, were + linkend="advanced-networking"/>, Advanced Networking, were moved here to improve the presentation. - , Advanced + , Advanced Networking, has been expanded with new information about using &bluetooth; devices with &os;, setting up wireless networks, and Asynchronous Transfer Mode (ATM) @@ -154,7 +155,7 @@ - Changes from the + Changes from the First Edition (2001) The second edition was the culmination of over two years of @@ -182,55 +183,55 @@ Appendices. - (Installing &os;) was completely + (Installing &os;) was completely rewritten with many screenshots to make it much easier for new users to grasp the text. - (&unix; Basics) has been expanded to contain + (&unix; Basics) has been expanded to contain additional information about processes, daemons, and signals. - (Installing Applications) has been expanded + (Installing Applications) has been expanded to contain additional information about binary package management. - (The X Window System) has been completely + (The X Window System) has been completely rewritten with an emphasis on using modern desktop technologies such as KDE and GNOME on &xfree86; 4.X. - (The &os; Booting Process) has been + (The &os; Booting Process) has been expanded. - (Storage) has been written from what used + (Storage) has been written from what used to be two separate chapters on Disks and Backups. We feel that the topics are easier to comprehend when presented as a single chapter. A section on RAID (both hardware and software) has also been added. - (Serial Communications) has been completely + (Serial Communications) has been completely reorganized and updated for &os; 4.X/5.X. - (PPP and SLIP) has been substantially + (PPP and SLIP) has been substantially updated. - Many new sections have been added to + Many new sections have been added to (Advanced Networking). - (Electronic Mail) has been expanded to + (Electronic Mail) has been expanded to include more information about configuring sendmail. - (&linux; Compatibility) has been expanded to + (&linux; Compatibility) has been expanded to include information about installing &oracle; and &sap.r3;. @@ -240,16 +241,16 @@ edition: - Configuration and Tuning (). + Configuration and Tuning (). - Multimedia () + Multimedia () - Organization of This + Organization of This Book This book is split into five logically distinct sections. @@ -275,14 +276,14 @@ - , Introduction + , Introduction Introduces &os; to a new user. It describes the history of the &os; Project, its goals and development model. - , Installation of + , Installation of &os; 8.x and Earlier Walks a user through the entire installation process of @@ -293,7 +294,7 @@ - , Installation of + , Installation of &os; 9.x and Later Walks a user through the entire installation process of @@ -302,7 +303,7 @@ - , &unix; Basics + , &unix; Basics Covers the basic commands and functionality of the &os; operating system. If you are familiar with &linux; or @@ -311,7 +312,7 @@ - , Installing Applications + , Installing Applications Covers the installation of third-party software with both &os;'s innovative Ports Collection and standard @@ -319,7 +320,7 @@ - , The X Window System + , The X Window System Describes the X Window System in general and using X11 on &os; in particular. Also describes common @@ -330,7 +331,7 @@ - , Desktop Applications + , Desktop Applications Lists some common desktop applications, such as web browsers and productivity suites, and describes how to install them on @@ -338,14 +339,14 @@ - , Multimedia + , Multimedia Shows how to set up sound and video playback support for your system. Also describes some sample audio and video applications. - , Configuring the &os; + , Configuring the &os; Kernel Explains why you might need to configure a new kernel @@ -354,7 +355,7 @@ - , Printing + , Printing Describes managing printers on &os;, including information about banner pages, printer accounting, and @@ -362,7 +363,7 @@ - , &linux; Binary Compatibility + , &linux; Binary Compatibility Describes the &linux; compatibility features of &os;. Also provides detailed installation instructions for many @@ -374,7 +375,7 @@ - , Configuration and Tuning + , Configuration and Tuning Describes the parameters available for system administrators to tune a &os; system for optimum @@ -383,14 +384,14 @@ - , Booting Process + , Booting Process Describes the &os; boot process and explains how to control this process with configuration options. - , Users and Basic Account + , Users and Basic Account Management Describes the creation and manipulation of user @@ -399,28 +400,28 @@ - , Security + , Security Describes many different tools available to help keep your &os; system secure, including Kerberos, IPsec and OpenSSH. - , Jails + , Jails Describes the jails framework, and the improvements of jails over the traditional chroot support of &os;. - , Mandatory Access Control + , Mandatory Access Control Explains what Mandatory Access Control (MAC) is and how this mechanism can be used to secure a &os; system. - , Security Event Auditing + , Security Event Auditing Describes what &os; Event Auditing is, how it can be installed, configured, and how audit trails can be inspected or monitored. @@ -428,7 +429,7 @@ - , Storage + , Storage Describes how to manage storage media and filesystems with &os;. This includes physical disks, RAID arrays, @@ -437,21 +438,21 @@ - , GEOM + , GEOM Describes what the GEOM framework in &os; is and how to configure various supported RAID levels. - , File Systems Support + , File Systems Support Examines support of non-native file systems in &os;, like the Z File System from &sun;. - , Vinum + , Vinum Describes how to use Vinum, a logical volume manager which provides device-independent logical disks, and @@ -459,14 +460,14 @@ - , Virtualization + , Virtualization Describes what virtualization systems offer, and how they can be used with &os;. - , Localization + , Localization Describes how to use &os; in languages other than English. Covers both system and application level @@ -474,7 +475,7 @@ - , Updating and Upgrading &os; + , Updating and Upgrading &os; Explains the differences between &os;-STABLE, &os;-CURRENT, and &os; releases. Describes which users @@ -484,7 +485,7 @@ - , &dtrace; + , &dtrace; Describes how to configure and use the &dtrace; tool from &sun; in &os;. Dynamic tracing can help locate performance issues, by @@ -495,21 +496,21 @@ - , Serial Communications + , Serial Communications Explains how to connect terminals and modems to your &os; system for both dial in and dial out connections. - , PPP and SLIP + , PPP and SLIP Describes how to use PPP, SLIP, or PPP over Ethernet to connect to remote systems with &os;. - , Electronic Mail + , Electronic Mail Explains the different components of an email server and dives into simple configuration topics for the most popular @@ -518,7 +519,7 @@ - , Network Servers + , Network Servers Provides detailed instructions and example configuration files to set up your &os; machine as a network filesystem @@ -527,7 +528,7 @@ - , Firewalls + , Firewalls Explains the philosophy behind software-based firewalls and provides detailed information about the configuration of the @@ -535,7 +536,7 @@ - , Advanced Networking + , Advanced Networking Describes many networking topics, including sharing an Internet connection with other computers on your LAN, advanced @@ -547,7 +548,7 @@ - , Obtaining &os; + , Obtaining &os; Lists different sources for obtaining &os; media on CDROM or DVD as well as different sites on the Internet that allow @@ -555,7 +556,7 @@ - , Bibliography + , Bibliography This book touches on many different subjects that may leave you hungry for a more detailed explanation. The @@ -564,7 +565,7 @@ - , Resources on the Internet + , Resources on the Internet Describes the many forums available for &os; users to post questions and engage in technical conversations about @@ -572,20 +573,20 @@ - , PGP Keys + , PGP Keys Lists the PGP fingerprints of several &os; Developers. - Conventions used + Conventions used in this book To provide a consistent and easy to read text, several conventions are followed throughout the book. - Typographic + Typographic Conventions @@ -616,7 +617,7 @@ User Input + renderas="sect2">User Input Keys are shown in bold to stand out from other text. Key combinations that are meant to be typed @@ -656,7 +657,7 @@ Examples + renderas="sect2">Examples Examples starting with E:\> indicate a &ms-dos; command. Unless otherwise noted, these commands @@ -681,7 +682,7 @@ &prompt.user; top Acknowledgments + renderas="sect1">Acknowledgments The book you are holding represents the efforts of many hundreds of people around the world. Whether they sent in fixes for typos, or diff --git a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml index 0a8f3387f8..37e2b55c1d 100644 --- a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml @@ -1,3 +1,4 @@ +