1
0

foreword.xml 6.7 KB

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