source: chapter11/whatnow.xml@ 696a7b4

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 696a7b4 was 696a7b4, checked in by Xi Ruoyao <xry111@…>, 20 months ago

whatnow: update online resources list for maintainance

Bugtraq is dead since 2021, use oss-sec instead.

For CERT, cert.org redirects to CMU and us-cert.gov redirects to US
CISA (https://www.cisa.gov/uscert/). I'm not familiar with those so
left those for a US citizen to add :).

  • Property mode set to 100644
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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
8<sect1 id="ch-finish-whatnow">
9 <?dbhtml filename="whatnow.html"?>
10
11 <title>What Now?</title>
12
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>
16
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>
20
21 <itemizedlist>
22
23 <listitem>
24 <para>Maintenance</para>
25
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>
30
31 <itemizedlist>
32
33 <listitem>
34 <para><ulink url="&lfs-root;lfs/advisories/">LFS Security Advisories</ulink></para>
35
36 <para>This is a list of security vulnerabilities discovered in the
37 LFS book after it's published.</para>
38 </listitem>
39
40 <listitem>
41 <para><ulink url="https://seclists.org/oss-sec/">Open Source Security Mailing List</ulink></para>
42
43 <para>This is a mailing list for discussion of security flaws,
44 concepts, and practices in the Open Source community.</para>
45 </listitem>
46
47 </itemizedlist>
48 </listitem>
49
50 <listitem>
51 <para>Beyond Linux From Scratch</para>
52
53 <para>The Beyond Linux From Scratch book covers installation
54 procedures for a wide range of software beyond the scope of the LFS
55 Book. The BLFS project is located at <ulink url="&blfs-book;"/>.
56 </para>
57 </listitem>
58
59 <listitem>
60 <para>LFS Hints</para>
61
62 <para>The LFS Hints are a collection of educational documents
63 submitted by volunteers in the LFS community. The hints are available
64 at <ulink url="&hints-root;"/>.</para>
65 </listitem>
66
67 <listitem>
68 <para>Mailing lists</para>
69
70 <para>There are several LFS mailing lists you may subscribe to if you
71 are in need of help, want to stay current with the latest developments,
72 want to contribute to the project, and more. See <xref
73 linkend="ch-intro-maillists"/> for more
74 information.</para>
75 </listitem>
76
77 <listitem>
78 <para>The Linux Documentation Project</para>
79
80 <para>The goal of The Linux Documentation Project (TLDP) is to
81 collaborate on all of the issues of Linux documentation. The TLDP features
82 a large collection of HOWTOs, guides, and man pages. It is located at
83 <ulink url="https://tldp.org/"/>.</para>
84 </listitem>
85
86 </itemizedlist>
87
88</sect1>
Note: See TracBrowser for help on using the repository browser.