Go to file
Markus Pesch ab8e0e5117
continuous-integration/drone/push Build is passing Details
fix(drone): resource limits
2022-06-04 11:54:23 +02:00
awk Initial Commit 2021-10-13 19:25:16 +02:00
chapters fix(dhcp): init 2021-12-08 23:52:52 +01:00
csv Initial Commit 2021-10-13 19:25:16 +02:00
draw Initial Commit 2021-10-13 19:25:16 +02:00
examples Initial Commit 2021-10-13 19:25:16 +02:00
img Initial Commit 2021-10-13 19:25:16 +02:00
referenzen fix(dhcp): init 2021-12-08 23:52:52 +01:00
solutions fix(network): routing solution 2022-01-23 16:04:03 +01:00
sql Initial Commit 2021-10-13 19:25:16 +02:00
titel Initial Commit 2021-10-13 19:25:16 +02:00
.drone.yml fix(drone): resource limits 2022-06-04 11:54:23 +02:00
.editorconfig Initial Commit 2021-10-13 19:25:16 +02:00
.gitattributes Initial Commit 2021-10-13 19:25:16 +02:00
.gitignore Initial Commit 2021-10-13 19:25:16 +02:00
.latexmkrc Initial Commit 2021-10-13 19:25:16 +02:00
Makefile doc(README): compile instructions 2021-10-13 20:15:27 +02:00
README.md doc(README): compile instructions 2021-10-13 20:15:27 +02:00
git-info.sh Initial Commit 2021-10-13 19:25:16 +02:00
index.tex fix(network): routing solution 2022-01-23 16:04:03 +01:00

README.md

Linux WS20/21

Build Status

This repository contains the latex source code of the module Linux / Betriebssysteme of the University of Applied Science for the winter semester 21/22.

The document contains tasks which students should could solve before they write their exam.

Compiling the PDF document

There are two ways to compile the PDF document. Via a local installed latex environment which must be fullfil the dependencies or via a container image wich has all dependencies included (it is probably easier to use a container image to compile the document).

To do this, install docker or podman as container runtime and make as build tool. If you have docker or podman and make installed execute make container-run/latexmk/index.pdf to compile the PDF document by using a container image.

If you don't want to install a container runtime and the build tool make, you have to install texlive manually - installation instructions.

make commands

container-run/latexmk

Uses a container image to compile the PDF document with latexmk. By default the docker container volkerraschek/latex:latest-archlinux is used. However, it can also be modified. The Makefile contains the variables with the prefix BUILD_IMAGE to change the full qualified image name.

make container-run/latexmk/index.pdf

latexmk

Executes latexmk natively in the system environment.

make latexmk/index.pdf