source: chapter11/whatnow.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[7152faa]1<?xml version="1.0" encoding="UTF-8"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[7686ca6]7
[3be4d97]8<sect1 id="ch-finish-whatnow">
[7686ca6]9 <?dbhtml filename="whatnow.html"?>
[50b7320]10
[ea94a21]11 <title>Additional Resources</title>
[81fd230]12
[7686ca6]13 <para>Thank you for reading this LFS book. We hope that you have
14 found this book helpful and have learned more about the system
15 creation process.</para>
[81fd230]16
[7686ca6]17 <para>Now that the LFS system is installed, you may be wondering
18 <quote>What next?</quote> To answer that question, we have compiled a
19 list of resources for you.</para>
[786aeb2]20
[7686ca6]21 <itemizedlist>
[786aeb2]22
[7686ca6]23 <listitem>
24 <para>Maintenance</para>
[786aeb2]25
[7686ca6]26 <para>Bugs and security notices are reported regularly for all software.
27 Since an LFS system is compiled from source, it is up to you to keep
28 abreast of such reports. There are several online resources that track
29 such reports, some of which are shown below:</para>
[696a7b4]30
[7686ca6]31 <itemizedlist>
[786aeb2]32
[7686ca6]33 <listitem>
[696a7b4]34 <para><ulink url="&lfs-root;lfs/advisories/">LFS Security Advisories</ulink></para>
[786aeb2]35
[696a7b4]36 <para>This is a list of security vulnerabilities discovered in the
37 LFS book after it's published.</para>
[7686ca6]38 </listitem>
[81fd230]39
[7686ca6]40 <listitem>
[ea94a21]41 <para><ulink url="https://seclists.org/oss-sec/">Open Source Security
42 Mailing List</ulink></para>
[81fd230]43
[696a7b4]44 <para>This is a mailing list for discussion of security flaws,
45 concepts, and practices in the Open Source community.</para>
[7686ca6]46 </listitem>
[81fd230]47
[7686ca6]48 </itemizedlist>
49 </listitem>
[ea94a21]50<!--
[7686ca6]51 <listitem>
52 <para>Beyond Linux From Scratch</para>
[81fd230]53
[7686ca6]54 <para>The Beyond Linux From Scratch book covers installation
55 procedures for a wide range of software beyond the scope of the LFS
[d735604]56 Book. The BLFS project is located at <ulink url="&blfs-book;"/>.
[78b97ce]57 </para>
[7686ca6]58 </listitem>
[ea94a21]59-->
[7686ca6]60 <listitem>
61 <para>LFS Hints</para>
[81fd230]62
[7686ca6]63 <para>The LFS Hints are a collection of educational documents
64 submitted by volunteers in the LFS community. The hints are available
[37b5ac1]65 at <ulink url="&hints-root;"/>.</para>
[7686ca6]66 </listitem>
[81fd230]67
[7686ca6]68 <listitem>
69 <para>Mailing lists</para>
[1422130]70
[7686ca6]71 <para>There are several LFS mailing lists you may subscribe to if you
72 are in need of help, want to stay current with the latest developments,
73 want to contribute to the project, and more. See <xref
[13a9dc2]74 linkend="ch-intro-maillists"/> for more
[7686ca6]75 information.</para>
76 </listitem>
77
78 <listitem>
79 <para>The Linux Documentation Project</para>
[81fd230]80
[7686ca6]81 <para>The goal of The Linux Documentation Project (TLDP) is to
82 collaborate on all of the issues of Linux documentation. The TLDP features
83 a large collection of HOWTOs, guides, and man pages. It is located at
[fb66c4c]84 <ulink url="https://tldp.org/"/>.</para>
[7686ca6]85 </listitem>
86
87 </itemizedlist>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.