blob: 832a8c30dfb4e4613c18366b29d929672a0e5354 (
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtd">
<book>
<bookinfo>
<title>The Slack Book</title>
</bookinfo>
<!-- Preface -->
<xi:include
href="preface.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 1 -->
<!-- Introduction to Slackware -->
<xi:include
href="chapter_01.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 2 -->
<!-- Installation -->
<xi:include
href="chapter_02.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 3 -->
<!-- Booting -->
<xi:include
href="chapter_03.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 4 -->
<!-- Basic Shell Commands -->
<xi:include
href="chapter_04.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 5 -->
<!-- The Bourne Again Shell -->
<xi:include
href="chapter_05.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 6 -->
<!-- Process Control -->
<xi:include
href="chapter_06.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 7 -->
<!-- X Windows -->
<xi:include
href="chapter_07.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 8 -->
<!-- Printing -->
<xi:include
href="chapter_08.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 9 -->
<!-- Users & Groups -->
<xi:include
href="chapter_09.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 10 -->
<!-- Filesystem Permissions -->
<xi:include
href="chapter_10.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 11 -->
<!-- Filesystems -->
<xi:include
href="chapter_11.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 12 -->
<!-- Vi -->
<xi:include
href="chapter_12.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 13 -->
<!-- Emacs -->
<xi:include
href="chapter_13.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 14 -->
<!-- Networking -->
<xi:include
href="chapter_14.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 15 -->
<!-- Wireless Networking -->
<xi:include
href="chapter_15.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 16 -->
<!-- Basic Network Commands -->
<xi:include
href="chapter_16.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 17 -->
<!-- Package Management -->
<xi:include
href="chapter_17.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 18 -->
<!-- Keeping Up With -stable -->
<xi:include
href="chapter_18.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<!-- Chapter 19 -->
<!-- Kernel -->
<xi:include
href="chapter_19.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
</book>
|