aboutsummaryrefslogtreecommitdiff
path: root/ja/handbook/handbook.sgml
blob: 60334459b06707cd8570f8d8cdd4b200420bfd9e (plain) (blame)
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
<!-- $Id: handbook.sgml,v 1.1.1.1 1996-11-15 05:14:39 asami Exp $ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.58 -->

<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [

<!-- Conditional flags for this version of the document -->
<!ENTITY % boothelp.only "IGNORE">
<!ENTITY % handbook.only "INCLUDE">

<!-- Entity shorthand for authors' names and email addresses -->
<!ENTITY % authors SYSTEM "authors.sgml">
%authors;

<!-- Entity shorthand for translator's names and email addresses -->
<!ENTITY % jmembers SYSTEM "jmembers.sgml">
%jmembers;

<!-- Entity shorthand for mailing list email addresses -->
<!ENTITY % lists SYSTEM "lists.sgml">
%lists;

<!-- Entity definitions for all the parts -->
<!ENTITY % sections SYSTEM "sections.sgml">
%sections;

<!-- The currently released version of FreeBSD -->
<!ENTITY rel.current CDATA "2.1.5">

]>

<linuxdoc>
  <book>

      <title>FreeBSD ハンドブック</title>
      <author>
	<name>FreeBSD ドキュメンテーションプロジェクト</name>
      </author>
      <date>19967</date>

<abstract> FreeBSD へようこそ! このハンドブックは <bf>FreeBSD Release
&rel.current;</bf> のインストールおよび日常での使い方について記述したものです. 
本書は<bf>現在進行中の作業</bf> であって, 多くの個人の手からなる仕事です. 
多くのセクションはまだ存在しませんし, いま存在するセクションのいくつかは
アップデートされる必要があります. 
この FreeBSD ドキュメンテーションプロジェクトを手伝うことに興味があるならば, 
&a.doc; まで電子メールを送ってください.  
このドキュメントの最新バージョンは 
<url url="http://www.FreeBSD.ORG/" name="FreeBSD World Wide Web サーバ">
からいつでも入手できます. 
<url url="ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs "name="FreeBSD FTP サーバ"> 
か, または数多くある<ref id="mirrors" name="ミラーサイト">のうちの一つ
から ascii, LaTeX, postscript, HTML などのファイル形式の中からダウンロード
してください. </abstract>
      <toc>

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

<part><heading>基礎</heading>

    <chapt><heading>はじめに</heading>

<p> FreeBSD は, Intel アーキテクチャ (x86) ベースの PC のための 
4.4BSD-Lite をベースとしたオペレーティングシステムです. 
FreeBSD の概要については, 
<ref id="nutshell" name="FreeBSD とは">をご覧ください. 
このプロジェクトの歴史については, <ref id="history" name="FreeBSD 小史">
を読んでください. 最新のリリースについての記述は, 
<ref id="relnotes" name="現在のリリースについて">をご覧ください.
FreeBSD プロジェクトへの何らかの貢献 (ソースコード, 機器, 資金の提供など) 
について, 興味があれば, <ref id="submitters" name="FreeBSD への貢献">
の章をご覧ください.

      &nutshell;
      &history;
      &goals;
      &development;
      &relnotes;

    &install;
    &basics;

<chapt><heading>アプリケーションのインストール</heading>
      <sect><heading>* パッケージのインストール</heading>
        &ports;


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

       <part><heading>システム管理</heading>

&kernelconfig;
    <chapt><heading>ユーザ, グループ, セキュリティ</heading>
      &crypt;
      &skey;
      &kerberos;
      &firewalls;

    &printing;

    &quotas;
    <chapt><heading>X ウィンドウシステム</heading>
<p> この節の完成は保留されています. 
    そのかわりに <url url="http://www.xfree86.org/"
         name="The XFree86 Project, Inc">
    のドキュメントを参考にしてください. 

    &hw;

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

    <part><heading>ネットワーク通信</heading>

    <chapt><heading>ネットワークの基礎</heading>
      <sect><heading>* イーサネットの基礎</heading>
      <sect><heading>* シリアル接続の基礎</heading>
      &term;
      &dialup;

    <chapt><heading> PPPとSLIP </heading>

<p> もしあなたがモデムを使ってインターネットに接続したり, 
FreeBSD を使って, 他の人々にインターネットへのダイヤルアップ接続を
提供しようとしているのでしたら, PPP または SLIP 接続を選ぶことができます. 
PPP 接続には, 2 種類の方法が提供されています. 
<em>ユーザ</em> PPP (iijpppとも呼ばれます) と <em>カーネル</em> PPP です. 
両方の PPP の設定手順と, SLIP の設定方法については以下の章に書かれています.

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

    <chapt><heading> 高度なネットワーク </heading>
      &routing;
      &nfs;
      &diskless;
      <sect><heading>* イエローページ/NIS </heading>
      &isdn;	

    <chapt><heading>* 電子メール </heading>



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

    <part><heading> さらに進んだ話題 </heading>
    &current;
    &stable;
    &synching; 
    &submitters;
    &troubleshooting;
    &kerneldebug;
    &linuxemu;
    <chapt><heading> FreeBSD の内部</heading>
      &booting;
      &memoryuse;
      &dma;


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

    <part><heading>付録</heading>

    &mirrors;
    &bibliography;
    &eresources;
    &contrib;
    &policies;
    &pgpkeys;
    &jcontrib;

<!--    &glossary; -->
   
  </book>
</linuxdoc>