summaryrefslogtreecommitdiffstats
path: root/share/doc/handbook/handbook.sgml
blob: b7a2150773f465b935bb71d37ab94d77dbf24645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!-- $Id: handbook.sgml,v 1.21 1995/07/27 16:15:32 jfieber Exp $ -->
<!-- The FreeBSD Documentation Project -->

<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
<!ENTITY % authors SYSTEM "authors.sgml">
%authors;

<!ENTITY bibliography SYSTEM "bibliography.sgml">
<!ENTITY basics SYSTEM "basics.sgml">
<!ENTITY booting SYSTEM "booting.sgml">
<!ENTITY contrib SYSTEM "contrib.sgml">
<!ENTITY ctm SYSTEM "ctm.sgml">
<!ENTITY current SYSTEM "current.sgml">
<!ENTITY dialup SYSTEM "dialup.sgml">
<!ENTITY diskless SYSTEM "diskless.sgml">
<!ENTITY eresources SYSTEM "eresources.sgml">
<!ENTITY glossary SYSTEM "glossary.sgml">
<!ENTITY history SYSTEM "history.sgml">
<!ENTITY hw SYSTEM "hw.sgml">
<!ENTITY install SYSTEM "install.sgml">
<!ENTITY kerberos SYSTEM "kerberos.sgml">
<!ENTITY kernelconfig SYSTEM "kernelconfig.sgml">
<!ENTITY kerneldebug SYSTEM "kerneldebug.sgml">
<!ENTITY memoryuse SYSTEM "memoryuse.sgml">
<!ENTITY nfs SYSTEM "nfs.sgml">
<!ENTITY nutshell SYSTEM "nutshell.sgml">
<!ENTITY porting SYSTEM "porting.sgml">
<!ENTITY ports SYSTEM "ports.sgml">
<!ENTITY ppp SYSTEM "ppp.sgml">
<!ENTITY relnotes SYSTEM "relnotes.sgml">
<!ENTITY scsi SYSTEM "scsi.sgml">
<!ENTITY slipc SYSTEM "slipc.sgml">
<!ENTITY slips SYSTEM "slips.sgml">
<!ENTITY submitters SYSTEM "submitters.sgml">
<!ENTITY sup SYSTEM "sup.sgml">
<!ENTITY troubleshooting SYSTEM "troubleshooting.sgml">
<!ENTITY userppp SYSTEM "userppp.sgml">

]>

<!--

Potential target audience:
  1. Potential users
      a. new to unix
      b. somewhat familiar with unix
      c. veterans
  2. Existing users
      a. new to unix
      b. somewhat familiar with unix
      c. veterans


OUTLINE:

-->

<linuxdoc>
  <book>

      <title>FreeBSD Handbook
      <author>
	<name>The FreeBSD Documentation Project</name>
      </author>
      <date>July 28, 1995</date>

      <abstract>Welcome to FreeBSD!  This handbook covers the
	installation and day to day use of <bf>FreeBSD Release
	  2.0.5</bf>. 

	This manual is a <bf>work in progress</bf> and is the
	work of many individials.  Many sections do not yet exist
	and some of those that do exist need to be updated.  If
	you are interested in helping with this project, send
	email to &a.jfieber; or to the FreeBSD Documentation
	Project mailing list <tt>&lt;doc@freebsd.org&gt;</tt>.
      </abstract>
	
      <toc>

<!-- ************************************************************ -->	      

    <part><heading>Basics</heading>

    <chapt><heading>Introduction</heading>
      &nutshell;
      &history;
      &relnotes;

    &install;
    &basics;

    <chapt><heading>Installing applications</heading>
      <sect><heading>* Installing packages</heading>
        &ports;
        &porting;

<!-- ************************************************************ -->	      

    <part><heading>System Administration</heading>

      <chapt><heading>Reconfiguring the Kernel<label id="kernelconfig"></heading>
       <p>Pending the completion of this section, please refer to
         Kernel Configuration section of the <url url="../FAQ/freebsd-faq.html"
         name="FreeBSD FAQ">.
     <!--    &kernelconfig; -->

    <chapt><heading>Users, groups and security</heading>
      <sect><heading>* DES, MD5 and Crypt</heading>
      <sect><heading>* S/Key</heading>
      &kerberos;
      <sect><heading>* Firewalls</heading>

    <chapt><heading>Printing</heading>
      <p>This section is in progress.  Please contact
        Sean Kelly <url url="mailto:kelly@fsl.noaa.gov"
        name="kelley@fsl.noaa.gov"> for more information.

    <chapt><heading>* The X-Window System</heading>

    <chapt><heading>Managing hardware</heading>
      &scsi;
      <sect><heading>* Adding and reconfiguring disks</heading>
      <sect><heading>* Tapes and backups</heading>
      <sect><heading>* Serial ports</heading>
      <sect><heading>* Sound cards</heading>

<!-- ************************************************************ -->	      

    <part><heading>Network Communications</heading>

    <chapt><heading>Basic Networking</heading>
      <sect><heading>* Ethernet basics</heading>
      <sect><heading>* Serial basics</heading>
      <sect><heading>* Hardwired Terminals</heading>
      &dialup;

    <chapt><heading>PPP and SLIP</heading>

    <p>If your connection to the internet is through a modem, or
    you wish to provide other people with dialup connections to
    the internet using FreeBSD, you have the option of using PPP
    or SLIP.  Furthermore, two varieties of PPP are provided:
    <em>user</em> (sometimes referred to as iijppp) and
    <em>kernel</em>.  The procedures for configuring both types
    of PPP, and for setting up SLIP are described in this
    chapter.

      &userppp;
      &ppp;
      &slipc; 
      &slips;

    <chapt><heading>Advanced networking</heading>
      <sect><heading>* Gateways and routing</heading>
      &nfs;
      <sect><heading>* Yellow Pages/NIS</heading>
      &diskless;
      <sect><heading>* ISDN</heading>

    <chapt><heading>* Mail</heading>



<!-- ************************************************************ -->	      

    <part><heading>Advanced topics</heading>
    &current;
      &ctm; 
      &sup;
    &kerneldebug;
    &submitters;
    &booting;
    &memoryuse;
    &troubleshooting;

<!-- ************************************************************ -->	      

    <part><heading>Appendices</heading>
    &bibliography;
    &eresources;
    &hw;
    &contrib;
    &glossary;
   
  </book>
</linuxdoc>
OpenPOWER on IntegriCloud