foreword.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="pre-foreword">
  8. <?dbhtml filename="foreword.html"?>
  9. <title>前言</title>
  10. <para>从 1998 年起,我踏上了学习和深入理解 Linux 的旅程。
  11. 当时我刚刚安装了我的第一个 Linux 发行版,
  12. 并迅速被 Linux 背后的整个设计理念和哲学所折服。</para>
  13. <!--para>There are always many ways to accomplish a single task. The same can be
  14. said about Linux distributions. A great many have existed over the years. Some
  15. still exist, some have morphed into something else, yet others have been
  16. relegated to our memories. They all do things differently to suit the needs of
  17. their target audience. Because so many different ways to accomplish the same
  18. end goal exist, I began to realize I no longer had to be limited by any one
  19. implementation. Prior to discovering Linux, we simply put up with issues in
  20. other Operating Systems as you had no choice. It was what it was, whether you
  21. liked it or not. With Linux, the concept of choice began to emerge. If you
  22. didn't like something, you were free, even encouraged, to change it.</para-->
  23. <para>为了完成一项工作,人们总是能提出很多不同的方法。
  24. 对于 Linux 发行版来说,情况也是这样。多年来诞生了许多发行版,
  25. 其中一些仍然生存,另外一些已经被其他发行版吸收,还有的已经消亡,
  26. 成为我们的回忆。这些发行版各有特色,以满足它们的目标人群的需求。
  27. 因为这些发行版都是已经存在的,能够达成同一目的的手段,
  28. 我开始意识到并不需要将自己的思维约束在发行版这一种实现方法上。
  29. 在发现 Linux 之前,我们只能忍受其他操作系统的种种不足,
  30. 因为我们没有其他选择,操作系统的行为不以我们的意志为转移。
  31. 然而,自由选择的理念随着 Linux 的诞生而出现。如果你不喜欢某种行为,
  32. 就可以自由地改变它。这在 Linux 世界中甚至是受到鼓励的。</para>
  33. <!--para>I tried a number of distributions and could not decide on any one. They
  34. were great systems in their own right. It wasn't a matter of right and
  35. wrong anymore. It had become a matter of personal taste. With all that
  36. choice available, it became apparent that there would not be a single
  37. system that would be perfect for me. So I set out to create my own Linux
  38. system that would fully conform to my personal preferences.</para-->
  39. <para>我曾经尝试了许多发行版,但无法做出最终决定。它们各有特色,
  40. 都是很不错的系统。这里不存在对与错的问题,而是系统是否符合个人口味的问题。
  41. 在各种选择中,看上去并没有一种发行版能完美地符合我的要求。
  42. 因此我开始创造自己的 Linux 系统,以完全符合我的个人品味。</para>
  43. <!--para>To truly make it my own system, I resolved to compile everything from
  44. source code instead of using pre-compiled binary packages. This
  45. <quote>perfect</quote> Linux system would have the strengths of various
  46. systems without their perceived weaknesses. At first, the idea was rather
  47. daunting. I remained committed to the idea that such a system could be
  48. built.</para-->
  49. <para>为了构建出真正属于我自己的系统,我决定从源代码编译所有东西,
  50. 而不使用预先编译的二进制包。
  51. 这个<quote>完美的</quote> Linux 系统将会兼具不同系统的优点,
  52. 同时扬弃它们的不足。这个想法初听上去非常可怕。
  53. 然而,我仍然坚信这个系统可以被构建出来。</para>
  54. <!--para>
  55. After sorting through issues such as circular dependencies and compile-time
  56. errors, I finally built a custom-built Linux system. It was fully
  57. operational and perfectly usable like any of the other Linux systems out
  58. there at the time. But it was my own creation. It was very satisfying to
  59. have put together such a system myself. The only thing better would have
  60. been to create each piece of software myself. This was the next best
  61. thing.</para-->
  62. <para>在整理并解决了循环依赖和编译错误等问题后,
  63. 我终于构建出自己定制的 Linux 系统。
  64. 它完全可以工作,并且像当时的其他 Linux 系统一样完美可用。
  65. 不同的是,这是我自己的创造,亲手组装出这样的系统是非常有成就感的。
  66. 唯一能够让我更开心的事情是亲自编写一个软件系统。 </para>
  67. <!--para>As I shared my goals and experiences with other members of the Linux
  68. community, it became apparent that there was a sustained interest in these
  69. ideas. It quickly became plain that such custom-built Linux systems
  70. serve not only to meet user specific requirements, but also serve as an
  71. ideal learning opportunity for programmers and system administrators to
  72. enhance their (existing) Linux skills. Out of this broadened interest, the
  73. <emphasis>Linux From Scratch Project</emphasis> was born.</para-->
  74. <para>当我向其他 Linux 社区成员推广我的目标和经验时,
  75. 大家似乎对这些想法很有兴趣。显而易见,
  76. 这些自行定制的 Linux 系统不仅能够满足用户的特殊需求,
  77. 而且对于程序员和系统管理员来说是提高 Linux 技能的理想学习机会。
  78. 随着越来越多的人对这一主题的关注,
  79. <emphasis>Linux From Scratch 项目</emphasis>诞生了。</para>
  80. <!--para>This Linux From Scratch book is the central core around that project. It
  81. provides the background and instructions necessary for you to design and
  82. build your own system. While this book provides a template that will result
  83. in a correctly working system, you are free to alter the instructions to
  84. suit yourself, which is, in part, an important part of this project. You
  85. remain in control; we just lend a helping hand to get you started on your
  86. own journey.</para-->
  87. <para>这本 Linux From Scratch 手册是这一项目的核心内容,
  88. 它将提供亲自设计和构建系统所需的背景知识和操作步骤。
  89. 本书提供了一个构建能够正常工作的系统的样板,您可以自由地调整本书中的命令,
  90. 来满足您自己的要求,这也是本项目的重要组成部分。您始终掌握自己的系统,
  91. 我们只是在您起步时提供微小的帮助。 </para>
  92. <!--para>I sincerely hope you will have a great time working on your own Linux From
  93. Scratch system and enjoy the numerous benefits of having a system that is
  94. truly your own.</para-->
  95. <para>我真诚地祝愿您能够在您自己的 Linux From Scratch 系统上体验快乐,
  96. 并享受拥有这样一个真正属于自己的系统所带来的各种乐趣。</para>
  97. <literallayout>--
  98. Gerard Beekmans
  99. gerard@linuxfromscratch.org</literallayout>
  100. </sect1>