Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lehrkraefte:blc:plg:software [2021/03/13 16:21] – [PDF und so] Ivo Blöchliger | lehrkraefte:blc:plg:software [2023/06/30 08:45] (current) – [Nützliche Software für den Unterricht] Ivo Blöchliger | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Nützliche Software für den Unterricht ====== | ||
| + | * **xournalpp**: | ||
| + | <code bash> | ||
| + | # Stabile Version | ||
| + | sudo add-apt-repository ppa: | ||
| + | # Entwickler-Version ( | ||
| + | # sudo add-apt-repository ppa: | ||
| + | sudo apt update | ||
| + | </ | ||
| + | * **obs**: Aufzeichnen von Screencasts. Möglichkeit, | ||
| + | * **kdenlive**: | ||
| + | * **teams**: Ja, gibt's auch für Linux (mit ein bisschen weniger Bells and Whistles als die Windows-Versions). | ||
| + | |||
| + | ===== PDF und so ===== | ||
| + | * **okular**: PDF betrachten und Formulare ausfüllen, Text oder Bitmaps kopieren (Standard mit KDE). | ||
| + | * **xournalpp**: | ||
| + | * **pdftk**: PDF zusammenfügen, | ||
| + | * **inkscape**: | ||
| + | * **pdftotext**: | ||
| + | * **LibreOffice**: | ||
| + | |||
| + | ===== Ivo's Programme ===== | ||
| + | <code bash> | ||
| + | sudo apt install vim inkscape gimp texlive-latex-base texlive-pictures texlive-science texlive-latex-extra texlive-lang-german asymptote mplayer ffmpeg v5l2loopback-dkms git python3-venv default-jre pdftk-java openscad python-is-python3 xournalpp xclip mmv biber davfs2 ocrad libpam-mount | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo apt update | ||
| + | sudo apt install obs-studio | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo apt update | ||
| + | sudo apt install xournalpp | ||
| + | </ | ||
| + | Via Download-Seiten: | ||
| + | |||
| + | Cronjobs: | ||
| + | <code bash> | ||
| + | 7,37 * * * * /bin/bash / | ||
| + | </ | ||