Begin adding source to bibtex file
This commit is contained in:
parent
39fe064328
commit
a20f2dc803
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# LaTeX
|
||||||
*.aux
|
*.aux
|
||||||
*.bbl
|
*.bbl
|
||||||
*.blg
|
*.blg
|
||||||
@ -11,6 +12,12 @@
|
|||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
|
# build-folder from texmaker
|
||||||
build
|
build
|
||||||
|
|
||||||
|
# JabRef creates these
|
||||||
|
*.sav
|
||||||
|
|
||||||
|
# The actual product in case it appears
|
||||||
Masterarbeit.pdf
|
Masterarbeit.pdf
|
||||||
|
|
||||||
|
@ -15,4 +15,25 @@
|
|||||||
note = {\url{http://www.rfc-editor.org/rfc/rfc4301.txt}},
|
note = {\url{http://www.rfc-editor.org/rfc/rfc4301.txt}},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Manual{man:openvpn,
|
||||||
|
author = {James Yonan},
|
||||||
|
title = {openvpn(8) - System Manager's Manual},
|
||||||
|
year = {2018},
|
||||||
|
date = {2018-04-24},
|
||||||
|
edition = {OpenVPN Version 2.4},
|
||||||
|
note = {\url{{https://manpages.debian.org/stretch/openvpn/openvpn.8.en.html}}},
|
||||||
|
url = {https://manpages.debian.org/stretch/openvpn/openvpn.8.en.html},
|
||||||
|
urldate = {2018-07-17},
|
||||||
|
timestamp = {2018-07-17},
|
||||||
|
}
|
||||||
|
|
||||||
|
@Book{book:debian,
|
||||||
|
author = {Raphaël Hertzog and Roland Mas},
|
||||||
|
title = {The Debian Administrator’s Handbook},
|
||||||
|
year = {2015},
|
||||||
|
isbn = {979-10-91414-04-3},
|
||||||
|
url = {https://debian-handbook.info/},
|
||||||
|
urldate = {2018-07-17},
|
||||||
|
}
|
||||||
|
|
||||||
@Comment{jabref-meta: databaseType:biblatex;}
|
@Comment{jabref-meta: databaseType:biblatex;}
|
||||||
|
@ -314,10 +314,10 @@ Dieser Vorgang kann bei Bedarf automatisiert werden, wodurch der Wartungsaufwand
|
|||||||
Im Folgenden werden durch den Autor ausgewählte Software vorgestellt.
|
Im Folgenden werden durch den Autor ausgewählte Software vorgestellt.
|
||||||
|
|
||||||
\paragraph{OpenVPN}
|
\paragraph{OpenVPN}
|
||||||
OpenVPN ist eine VPN-Software.
|
OpenVPN ist eine VPN-Software\cite{man:openvpn}.
|
||||||
|
|
||||||
\paragraph{strongswan}
|
\paragraph{strongswan}
|
||||||
TODO
|
Strongswan soll die bereits im Linux-Kernel enthaltenen IPsec\cite{RFC4301}-Funktionalitäten ergänzen.
|
||||||
|
|
||||||
\paragraph{TODO}
|
\paragraph{TODO}
|
||||||
TODO
|
TODO
|
||||||
@ -339,9 +339,6 @@ Mögliche Kriterien sind: Softwarearchitektur, Wo wird das Projekt bereits ohne
|
|||||||
\paragraph{Erstellung eines Konzepts für die Benutzerverwaltung}
|
\paragraph{Erstellung eines Konzepts für die Benutzerverwaltung}
|
||||||
|
|
||||||
|
|
||||||
\chapter{Konzeption}
|
|
||||||
Als Lösungen stehen unter anderem OpenVPN und IPsec\cite{RFC4301}[Siehe hier] im Raum.
|
|
||||||
|
|
||||||
\chapter*{Anhang}
|
\chapter*{Anhang}
|
||||||
\addcontentsline{toc}{chapter}{Anhang}
|
\addcontentsline{toc}{chapter}{Anhang}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user