foreword.xml 7.0 KB

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