aboutsummaryrefslogtreecommitdiffstats
path: root/chapter11/whatnow.xml
blob: e477e21c8a081288374e1cd142bcba65c9f1c61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>

<sect1 id="ch-finish-whatnow">
  <?dbhtml filename="whatnow.html"?>

  <title>Additional Resources</title>

  <para>Thank you for reading this LFS book. We hope that you have
  found this book helpful and have learned more about the system
  creation process.</para>

  <para>Now that the LFS system is installed, you may be wondering
  <quote>What next?</quote> To answer that question, we have compiled a
  list of resources for you.</para>

  <itemizedlist>

    <listitem>
      <para>Maintenance</para>

      <para>Bugs and security notices are reported regularly for all software.
      Since an LFS system is compiled from source, it is up to you to keep
      abreast of such reports.  There are several online resources that track
      such reports, some of which are shown below:</para>

      <itemizedlist>

        <listitem>
          <para><ulink url="&lfs-root;lfs/advisories/">LFS Security Advisories</ulink></para>

          <para>This is a list of security vulnerabilities discovered in the
          LFS book after it's published.</para>
        </listitem>

        <listitem>
          <para><ulink url="https://seclists.org/oss-sec/">Open Source Security 
          Mailing List</ulink></para>

          <para>This is a mailing list for discussion of security flaws,
          concepts, and practices in the Open Source community.</para>
        </listitem>

      </itemizedlist>
    </listitem>
<!--
    <listitem>
      <para>Beyond Linux From Scratch</para>

      <para>The Beyond Linux From Scratch book covers installation
      procedures for a wide range of software beyond the scope of the LFS
      Book. The BLFS project is located at <ulink url="&blfs-book;"/>.
      </para>
    </listitem>
-->
    <listitem>
      <para>LFS Hints</para>

      <para>The LFS Hints are a collection of educational documents
      submitted by volunteers in the LFS community. The hints are available
      at <ulink url="&hints-root;"/>.</para>
    </listitem>

    <listitem>
      <para>Mailing lists</para>

      <para>There are several LFS mailing lists you may subscribe to if you
      are in need of help, want to stay current with the latest developments,
      want to contribute to the project, and more. See <xref
      linkend="ch-intro-maillists"/> for more
      information.</para>
    </listitem>

    <listitem>
      <para>The Linux Documentation Project</para>

      <para>The goal of The Linux Documentation Project (TLDP) is to
      collaborate on all of the issues of Linux documentation. The TLDP features
      a large collection of HOWTOs, guides, and man pages.  It is located at
      <ulink url="https://tldp.org/"/>.</para>
    </listitem>

  </itemizedlist>

</sect1>