This is repo contains education material on intrusion detection and prevention systems.
The module is part of the Open Security Education project and the maintainer is Daniel Bosk. The latest release can be found under releases. You can safely link directly to the PDFs found there.
This module consists of several learning modules that are linked in this repo.
However, all required PDFs can be found under releases
To build the PDFs, after cloning the repository you must clone its required submodules:
$ git submodule update --recursive --init
Then you can go into the directory of the desired document and run make
.
If you run make
in the root directory you will recursively transcend the
directory hierarchy and build everything included in the module.
In each directory the files are structured as follows:
contents.tex
contains the main contents.aims.tex
is an itemized list of the intended learning outcomes, as such it can be included in another document summarizing the list of intended learning outcomes. E.g.\begin{itemize} \input{aims.tex} \end{itemize}
abstract.tex
is an abstract of the lecture, assignment, or similar, and covers the required reading instructions, thus you can include these in a study guide containing all reading instructions for the course. E.g.\begin{abstract} \input{abstract.tex} \end{abstract}
- Each subdirectly contains its own bibliography.