2023-10-18 12:54:50 +00:00
|
|
|
% !TeX TS-program =
|
|
|
|
% !TeX spellcheck = en_DK
|
|
|
|
% !TeX encoding = UTF-8
|
|
|
|
% !TeX root = main.tex
|
|
|
|
|
2017-05-22 10:12:53 +00:00
|
|
|
% Declare Document Class
|
2017-05-23 09:12:39 +00:00
|
|
|
\documentclass[a4paper,12pt,twoside,twocolumn,landscape]{book}
|
2017-05-30 08:32:50 +00:00
|
|
|
\include{structure} % Load structure cfg for document
|
2017-06-01 15:25:44 +00:00
|
|
|
\include{acronyms} % Load acronym list
|
2017-06-01 14:49:50 +00:00
|
|
|
|
2018-02-18 16:55:23 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
|
|
|
% Define constants to ensure attribution of work %
|
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2018-02-18 16:51:54 +00:00
|
|
|
\def\theversion{v0.4.0}
|
|
|
|
\title{Networking with switches and routers, automation and IPv4/6}
|
2018-02-18 16:55:23 +00:00
|
|
|
\def\thesubject{My Notes going along with learning Networking}
|
2019-08-12 11:21:25 +00:00
|
|
|
\author{"Chriztoffer Hansen" <chriztoffer@netravnen.de>\\
|
|
|
|
GPG: 18DD 23C5 5029 3098 DE07 052A 9DCF 2CA0 08EB D2E8}
|
2018-02-18 16:51:54 +00:00
|
|
|
|
2017-05-22 13:14:02 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
|
|
|
% BEGIN DOCUMENT %
|
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-22 09:53:21 +00:00
|
|
|
\begin{document}
|
2017-05-30 08:32:50 +00:00
|
|
|
\include{frontpage}
|
2017-05-22 10:12:53 +00:00
|
|
|
\tableofcontents
|
|
|
|
|
2017-05-23 09:12:39 +00:00
|
|
|
% Only applied after generation of TOC
|
|
|
|
\setlength{\parskip}{0.35em} % Define length between paragrahps
|
2017-06-05 02:10:55 +00:00
|
|
|
\renewcommand{\baselinestretch}{1.15} %6 Define lineheight
|
2017-05-22 10:12:53 +00:00
|
|
|
|
2017-05-22 13:08:28 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN chapters %
|
2017-05-22 13:08:28 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2017-06-01 15:25:44 +00:00
|
|
|
|
2017-07-18 17:11:16 +00:00
|
|
|
\include{chapter/ip}
|
2017-06-01 18:41:55 +00:00
|
|
|
\include{chapter/layer2}
|
|
|
|
\include{chapter/l2tol3}
|
|
|
|
\include{chapter/layer3}
|
|
|
|
\include{chapter/dhcp}
|
|
|
|
\include{chapter/ntp}
|
|
|
|
\include{chapter/mgmt}
|
|
|
|
\include{chapter/internet}
|
2017-06-12 06:35:58 +00:00
|
|
|
\include{chapter/wireless}
|
|
|
|
\include{chapter/voip}
|
2017-06-08 18:02:24 +00:00
|
|
|
\include{chapter/baseconf}
|
2017-08-08 11:03:43 +00:00
|
|
|
\include{chapter/linux}
|
2024-09-01 20:00:24 +00:00
|
|
|
\include{chapter/pihole}
|
2017-06-01 12:52:30 +00:00
|
|
|
|
2017-06-01 14:20:10 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
|
|
|
% BEGIN list of acronyms %
|
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
|
|
|
\clearpage
|
|
|
|
\printglossary[type=\acronymtype,title=Special Terms,toctitle=List of terms]
|
2017-05-31 14:06:59 +00:00
|
|
|
|
2017-05-22 15:38:51 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN list of figures %
|
2017-05-22 15:38:51 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2017-05-22 18:22:29 +00:00
|
|
|
\renewcommand{\listfigurename}{List of {\footnotesize hidden} Figures}
|
2017-05-22 15:38:51 +00:00
|
|
|
\listoffigures
|
|
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN list of tables %
|
2017-05-22 15:38:51 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2017-05-22 21:06:54 +00:00
|
|
|
\renewcommand{\listtablename}{Tables {\footnotesize hidding} on the pages}
|
2017-05-22 15:38:51 +00:00
|
|
|
\listoftables
|
|
|
|
|
2017-05-22 14:02:02 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
2017-05-23 09:12:39 +00:00
|
|
|
% BEGIN references %
|
2017-05-22 14:02:02 +00:00
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2024-10-15 17:53:25 +00:00
|
|
|
\bibliography{references-books,references-conferences,references-websites,references-wikipedia,references-videos}
|
2017-05-22 14:02:02 +00:00
|
|
|
|
2017-05-22 13:14:02 +00:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% %
|
|
|
|
% END DOCUMENT %
|
|
|
|
% %
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
|
2017-05-22 09:53:21 +00:00
|
|
|
\end{document}
|