whatnow.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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="ch-finish-whatnow">
  8. <?dbhtml filename="whatnow.html"?>
  9. <title>下面该做什么?</title>
  10. <!--para>Thank you for reading this LFS book. We hope that you have
  11. found this book helpful and have learned more about the system
  12. creation process.</para-->
  13. <para>感谢您阅读本书。我们希望您觉得本书对您有用,
  14. 而且您能够从构建系统的过程中学到很多知识。</para>
  15. <!--para>Now that the LFS system is installed, you may be wondering
  16. <quote>What next?</quote> To answer that question, we have compiled a
  17. list of resources for you.</para-->
  18. <para>现在 LFS 系统已经安装好了,您可能想问 <quote>然后呢?</quote>
  19. 为了解答这个问题,我们为您汇集了一份有用资源的列表。</para>
  20. <itemizedlist>
  21. <listitem>
  22. <para>维护</para>
  23. <para>所有软件都会定期发布 Bug 报告和安全注意事项。
  24. 由于 LFS 系统是从源代码构建的,您必须自己留意它们。
  25. 有一些跟踪它们的在线网站,下面列出一些:</para>
  26. <itemizedlist>
  27. <listitem>
  28. <para><ulink url="http://www.cert.org/">CERT</ulink>
  29. (计算机应急响应小组)</para>
  30. <!--para>CERT has a mailing list that publishes security alerts concerning
  31. various operating systems and applications. Subscription information is
  32. available at <ulink
  33. url="http://www.us-cert.gov/cas/signup.html"/>.</para-->
  34. <para>CERT 有一个邮件列表,发布许多操作系统和应用程序的安全警告。
  35. 访问 <ulink url="http://www.us-cert.gov/cas/signup.html"/>
  36. 阅读邮件列表订阅信息。</para>
  37. </listitem>
  38. <listitem>
  39. <para>Bugtraq</para>
  40. <!--para>Bugtraq is a full-disclosure computer security mailing list. It
  41. publishes newly discovered security issues, and occasionally potential
  42. fixes for them. Subscription information is available at <ulink
  43. url="http://www.securityfocus.com/archive"/>.</para-->
  44. <para>Bugtraq 是一个计算机安全公示邮件列表,
  45. 它发布新发现的安全问题,偶尔还会提供可能的修复方式。
  46. 访问 <ulink url="http://www.securityfocus.com/archive"/>
  47. 阅读订阅信息。</para>
  48. </listitem>
  49. </itemizedlist>
  50. </listitem>
  51. <listitem>
  52. <para>Beyond Linux From Scratch</para>
  53. <para>BLFS 涵盖了许多不属于 LFS 范畴的软件的安装过程,
  54. 项目主页是 <ulink url="&blfs-root;"/>。</para>
  55. </listitem>
  56. <listitem>
  57. <para>LFS Hints</para>
  58. <para>LFS Hints 是一组由 LFS 社区志愿者提交的帮助文档,
  59. 它位于 <ulink url="&hints-index;"/>。</para>
  60. </listitem>
  61. <listitem>
  62. <para>邮件列表</para>
  63. <para>如果您需要帮助,希望跟踪 LFS 开发进度,
  64. 或者希望参与该项目,访问 <xref linkend="ch-intro-maillists"/>
  65. 了解一下 LFS 邮件列表。</para>
  66. </listitem>
  67. <listitem>
  68. <para>Linux 文档计划</para>
  69. <para>Linux 文档计划(The Linux Documentation Project)
  70. 的目标是通过协作解决 Linux 文档的所有问题,
  71. 它包含大量 HOWTO 文档、指南和 man 页面。它的网址是
  72. <ulink url="http://www.tldp.org/"/>。</para>
  73. </listitem>
  74. </itemizedlist>
  75. </sect1>