forked from jschauma/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
principles-of-system-administration.tex
84 lines (60 loc) · 1.58 KB
/
principles-of-system-administration.tex
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
\input{common.tex}
\makeindex
\newindex{names}{adx}{and}{Name Index}
\begin{document}
\title{Principles of System Administration}
\author{Jan Schaumann \\
\texttt{[email protected]}}
\maketitle
\tableofcontents
\lstlistoflistings
\phantomsection
\listoffigures
%\listoftables
\include{common/glossary}
\frontmatter
\include{intro/prepreface}
\include{intro/introduction}
\mainmatter
\part[Introduction and General Concepts]
{Introduction and General Concepts}
\label{part:introduction}
\include{01/intro-to-sysadmin}
\include{02/unix}
\include{03/documentation-techniques}
\part[Fundamental Technologies and Concepts]
{Fundamental Technologies and Concepts}
\label{part:fundamentals}
\include{intro/partII}
\include{04/filesystems-and-storage-models}
\include{05/software-installation-and-package-management}
\include{06/of-users-and-groups}
\include{07/configuration-management}
\include{08/automation}
\include{09/scalable-tools}
\include{10/networking}
\include{11/security-concepts}
\part[Managing Complex Services]
{Managing Complex Services}
\label{part:services}
\include{intro/partIII}
\include{12/managing-system-services}
\include{13/backup-and-failover}
\include{14/monitoring-visibility}
\part[Meta Matter]
{Meta Matter}
\label{part:meta}
\include{intro/partIV}
\include{15/missing-topics}
\include{16/ethics}
\include{17/future}
\printglossaries
\addcontentsline{toc}{chapter}{Glossary of Terms}
\include{common/image-attribution}
\clearpage
\addcontentsline{toc}{chapter}{Index}
\printindex
\clearpage
\addcontentsline{toc}{chapter}{Name Index}
\printindex[names]
\end{document}