whatnow.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. As an LFS system has been compiled from source, it is up to you to keep
  19. abreast of such reports. There are several online resources that track
  20. such reports, some 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>CERT (Computer Emergency Response Team)</para>
  26. <para>CERT is a mailing list that publishes security alerts concerning various
  27. operating systems and applications. Subscription information is available at
  28. <ulink url="http://www.us-cert.gov/cas/signup.html"/>.</para>
  29. </listitem>
  30. <listitem><para>Bugtraq</para>
  31. <para>Bugtraq is a full-disclosure computer security mailing list. It publishes
  32. newly discovered security issues, and occasionally potential fixes for them.
  33. Subscription information is available at
  34. <ulink url="http://www.securityfocus.com/archive"/>.</para>
  35. </listitem>
  36. </itemizedlist>
  37. </listitem>
  38. <listitem><para>Beyond Linux From Scratch</para>
  39. <para>The Beyond Linux From Scratch book covers installation
  40. procedures for a wide range of software beyond the scope of the LFS
  41. Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para></listitem>
  42. <listitem><para>LFS Hints</para>
  43. <para>The LFS Hints are a collection of educational documents
  44. submitted by volunteers in the LFS community. The hints are available
  45. at <ulink url="&hints-index;"/>.</para></listitem>
  46. <listitem><para>Mailing lists</para>
  47. <para>There are several LFS mailing lists you may subscribe to if you
  48. are in need of help, want to stay current with the latest developments,
  49. want to contribute to the project, and more. See <xref
  50. linkend="ch-scatter-maillists"/> for more
  51. information.</para></listitem>
  52. <listitem><para>The Linux Documentation Project</para>
  53. <para>The goal of The Linux Documentation Project (TLDP) is to
  54. collaborate on all of the issues of Linux documentation. The TLDP features
  55. a large collection of HOWTOs, guides, and man pages. It is located at
  56. <ulink url="http://www.tldp.org/"/>.</para></listitem>
  57. </itemizedlist>
  58. </sect1>