Giter Site home page Giter Site logo

hsd-os's Introduction

Readme

Über dieses Repository

Dieses Repository enthält die Materialien für Teile der Vorlesung Betriebssysteme WS2020/2021 an der Hochschule Düsseldorf (HSD).

Dokumente mit dem Suffix .adoc sind in Asciidoc geschrieben. Dateien mit dem suffix _slides.adoc sind Präsentationen mit reveal.js.

Die Folien enthalten teilweise auch Anmerkungen, die dann im PDF enthalten sind.

Vorbereitungen für die Verarbeitung von Asciidoc

Es ist sehr empfehlenswert alle Tools in einer extra Toolbox zu installieren. So beeinflussen die Abhängigkeiten das eigentlich System. Damit können auch ohne Root-Rechte Programme nachinstalliert werden. Siehe https://github.com/containers/toolbox .

[user@system hsd-os]$ toolbox create -r f33 -c hsd
[user@system hsd-os]$ toolbox enter hsd
⬢[user@toolbox hsd-os]$

Bundler installieren, falls nicht schon vorhanden. Dieser sorgt dafür, dass Ruby Gems nur lokal für dieses Projekt installiert werden.

Hierfür muss Ruby und Ruby-Gems installiert sein.

⬢[user@toolbox hsd-os]$ sudo dnf install -y rubygems
⬢[user@toolbox hsd-os]$ gem install bundler
⬢[user@toolbox hsd-os]$ bundle config --local github.https true
⬢[user@toolbox hsd-os]$ bundle config set --local path '.bundle/gems'

Die benötigten Gems sind in Gemfile aufgeführt und können mit dem Gem bundler installiert werden.

⬢[user@toolbox hsd-os]$ bundle --binstubs=.bundle/.bin

Rendern von Asciidoc in PDF

⬢[user@toolbox hsd-os]$ bundle exec asciidoctor-pdf  *.adoc

Rendern von Acciidoc+Reveal.js in HTML Slides

⬢[user@toolbox hsd-os]$ bundle exec asciidoctor-revealjs \
  -a revealjsdir=https://cdn.jsdelivr.net/npm/[email protected] \
  *_slides.adoc

hsd-os's People

Contributors

fmeulenk avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.