whatnow.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-finish-whatnow">
  7. <title>What Now?</title>
  8. <?dbhtml filename="whatnow.html"?>
  9. <para>Thank you for reading this LFS book. We hope that you have
  10. found this book helpful and have learned more about the system
  11. creation process.</para>
  12. <para>Now that the LFS system is installed, you may be wondering
  13. <quote>What next?</quote> To answer that question, we have compiled a
  14. list of resources for you.</para>
  15. <itemizedlist>
  16. <listitem><para>Maintenance</para>
  17. <para>Bugs and security notices are reported regularly for all software.
  18. Since an LFS system is compiled from source, it is up to you to keep abreast of
  19. such reports. There are several online resources that track such reports, some
  20. of which are shown below:</para>
  21. <itemizedlist>
  22. <listitem><para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para>
  23. <para>Freshmeat can notify you (via email) of new versions of packages installed on your system.</para>
  24. </listitem>
  25. <listitem><para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
  26. Emergency Response Team)</para>
  27. <para>CERT has a mailing list that publishes security alerts concerning various
  28. operating systems and applications. Subscription information is available at
  29. <ulink url="http://www.us-cert.gov/cas/signup.html"/>.</para>
  30. </listitem>
  31. <listitem><para>Bugtraq</para>
  32. <para>Bugtraq is a full-disclosure computer security mailing list. It publishes
  33. newly discovered security issues, and occasionally potential fixes for them.
  34. Subscription information is available at
  35. <ulink url="http://www.securityfocus.com/archive"/>.</para>
  36. </listitem>
  37. </itemizedlist>
  38. </listitem>
  39. <listitem><para>Beyond Linux From Scratch</para>
  40. <para>The Beyond Linux From Scratch book covers installation
  41. procedures for a wide range of software beyond the scope of the LFS
  42. Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para></listitem>
  43. <listitem><para>LFS Hints</para>
  44. <para>The LFS Hints are a collection of educational documents
  45. submitted by volunteers in the LFS community. The hints are available
  46. at <ulink url="&hints-index;"/>.</para></listitem>
  47. <listitem><para>Mailing lists</para>
  48. <para>There are several LFS mailing lists you may subscribe to if you
  49. are in need of help, want to stay current with the latest developments,
  50. want to contribute to the project, and more. See <xref
  51. linkend="ch-scatter-maillists"/> for more
  52. information.</para></listitem>
  53. <listitem><para>The Linux Documentation Project</para>
  54. <para>The goal of The Linux Documentation Project (TLDP) is to
  55. collaborate on all of the issues of Linux documentation. The TLDP features
  56. a large collection of HOWTOs, guides, and man pages. It is located at
  57. <ulink url="http://www.tldp.org/"/>.</para></listitem>
  58. </itemizedlist>
  59. </sect1>