diff --git a/zh_TW.Big5/books/fdp-primer/tools/chapter.sgml b/zh_TW.Big5/books/fdp-primer/tools/chapter.sgml
index acfe3549c7..8cdbe8fb07 100644
--- a/zh_TW.Big5/books/fdp-primer/tools/chapter.sgml
+++ b/zh_TW.Big5/books/fdp-primer/tools/chapter.sgml
@@ -42,12 +42,12 @@
您必須安裝這些工具,才能使用接下來各章節會介紹到的例子。 這些工具的用法,會在後續相關章節談到。
- Use textproc/docproj if possible
+ 建議安裝 textproc/docproj
- You can save yourself a lot of time if you install the
- textproc/docproj port. This is a
- meta-port which does not contain any software
- itself. Instead, it depends on various other ports being installed
+ 裝了
+ textproc/docproj 可以更省時省力,它是個
+ 組合型的 port(meta-port),本身並非軟體,只是將一些常用工具組合起來而已。
+ Instead, it depends on various other ports being installed
correctly. Installing this port should
automatically download and install all of the packages listed in this
chapter that you need.
diff --git a/zh_TW.Big5/books/handbook/cutting-edge/chapter.sgml b/zh_TW.Big5/books/handbook/cutting-edge/chapter.sgml
index 754e9e30d0..7f42ad2f6c 100644
--- a/zh_TW.Big5/books/handbook/cutting-edge/chapter.sgml
+++ b/zh_TW.Big5/books/handbook/cutting-edge/chapter.sgml
@@ -2,7 +2,7 @@
The FreeBSD Documentation Project
$FreeBSD$
- Original revision: 1.220
+ Original revision: 1.225
-->
@@ -37,44 +37,39 @@
- The Cutting Edge
+ 更新、升級 FreeBSD
- Synopsis
+ 概述
- &os; is under constant development between releases. For
- people who want to be on the cutting edge, there are several easy
- mechanisms for keeping your system in sync with the latest
- developments. Be warned—the cutting edge is not for everyone!
- This chapter will help you decide if you want to track the
- development system, or stick with one of the released
- versions.
+ &os; 是個持續發展的作業系統。對於喜歡追求新鮮、刺激的使用者而言,
+ 有很多方法可以使您的系統輕鬆更新為最新版。
+ 注意:並非每個人都適合這麼做! 本章主要是協助您決定到底要跟開發版本,或是要使用較穩定的釋出版。
+
- After reading this chapter, you will know:
+ 讀完這章,您將了解︰
- The difference between the two development
- branches: &os.stable; and &os.current;.
+ &os.stable; 與 &os.current; 這兩分支的不同之處;
- How to keep your system up to date with
+ 如何以
+ CSup,
CVSup,
- CVS, or
- CTM.
+ CVS 或
+ CTM 來更新你的系統
- How to rebuild and reinstall the entire base
- system with make buildworld (etc).
+ 如何以 make buildworld 等指令來重新編譯、安裝整個
+ base system。
- Before reading this chapter, you should:
+ 在開始閱讀這章之前,您需要︰
- Properly set up your network connection ().
+ 先設好你的網路()。
- Know how to install additional third-party
- software ().
+ 知道如何透過 port/package 安裝軟體()。
@@ -83,10 +78,9 @@
-CURRENT-STABLE
- There are two development branches to FreeBSD: &os.current; and
- &os.stable;. This section will explain a bit about each and describe
- how to keep your system up-to-date with each respective tree.
- &os.current; will be discussed first, then &os.stable;.
+ FreeBSD 有兩個發展分支:&os.current; 及
+ &os.stable;。本節將會陸續介紹,並介紹它們分別又是如何更新。
+ 首先,先介紹 &os.current;,接著再介紹 &os.stable;。Staying Current with &os;
@@ -99,11 +93,10 @@
twice before installing it.
- What Is &os.current;?
+ 什麼是 &os.current;?snapshot
- &os.current; is the latest working sources for &os;.
- This includes work in progress, experimental changes, and
+ &os.current; 是 &os; 的最新版。它包含: work in progress, experimental changes, and
transitional mechanisms that might or might not be present
in the next official release of the software. While many
&os; developers compile the &os.current; source code daily,
@@ -383,11 +376,11 @@
- If you are installing a new system and want it to be as
- stable as possible, you can simply grab the latest dated
- branch snapshot from
- and install it like any other release. Or you can
+ If you are going to install a new system and want it
+ to run monthly snapshot built from &os.stable;, please
+ check the
+ Snapshots web page for more information.
+ Alternatively, it is possible to
install the most recent &os.stable; release from the
mirror sites and follow
the instructions below to upgrade your system to the
@@ -467,7 +460,7 @@
- Synchronizing Your Source
+ 更新你的 SourceThere are various ways of using an Internet (or email)
connection to stay up-to-date with any given area of the &os;
@@ -552,9 +545,9 @@
tree to rebuild the system.
- Take a Backup
+ Make a Backup
- It cannot be stressed enough how important it is to take a
+ It cannot be stressed enough how important it is to make a
backup of your system before you do this.
While rebuilding the world is (as long as you follow these
instructions) an easy task to do, there will inevitably be times
@@ -673,7 +666,7 @@
Examine the files
/usr/share/examples/etc/make.conf
- (called /etc/defaults/make.conf in &os; 4.X) and
+ and
/etc/make.conf. The first contains some
default defines – most of which are commented out. To
make use of them when you rebuild your system from source, add
@@ -684,10 +677,9 @@
A typical user will probably want to copy the
CFLAGS and
- NO_PROFILE (or NOPROFILE on
- &os; 5.X and older) lines found in
+ NO_PROFILE lines found in
/usr/share/examples/etc/make.conf
- (or in /etc/defaults/make.conf on &os; 4.X) to
+ to
/etc/make.conf and uncomment them.Examine the other definitions (COPTFLAGS,
@@ -714,21 +706,13 @@
In some cases make buildworld will check to see if
these users or groups exist.
- A recent example of this is when the
+ An example of this is when the
smmsp user was added. Users had the
installation process fail for them when
&man.mtree.8; was trying to create
/var/spool/clientmqueue.
- The solution is to examine
- /usr/src/etc/group and compare its list of
- groups with your own. If there are any groups in the new file that
- are not in your file then copy them over. Similarly, you should
- rename any groups in /etc/group which have
- the same GID but a different name to those in
- /usr/src/etc/group.
-
- Since 4.6-RELEASE you can run &man.mergemaster.8; in
+ The solution is to run &man.mergemaster.8; in
pre-buildworld mode by providing the option.
This will compare only those files that are essential for the success
of buildworld or
@@ -781,7 +765,7 @@
mode.Alternatively, reboot the system, and at the boot prompt,
- enter the flag. The system will then boot
+ select the single user option. The system will then boot
single user. At the shell prompt you should then run:&prompt.root; fsck -p
@@ -830,8 +814,8 @@
&prompt.root; rm -rf *
-
- Recompile the Source
+
+ Recompile the Base SystemSaving the Output
@@ -922,22 +906,16 @@ Script done, …
&prompt.root; make target
- Beginning with version 2.2.5 of &os; (actually, it was
- first created on the &os.current; branch, and then retrofitted to
- &os.stable; midway between 2.2.2 and 2.2.5) the
- world target has been split in
- two: buildworld and
- installworld. Beginning with version
- 5.3 of &os; the world target will be changed
- so it will not work at all by default because it is actually
- dangerous for most users.
+ Where target will be one of
+ many build options. The first target should always be
+ buildworld.As the names imply, buildworld
builds a complete new tree under /usr/obj,
- and installworld installs this tree on
+ and installworld, another target, installs this tree on
the current machine.
- This is very useful for 2 reasons. First, it allows you
+ Having separate options is very useful for two reasons. First, it allows you
to do the build safe in the knowledge that no components of
your running system will be affected. The build is
self hosted. Because of this, you can safely
@@ -963,7 +941,7 @@ Script done, …
&prompt.root; make buildworld
- It is now possible to specify a option to
+ It is possible to specify a option to
make which will cause it to spawn several
simultaneous processes. This is most useful on multi-CPU machines.
However, since much of the compiling process is IO bound rather
@@ -980,11 +958,6 @@ Script done, …
If you have a multi-CPU machine and you are using an SMP
configured kernel try values between 6 and 10 and see how they speed
things up.
-
- Be aware that this is still somewhat experimental, and commits
- to the source tree may occasionally break this feature. If the
- world fails to compile using this parameter try again without it
- before you report any problems.
@@ -994,8 +967,8 @@ Script done, …
timings
- Many factors influence the build time, but currently a 500 MHz
- &pentium; III with 128 MB of RAM takes about 2 hours to build
+ Many factors influence the build time, but fairly recent
+ machines may only take a one or two hours to build
the &os.stable; tree, with no tricks or shortcuts used during the
process. A &os.current; tree will take somewhat longer.
@@ -1024,7 +997,7 @@ Script done, …
can then build a new kernel based on your normal kernel configuration
file.
- On modern versions of FreeBSD it is important to On &os; it is important to build world before building a
new kernel.
@@ -1057,7 +1030,7 @@ Script done, …
.
-
+ Install the New System BinariesIf you were building a version of &os; recent enough to have
@@ -1169,7 +1142,7 @@ Script done, …
After &man.mergemaster.8; is done with the system files you will be
prompted for other options. &man.mergemaster.8; may ask if you want to rebuild
- the password file and/or run &man.MAKEDEV.8; if you run a FreeBSD version prior to 5.0, and will finish up with an option to
+ the password file and will finish up with an option to
remove left-over temporary files.
@@ -1187,7 +1160,7 @@ Script done, …
not in /usr/src/etc.
If you are using &man.mergemaster.8; (as recommended),
- you can skip forward to the next
+ you can skip forward to the next
section.The simplest way to do this by hand is to install the
@@ -1334,103 +1307,8 @@ Script done, …
-
-
- Update /dev
-
-
- DEVFS
- If you are running FreeBSD 5.0 or later you can safely
- skip this section. These versions use &man.devfs.5; to
- allocate device nodes transparently for the user.
-
-
- In most cases, the &man.mergemaster.8; tool will realize when
- it is necessary to update the device nodes, and offer to complete it
- automatically. These instructions tell how to update the device
- nodes manually.
-
- For safety's sake, this is a multi-step process.
-
-
-
- Copy /var/tmp/root/dev/MAKEDEV to
- /dev:
-
- &prompt.root; cp /var/tmp/root/dev/MAKEDEV /dev
-
- MAKEDEV
-
-
- If you used &man.mergemaster.8; to
- update /etc, then your
- MAKEDEV script should have been updated
- already, though it cannot hurt to check (with &man.diff.1;)
- and copy it manually if necessary.
-
-
-
- Now, take a snapshot of your current
- /dev. This snapshot needs to contain the
- permissions, ownerships, major and minor numbers of each filename,
- but it should not contain the time stamps. The easiest way to do
- this is to use &man.awk.1; to strip out some of the
- information:
-
- &prompt.root; cd /dev
-&prompt.root; ls -l | awk '{print $1, $2, $3, $4, $5, $6, $NF}' > /var/tmp/dev.out
-
-
-
- Remake all the device nodes:
-
- &prompt.root; sh MAKEDEV all
-
-
-
- Write another snapshot of the directory, this time to
- /var/tmp/dev2.out. Now look through these
- two files for any device node that you missed creating. There should
- not be any, but it is better to be safe than sorry.
-
- &prompt.root; diff /var/tmp/dev.out /var/tmp/dev2.out
-
- You are most likely to notice disk slice discrepancies which
- will involve commands such as:
-
- &prompt.root; sh MAKEDEV sd0s1
-
- to recreate the slice entries. Your precise circumstances may
- vary.
-
-
-
-
- Update /stand
-
-
- This step is included only for completeness. It can safely be
- omitted. If you are using FreeBSD 5.2 or later, the
- /rescue directory is automatically updated
- for the user with current, statically compiled binaries during
- make installworld, thus obsoleting the need
- to update /stand (which does not exist at
- all on &os; 6.0 and later).
-
-
- For the sake of completeness, you may want to update the files in
- /stand as well. These files consist of hard
- links to the /stand/sysinstall binary. This
- binary should be statically linked, so that it can work when no other
- file systems (and in particular /usr) have been
- mounted.
-
- &prompt.root; cd /usr/src/release/sysinstall
-&prompt.root; make all install
-
-
-
+ RebootingYou are now done. After you have verified that everything appears
@@ -1577,9 +1455,6 @@ Script done, …
&prompt.root; cd /usr/src
&prompt.root; make -DNO_CLEAN all
- On &os; 5.X and older, use
- -DNOCLEAN instead.
-
This will not undo the work of the previous
make buildworld.
diff --git a/zh_TW.Big5/books/handbook/firewalls/chapter.sgml b/zh_TW.Big5/books/handbook/firewalls/chapter.sgml
index eae7b2e7e4..9c0de932b4 100644
--- a/zh_TW.Big5/books/handbook/firewalls/chapter.sgml
+++ b/zh_TW.Big5/books/handbook/firewalls/chapter.sgml
@@ -105,7 +105,7 @@
- 防火牆概念
+ 淺談防火牆概念防火牆
@@ -114,35 +114,34 @@
- 有兩種基本的方式可以建立防火牆規則:
- 「先容式(exclusive)」或是「後容式(inclusive)」。
+ 基本上防火牆規則可分為兩種型態,分別為:「exclusive」以及「inclusive」。
- 「先容式(exclusive)」類似「黑名單」,它先允許所有封包通過,
+ 「exclusive」類似「黑名單」,它先允許所有封包通過,
然後違反規則的封包則禁止通過防火牆。
- 相反的,「後容式(inclusive)」類似「白名單」,它先擋住所有封包通過,
+ 相反的,「inclusive」類似「白名單」,它先擋住所有封包通過,
然後只允許有符合規則的才可通過防火牆。
- 整體來說,「後容式(inclusive)」的防火牆會比「先容式(exclusive)」的防火牆安全些。
- 因為後容式明顯降低了不必要的風險。
+ 整體來說,「inclusive」式防火牆會比「exclusive」式防火牆安全些。
+ 因為「inclusive」明顯降低了不必要的風險。
- 此外,使用「狀態防火牆(stateful firewall)」可讓安全性更嚴密。
+ 此外,使用「stateful firewall」可讓安全性更嚴密。
它會持續記錄通過防火牆開放的連線,
並且只允許符合現存或開啟新的連線才能通過防火牆。
狀態防火牆的缺點是如果在非常快的速度下開啟許多新連線,就可能會受到阻絕式服務攻擊
(DoS, Denial of Service)。
- 在大多數的防火牆方案中,也可以交互運用「狀態」及「非狀態」防火牆的組合,
- 使該站的防火牆達到最佳化。
+ 在大多數的防火牆方案中,也可以交叉運用「stateful 」及「non-stateful 」防火牆的組合,
+ 讓該網站的防火牆達到最佳化。
- 防火牆軟體套件
+ 防火牆相關軟體在 &os; 基本系統中內建有三種不同的防火牆軟體套件。
@@ -193,46 +192,40 @@
並且具有選擇性 ALTQ(交錯佇列,Alternate Queuing)
的功能。
- ALTQ提供了「服務品質」(QoS,
- Quality of Service)的頻寬管理功能,
- 這提供了以過濾規則的方式來保障各種不同服務的頻寬。
- OpenBSD 計劃中已經對 PF 的使用指南提供了詳盡的解說,
+ ALTQ提供了「QoS」(Quality of Service)頻寬管制功能,
+ 它可以用過濾規則的方式來保障各種不同服務的頻寬。
+ 另外,OpenBSD 計劃中已經對 PF 的使用指南提供了詳盡的解說,
因此在這本手冊中我們不會作重複的贅述,而只介紹概要。
- 更多關於 PF 的資訊可於下列網址查詢: 更多關於 PF 的資訊可於下列網址查詢:.啟用 PF
- PF 在 &os; 5.3 之後的系統中,可以輕鬆使用動態模組來載入。
+ PF 在 &os; 5.3 之後的系統中,就可以輕鬆使用 kernel 動態模組來載入。
在 rc.conf 中加入 pf_enable="YES" 後,
- 系統將會動態地載入 PF 核心動態模組。這個模組會在建立時也啟用
- &man.pflog.4; 記錄功能。
+ 系統就會載入 PF 的 kernel 動態模組。這模組會在建立時也啟用 &man.pflog.4; 記錄功能。
- 這個模組會假設核心內已有 options INET 和
+ 這個模組會假設 kernel 內已有 options INET 和
device bpf。
- 除非編譯時在核心中有事先(像是在 &man.make.conf.5; 中)加入 NOINET6,
- &os; 6.0 以後的版本則是 NO_INET6
- 這樣才會避免不打開 IPv6 支援,否則 pf 模組同時也需要 options INET6,
- 也就是 IPv6 支援。
+ 除非編譯 kernel 時已在像是 &man.make.conf.5; 設定檔中加入 NOINET6(
+ &os; 6.0 以後的版本則是 NO_INET6)
+ 這樣才會避免不打開 IPv6 支援,
+ 否則 pf 模組同時也需要 options INET6,也就是 IPv6 支援。
- 一旦載入 PF 核心模組或靜態地編譯入核心中,
- 就可以使用 pfctl 來啟動或關閉
- pf。
+ 一旦載入 PF 的 kernel 模組或是靜態編譯入 kernel 內,
+ 就可以使用 pfctl 來啟動或關閉 pf。
- 這個例子示範了如何啟動
- pf:
+ 下面這個例子示範如何啟動 pf:&prompt.root; pfctl -e
- pfctl指令提供了一個使用pf
- 防火牆的方式。
- 要了解更多使用 pfctl 的資訊,
- 查閱 &man.pfctl.8; 的線上手冊會是個好方式。
+ pfctl 是使用 pf 防火牆的指令。
+ 若要了解更詳盡的 pfctl 運用,請查閱 &man.pfctl.8; 線上手冊。
@@ -260,56 +253,51 @@
在這裡只是要列出給你參考的一些資訊而已。
將 PF 編譯入 kernel 中,會導致無法使用 kernel 的動態載入模組。
- 設定 PF 的核心選項範例在 kernel 原始碼中的
+ 設定 PF 的 kernel 選項範例在 kernel 原始碼中的
/usr/src/sys/conf/NOTES,轉貼內容如下:device pf
device pflog
device pfsync
- device pf 啟用了
- 「封包過濾(packet filter)」 的防火牆支援.
+ device pf 是用來啟動「packet filter(封包過濾)」的防火牆支援。
- device pflog 啟動了選擇性的 &man.pflog.4;
- 虛擬網路設備 pseudo network device),它可以透過 &man.bpf.4;
- 的描述符號來記錄流量。
- &man.pflogd.8; 服務可以用來儲存訊息,並可以用日誌的形式記錄在硬碟上。
+ 而 device pflog,此功能要裝不裝皆可,它會啟動 &man.pflog.4;,以 &man.bpf.4; 格式來記錄網路流量。
+ &man.pflogd.8; daemon 則是用來紀錄這些訊息,並存在硬碟上。
- device pfsync 啟動了選擇性 的&man.pfsync.4;
- 虛擬網路設備,它可以用來監控「狀態的改變」。
- device pfsync並不是可載入模組,
- 要使用的話,必須要編入自訂的核心中才行。
+ device pfsync,此功能要裝不裝皆可,它會啟動 &man.pfsync.4;,可以用來監控「狀態的改變」。
+ 請注意:device pfsync並不是 kernel 動態模組,要使用的話,必須要編入自訂的 kernel 中才行。
- 這些設定將會在你編譯及安裝好新核心後才會生效。
+ 這些設定將會在你編譯及安裝好新 kernel 後才會生效。
- rc.conf 可用的選項
+ rc.conf 其他相關的選項你需要在 /etc/rc.conf
- 中加入下列的設定以便在啟動系統時同時啟用 PF:
+ 中加入下列的設定,以便在系統啟動時啟用 PF:
pf_enable="YES" # 啟用 PF (如果需要的話載入模組)
-pf_rules="/etc/pf.conf" # PF 的規則定義檔案
-pf_flags="" # pfctl 啟動時附加的選項
+pf_rules="/etc/pf.conf" # PF 防火牆規則設定檔
+pf_flags="" # pfctl 啟動時的附加選項
pflog_enable="YES" # 啟動 pflogd(8)
pflog_logfile="/var/log/pflog" # pflogd 儲存記錄檔案的地方
pflog_flags="" # pflogd 啟動時附加的選項
- 如果在這個防火牆後方你有個區域網路,並透過它來轉送封包,
- 你就必須要設定下列選項:
+ 如果您的防火牆後面有個 LAN(區域網路),並要透過它來轉送封包,
+ 就必須要設定下列選項:
- gateway_enable="YES" # 啟用作為區域網路閘道器
+ gateway_enable="YES" # 啟用 LAN Gateway啟用 ALTQ
- ALTQ的選項只有在編入 &os; 核心中才能生效。
+ ALTQ 只有在編入 &os; kernel 中才能生效。
不是所有的網路卡驅動程式都支援 ALTQ。
請看 &man.altq.4; 線上手冊來了解你使用的 &os; 版本中支援驅動程式的清單。
- 下面列出的選項將會啟用 ALTQ 及加入其他附加的功能。
+ 下面所列的將會啟用 ALTQ 及其他附加功能:options ALTQ
options ALTQ_CBQ # Class Bases Queuing (CBQ)
@@ -319,13 +307,11 @@ options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC)
options ALTQ_PRIQ # Priority Queuing (PRIQ)
options ALTQ_NOPCC # Required for SMP build
- options ALTQ 啟用了
- ALTQ 主架構。
+ options ALTQ 是啟用 ALTQ 主架構。
- options ALTQ_CBQ 啟用「基於分類的佇列」
- (Class Based Queuing, CBQ)支援。
+ options ALTQ_CBQ 會啟用「CBQ」(Class Based Queuing, )支援。
CBQ 允許你
- allows you to divide a connection's bandwidth into different
+ divide a connection's bandwidth into different
classes or queues to prioritize traffic based on filter
rules.
@@ -398,13 +384,13 @@ options ALTQ_NOPCC # Required for SMP build
- 此小節的說明仍待陸續補充、更新,所以本內容可能並非完全符合現況。
+ 此一節的內容仍在陸續補充、更新,所以本節內容可能並未完全符合現況。
- IPFILTER 的作者為 Darren Reed。IPFILTER 並非
- operating system dependent:它是個 open source 應用程式,且已被移植到
+ IPFILTER 的作者為 Darren Reed。IPFILTER 並非得綁某特定作業系統才行:
+ 它是個跨 OS 平台的 open source 應用程式,且已被移植到
&os;、NetBSD、OpenBSD、&sunos;、HP/UX 以及
- &solaris; 這些作業系統上。此外,IPFILTER 的支援以及維護也相當積極,也有定期釋出的更新版。
+ &solaris; 這些作業系統上。此外,IPFILTER 的支援、維護也相當積極,也有定期釋出的更新版。IPFILTER is based on a kernel-side firewall and
NAT mechanism that can be controlled and
@@ -537,7 +523,7 @@ options IPFILTER_DEFAULT_BLOCK
須在 /etc/rc.conf 內加入下列內容,以便在開機時就會啟用 IPF:ipfilter_enable="YES" # Start ipf firewall
-ipfilter_rules="/etc/ipf.rules" # 載入定義規則的文字檔案
+ipfilter_rules="/etc/ipf.rules" # IPF 防火牆規則設定檔
ipmon_enable="YES" # 啟用 IP 監控記錄
ipmon_flags="-Ds" # D = 使用服務程序 (daemon) 啟動
# s = 使用 syslog 記錄
@@ -549,7 +535,7 @@ ipmon_flags="-Ds" # D =
following to enable NAT
functionality:
- gateway_enable="YES" # 啟用為區域網路閘道器
+ gateway_enable="YES" # 啟用 LAN Gateway
ipnat_enable="YES" # Start ipnat function
ipnat_rules="/etc/ipnat.rules" # rules definition file for ipnat
@@ -957,8 +943,7 @@ sh /etc/ipf.rules.script
- 從現在起,當你的系統開機時,
- 你的 IPF 規則將會被載入
+ 從現在起,當系統開機時就會載入你所設的 IPF 規則。
@@ -2043,8 +2028,7 @@ pass in quick on rl0 proto tcp from any to any port = 20 flags S keep state
- This section is work in progress. The contents might
- not be accurate at all times.
+ 此一節的內容仍在陸續補充、更新,所以本節內容可能並未完全符合現況。.The IPFIREWALL (IPFW) is a &os; sponsored firewall software
diff --git a/zh_TW.Big5/books/handbook/l10n/chapter.sgml b/zh_TW.Big5/books/handbook/l10n/chapter.sgml
index b937b7d4ad..d6330524da 100644
--- a/zh_TW.Big5/books/handbook/l10n/chapter.sgml
+++ b/zh_TW.Big5/books/handbook/l10n/chapter.sgml
@@ -2,7 +2,7 @@
The FreeBSD Documentation Project
$FreeBSD$
- Original revision: 1.115
+ Original revision: 1.119
-->
@@ -37,7 +37,7 @@
and application levels, so where applicable we refer the reader
to more specific sources of documentation.
- After reading this chapter, you will know:
+ 讀完這章,您將了解︰How different languages and locales are encoded
on modern operating systems.
@@ -51,7 +51,7 @@
i18n-compliant applications.
- Before reading this chapter, you should:
+ 在開始閱讀這章之前,您需要︰Know how to install additional third-party
@@ -60,10 +60,10 @@
- The Basics
+ L10N 基礎概念
- 啥是 I18N/L10N?
+ 什麼是 I18N/L10N?internationalizationlocalization
@@ -84,19 +84,17 @@
- Why Should I Use I18N/L10N?
+ 為何該使用 I18N/L10N?I18N/L10N is used whenever you wish to either view, input, or
process data in non-English languages.
- What Languages Are Supported in the I18N Effort?
+ I18N 支援哪些語系?
- I18N and L10N are not FreeBSD specific. Currently, one can
- choose from most of the major languages of the World, including
- but not limited to: Chinese, German, Japanese, Korean, French,
- Russian, Vietnamese and others.
+ I18N 和 L10N 並非 FreeBSD 才有的,目前這世界上的幾乎任一主要語系都有支援,
+ 像是:中文、德文、日文、韓文、法文、俄文、越南文等等。
@@ -184,7 +182,7 @@
Language specific single C chars character sets
(see &man.multibyte.3;), e.g.
- ISO-8859-1, ISO-8859-15, KOI8-R, CP437.
+ ISO8859-1, ISO8859-15, KOI8-R, CP437.
@@ -197,8 +195,7 @@
url="http://www.iana.org/assignments/character-sets">IANA Registry.
- FreeBSD versions 4.5 and up use X11-compatible locale
- encodings instead.
+ &os; use X11-compatible locale encodings instead.
@@ -326,6 +323,14 @@ me:\
:lang=de_DE.ISO8859-1:\
:tc=default:
+ Before changing users Login Classes execute
+ the following command
+
+ &prompt.root; cap_mkdb /etc/login.conf
+
+ to make new configuration in
+ /etc/login.conf visible to the system.
+
Changing Login Classes with &man.vipw.8;
@@ -487,13 +492,8 @@ keychange="fkey_number sequence"
By default the mouse cursor of the &man.syscons.4; driver occupies the
0xd0-0xd3 range in the character set. If your language uses this
range, you need to move the cursor's range outside of it. To enable
- the workaround for FreeBSD versions before 5.0, insert the following
- line into your kernel configuration:
-
- options SC_MOUSE_CHAR=0x03
-
- For FreeBSD versions 4.4 and up insert the following line
- into /etc/rc.conf:
+ the workaround for &os;, add the following line to
+ /etc/rc.conf:
mousechar_start=3
@@ -522,17 +522,17 @@ keychange="fkey_number sequence"
- ISO-8859-1 or ISO-8859-15
+ ISO8859-1 or ISO8859-15cons25l1
- ISO-8859-2
+ ISO8859-2cons25l2
- ISO-8859-7
+ ISO8859-7cons25l7
@@ -728,19 +728,14 @@ keychange="fkey_number sequence"
- For the FreeBSD versions before 5.0 add the following line
- to your kernel configuration file:
-
- options SC_MOUSE_CHAR=0x03
-
- For FreeBSD versions 4.4 and up insert the following
- line into /etc/rc.conf:
+ Add the following line
+ to your /etc/rc.conf file:mousechar_start=3
- Use following settings in
+ Also, use following settings in
/etc/rc.conf:keymap="ru.koi8-r"
@@ -804,16 +799,6 @@ font8x8="cp866-8x8"Do non-X locale
setup first as described.
-
-
- The Russian KOI8-R locale
- may not work with old &xfree86; releases (lower than 3.3).
- &xorg; is now the default
- version of the X Window System on FreeBSD.
- This should not be an
- issue unless you are using an old version of
- FreeBSD.
-
@@ -839,15 +824,7 @@ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"
To activate a Russian keyboard, add the following to the
"Keyboard" section of your
- XF86Config file.
-
- For &xfree86; 3.X:
-
- XkbLayout "ru"
-XkbOptions "grp:caps_toggle"
-
- For &xorg; (or
- &xfree86; 4.X):
+ xorg.conf file.Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:toggle"
@@ -867,23 +844,13 @@ Option "XkbOptions" "grp:toggle"
If you have &windows; keys on your keyboard,
and notice that some non-alphabetical keys are mapped
incorrectly in RUS mode, add the following line in your
- XF86Config file.
-
- For &xfree86; 3.X:
-
- XkbVariant "winkeys"
-
- For &xorg; (or
- &xfree86; 4.X):
+ xorg.conf file.
Option "XkbVariant" ",winkeys"
- The Russian XKB keyboard may not work with old &xfree86;
- versions, see the above
- note for more information. The Russian XKB
- keyboard may also not work with non-localized
- applications as well.
+ The Russian XKB keyboard may not work with non-localized
+ applications.
diff --git a/zh_TW.Big5/books/handbook/mirrors/chapter.sgml b/zh_TW.Big5/books/handbook/mirrors/chapter.sgml
index 0f48824b55..369eadec14 100644
--- a/zh_TW.Big5/books/handbook/mirrors/chapter.sgml
+++ b/zh_TW.Big5/books/handbook/mirrors/chapter.sgml
@@ -2,21 +2,19 @@
The FreeBSD Documentation Project
$FreeBSD$
- Original revision: 1.407
+ Original revision: 1.420
-->
- 取得 FreeBSD
+ 取得 FreeBSD 的方式
- CDROM 及 DVD Publishers
+ CDROM 及 DVD 發行商
- Retail Boxed Products
+ 盒裝產品的零售處:
- FreeBSD is available as a boxed product (FreeBSD CDs,
- additional software, and printed documentation) from several
- retailers:
+ FreeBSD 盒裝產品(含 FreeBSD 光碟及其他一些軟體、書面文件)的零售業者:
@@ -36,10 +34,9 @@
- CD and DVD Sets
+ CD 及 DVD 合集
- FreeBSD CD and DVD sets are available from many online
- retailers:
+ FreeBSD 光碟(CD 及 DVD)的網路零售業者:
@@ -63,18 +60,6 @@
-
-
- fastdiscs.com
- 6 Eltham Close
- Leeds, LS6 2TY
- United Kingdom
- Phone: +44 870 1995 171
- Email: sales@fastdiscs.com
- WWW:
-
-
-
FreeBSD Mall, Inc.
@@ -185,10 +170,9 @@
- Distributors
+ 經銷商(Distributors)
- If you are a reseller and want to carry FreeBSD CDROM products,
- please contact a distributor:
+ 若你是區域經銷商,並想代理經銷 FreeBSD 光碟產品的話,請與下列的代理商聯繫:
@@ -256,7 +240,7 @@
- FTP Sites
+ FTP 站The official sources for FreeBSD are available via anonymous FTP
from a worldwide set of mirror sites. The site
@@ -292,7 +276,7 @@
Anonymous CVS
- Introduction
+ anoncvs 簡介CVS
@@ -359,37 +343,37 @@
- Austria:
+ Austria(奧地利):
:pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs
(Use cvs login and enter any
password when prompted.)
- France:
+ France(法國):
:pserver:anoncvs@anoncvs.fr.FreeBSD.org:/home/ncvs
(pserver (password anoncvs), ssh (no password))
- Germany:
+ Germany(德國):
:pserver:anoncvs@anoncvs.de.FreeBSD.org:/home/ncvs
(Use cvs login and enter the password
anoncvs when prompted.)
- Germany:
+ Germany(德國):
:pserver:anoncvs@anoncvs2.de.FreeBSD.org:/home/ncvs
(rsh, pserver, ssh, ssh/2022)
- Japan:
+ Japan(日本):
:pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs
(Use cvs login and enter the password
anoncvs when prompted.)
- USA:
+ USA(美國):
freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs
(ssh only - no password)
@@ -398,7 +382,7 @@ SSH2 HostKey: 1024 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65 ssh_host_dsa_
- USA:
+ USA(美國):
anoncvs@anoncvs1.FreeBSD.org:/home/ncvs (ssh only - no
password)
@@ -838,7 +822,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host
- Taiwan/R.O.C.
+ Taiwan/R.O.C.(台灣/中華民國)
@@ -867,7 +851,7 @@ Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known host
Using CVSup
- Introduction
+ CVSup 簡介CVSup is a software package for
distributing and updating source trees from a master CVS
@@ -2023,6 +2007,13 @@ doc/zh_*
+
+ projects-all release=cvs
+
+ Sources for the FreeBSD projects repository.
+
+
+
src-all release=cvs
@@ -2339,7 +2330,7 @@ doc/zh_*
Using Portsnap
- Introduction
+ Portsnap 簡介Portsnap is a system for securely
distributing the &os; ports tree. Approximately once an hour,
@@ -2557,14 +2548,14 @@ doc/zh_*
The line of development for FreeBSD-6.X, also known
as FreeBSD 6-STABLE
-
-
-
-
- RELENG_6_1
-
-
- The release branch for FreeBSD-6.1, used only for
+
+
+
+
+ RELENG_6_1
+
+
+ The release branch for FreeBSD-6.1, used only for
security advisories and other critical fixes.
@@ -2587,6 +2578,15 @@ doc/zh_*
+
+ RELENG_5_5
+
+
+ The release branch for FreeBSD-5.5, used only
+ for security advisories and other critical fixes.
+
+
+
RELENG_5_4
@@ -2762,6 +2762,14 @@ doc/zh_*
tagged with any special name for releases.
+
+ RELENG_6_1_0_RELEASE
+
+
+ FreeBSD 6.1
+
+
+
RELENG_6_0_0_RELEASE
@@ -2770,6 +2778,14 @@ doc/zh_*
+
+ RELENG_5_5_0_RELEASE
+
+
+ FreeBSD 5.5
+
+
+
RELENG_5_4_0_RELEASE
diff --git a/zh_TW.Big5/books/handbook/multimedia/chapter.sgml b/zh_TW.Big5/books/handbook/multimedia/chapter.sgml
index cdd803f47f..655d3111d6 100644
--- a/zh_TW.Big5/books/handbook/multimedia/chapter.sgml
+++ b/zh_TW.Big5/books/handbook/multimedia/chapter.sgml
@@ -43,8 +43,7 @@
- Methods to test that your card is working using
- sample applications.
+ 如何運用樣本程式,以測試音效卡是否正常運作。
@@ -52,15 +51,15 @@
- How to playback and encode MP3s and other audio.
+ 如何播放、錄製 MP3 及其他聲音檔案格式。
- How video is supported by the X server.
+ X server 是如何支援顯示卡。
- Some video player/encoder ports which give good results.
+ Ports Collections 內有哪些好用的影像播放、錄製軟體。
@@ -89,11 +88,8 @@
- Trying to mount audio CDs
- with the &man.mount.8; command will
- result in an error, at least, and a kernel
- panic, at worst. These media have specialized
- encodings which differ from the usual ISO-filesystem.
+ 如果要用 &man.mount.8; 指令來 mount 音樂光碟的話,通常會發生錯誤,
+ 甚至導致 kernel panic。 這是因為音樂光碟是特殊編碼,而非一般的 ISO 檔案系統之故。
@@ -121,14 +117,13 @@
設定音效卡
- Configuring the System
+ 設定系統PCIISAsound cards
- Before you begin, you should know the model of the card you
- have, the chip it uses, and whether it is a PCI or ISA card.
- FreeBSD supports a wide variety of both PCI and ISA cards.
+ 開始設定之前,必須先知道你的音效卡型號、晶片為何,以及是 PCI 或 ISA 規格。
+ FreeBSD 有支援許多種的 PCI、ISA 音效卡,
Check the supported audio devices list of the Hardware Notes to see if
your card is supported. This document will also mention which
diff --git a/zh_TW.Big5/books/handbook/ports/chapter.sgml b/zh_TW.Big5/books/handbook/ports/chapter.sgml
index fa1a33c1fb..d3c8b7ed44 100644
--- a/zh_TW.Big5/books/handbook/ports/chapter.sgml
+++ b/zh_TW.Big5/books/handbook/ports/chapter.sgml
@@ -2,7 +2,7 @@
The FreeBSD Documentation Project
$FreeBSD$
- Original revision: 1.252
+ Original revision: 1.258
-->
@@ -334,12 +334,10 @@ R-deps:
pkg_add
- You can use the &man.pkg.add.1; utility to install a
- FreeBSD software package from a local file or from a server on
- the network.
+ 可以用 &man.pkg.add.1; 從本機上或者透過網路來安裝任一 FreeBSD package。
- 手動下載、安裝 Package (譯者chinsan: 因比較不便而不建議這麼做)
+ 手動下載、安裝 Package (譯者chinsan: 這方法比較不便,建議改用 pkg_add -r )&prompt.root; ftp -a ftp2.FreeBSD.org
Connected to ftp2.FreeBSD.org.
@@ -515,8 +513,7 @@ docbook =
packagesdeleting
- To remove a previously installed software package, use the
- &man.pkg.delete.1; utility.
+ 若要移除已裝的軟體,那麼請多利用 &man.pkg.delete.1; 工具,比如:
&prompt.root; pkg_delete xchat-1.7.1
@@ -524,10 +521,8 @@ docbook =
其他細節部份
- All package information is stored within the
- /var/db/pkg directory. The installed
- file list and descriptions of each package can be found within
- files in this directory.
+ 所有已裝的 package 資訊都會存到 /var/db/pkg 目錄內,
+ 在該目錄下可以找到記載已裝的軟體檔案清單及該軟體簡介的檔案。
@@ -535,56 +530,49 @@ docbook =
使用 Ports 管理機制
- The following sections provide basic instructions on using the
- Ports Collection to install or remove programs from your
- system. The detailed description of available make
- targets and environment variables is available in &man.ports.7;.
+ 下面我們會介紹如何使用 Ports Collection 來安裝、移除軟體的基本用法。
+ 至於其他可用的 make 詳細用法與環境設定,可參閱 &man.ports.7;。記得安裝 Ports Collection
- Before you can install ports, you must first obtain the
- Ports Collection—which is essentially a set of
- Makefiles, patches, and description files
- placed in /usr/ports.
+ 在安裝任一 ports 之前,必須先裝上
+ Ports Collection —— 它主要是由 /usr/ports 內一堆
+ Makefiles, patches 以及一些軟體簡介檔所組成的。
- When installing your FreeBSD system,
- sysinstall asked if you would like
- to install the Ports Collection. If you chose no, you can
- follow these instructions to obtain the ports
- collection:
+ 在裝 FreeBSD 時,若忘了在 sysinstall 內勾選要裝 Ports Collection 的話,
+ 沒關係,可以照下列方式來安裝 ports collection:CVSup 方式
- This is a quick method for getting and keeping your copy of the
- Ports Collection up to date using CVSup.
- If you want to learn more about CVSup, see
- Using CVSup.
+ 使用 CVSup 是安裝、更新 Ports Collection 的快速方法之一。
+ 若想更瞭解 CVSup 用法的話,請參閱 使用 CVSup。
+
+ 第一次跑 CVSup 之前,請先確認 /usr/ports
+ 是空的! 若你已經裝了 Ports Collection ,但又自行加上其他 patch 檔,那麼 CVSup
+ 並不會刪除你自行加上的 patch 檔,這樣可能會導致要安裝某些軟體時,發生 patch 失敗或編譯失敗。
- Install the net/cvsup-without-gui package:
+ 安裝 net/cvsup-without-gui package:&prompt.root; pkg_add -r cvsup-without-gui
- See CVSup Installation () for more details.
+ 細節用法請參閱 安裝 CVSup()。
- Run cvsup:
+ 執行 cvsup:
- &prompt.root; cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
+ &prompt.root; cvsup -L 2 -h cvsup.tw.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
- Change
- cvsup.FreeBSD.org to a
- CVSup server near you. See
- CVSup Mirrors () for a complete listing of mirror
- sites.
+ 請把
+ cvsup.tw.FreeBSD.org 請改成離你比較近(快)的
+ CVSup Server。
+ 這部分可以參閱完整的 CVSup mirror 站列表()。One may want to use his own
@@ -1094,11 +1082,9 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetchportupgrade
- The portupgrade utility is designed
- to easily upgrade installed ports. It is available from the sysutils/portupgrade port. Install it like
- any other port, using the make install
- clean command:
+ portupgrade 可以輕鬆升級已裝的軟體。
+ 該工具可從 sysutils/portupgrade port 安裝,
+ 安裝方式就如同其他 port 一樣,用 make install clean 指令就可以了:&prompt.root; cd /usr/ports/sysutils/portupgrade
&prompt.root; make install clean
@@ -1148,37 +1134,32 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch
portmanager
- Portmanager is another utility for
- easy upgrading of installed ports. It is available from the
- sysutils/portmanager port:
+ Portmanager 也可以用來輕鬆升級已裝的軟體。
+ 該工具可從 sysutils/portmanager port 安裝:&prompt.root; cd /usr/ports/sysutils/portmanager
&prompt.root; make install clean
- All the installed ports can be upgraded using this simple
- command:
+ 所有已裝的軟體,都可以輕鬆用類似下列指令來升級:&prompt.root; portmanager -u
- You can add the flag to get asked for
- confirmation of every step Portmanager
- will perform. Portmanager can also be
- used to install new ports on the system. Unlike the usual
- make install clean command, it will upgrade all
- the dependencies prior to building and installing the
- selected port.
+ 此外,使用參數可以改為 ,如此一來 Portmanager
+ 在升級一些有特殊選項的軟體時,就會詢問該如何升級。
+ Portmanager 也可以用來裝新 port。與以往常用的
+ make install clean 指令不同之處在於:它會先升級你要裝的 port 所相依的所有 ports,
+ 然後才開始編譯、安裝要裝的 port。&prompt.root; portmanager x11/gnome2
- If there are any problems regarding the dependencies for the
- selected port, you can use Portmanager to
- rebuild all of them in the correct order. Once finished, the
- problematic port will be rebuilt too.
+ 若要裝的 port 之軟體相依關係有問題時,也可以用 Portmanager
+ 使它們重歸正軌。而 Portmanager 解決相依問題完畢之後,該 port
+ 也會重新編譯,以因應正確的相依關係。&prompt.root; portmanager graphics/gimp -f
- For more information see
- Portmanager's manual page.
+ 其他運用方式,請參閱
+ Portmanager 的線上手冊。
@@ -1189,12 +1170,10 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch
portsdisk-space
- Using the Ports Collection will use up disk
- space over time. After building and installing software from the
- ports, you should always remember to clean up
- the temporary work directories using the make
- clean command. You can sweep the whole
- Ports Collection with the following command:
+ 因為使用 Ports Collection 遲早可能會用光硬碟空間,
+ 所以在裝完軟體後,記得要以 make clean
+ 指令來清除臨時的 work 目錄。
+ 此外,可以用下列指令來清除整個 Ports Collection 內的臨時目錄:&prompt.root; portsclean -C