Skip to content

Latest commit

 

History

History
129 lines (86 loc) · 3.94 KB

IWI.md

File metadata and controls

129 lines (86 loc) · 3.94 KB

Hilfreich für IWI Studenten

Generelles

Direkt im Browser oder installations Anleitung

Fächer

Semester 1

Mathe Labor

Python mit Libraries (numpy, sympy, mpmath und Matplotlib) und Jupyter Notebooks. Es gibt drei möglichkeiten diese zu installieren:

  1. Über Anaconda wie in der Labor Anleitung beschrieben.
  2. Über den Packetmanager der Distribution.
    • sudo apt install python3
    • sudo apt install python3-numpy python3-sympy python3-mpmath python3-matplotlib
    • sudo apt install jupyter
  3. Über PIP.
    • Setzt Python und PIP voraus. Ein Guide welcher die Instalation und Benutzung von PIP erklärt.
    • pip install numpy sympy mpmath matplotlib
    • pip install jupyterlab

Programieren

  • Java: sudo apt install openjdk-17-jdk
  • Hexviewer:
    • hexdump man
    • GHexsudo apt install ghex

Semester 2

Algorithmen und Datenstrukturen Labor

  • Java: sudo apt install openjdk-17-jdk

Semester 3

Kommunikationsnetze 1 Vorlesung

  • telnet
  • Wireshark: sudo apt install wireshark

Kommunikationsnetze 1 Labor

Benutze die gegbene VM alles andere ist deutlich komplizierter.

Betriebssysteme Labor

  • git: sudo apt install git
  • gcc: sudo apt install gcc
  • make: sudo apt install make
  • cmake sudo apt install cmake

Datenbanken Labor

Deklarative Programmierung

alternativ

Semester 5

Computergrafik

  • gcc: sudo apt install gcc
  • make: sudo apt install make
  • cmake sudo apt install cmake
  • gtest Bibiliothek.

Verteilte Systeme 2

  • git: sudo apt install git
Mit Docker
Ohne Docker

Softwareengeneering

  • Together Per vorgegebene Anleitung.
    • ging direkt mit OpenJDK 17
    • Together.ini musste angepasst werden.
      • -XX:MaxPermSize=256m entfernt
      • equinox Plugin Version musste angepasst werden

ERP-Labor

  1. GUI770Installation_8-80004696.zip von ILIAS herunterladen und entpacken.
  2. Mit hilfe von ./PlatinGUI-Linux-Installation installieren.
  3. SAP-GUI starten mit SAProuter-String aus SAP-Verbindungsdaten-Linux-macOS.txt:
~/SAPClients/SAPGUI/bin/guistart <SAProuter-String>

ABAB: Angeblich nicht für Linux ferfügbar funktioniert aber Problemlos. Einfach den Tutorials folgen.

Wahlfächer

Parallele Systeme