[html
-[head [title VHS Linuxkurs]]
+[head [title Linux verstehen]]
[body
- [footer Paul Hänsch | Linux Grundkurs | VHS Leipzig]
+ [footer Paul Hänsch | Linux Verstehen | Heinrich Hertz Gymnasium Berlin]
-[slide [h1 VHS Linux Grundkurs - Teil 5]]
+[slide [h1 Linux Verstehen - Teil 5]]
[slide [h2 Themen]
[ul
- [li Ein Beispiel in Wine]
+ [li Beispiel Minetest Server]
+ <!--
[li Symlinks, Hardlinks und Konzepte für das Backup]
[li Owncloud/Nextcloud - Beispiel für einen Webservice]
+ -->
]
]
-[slide [h1 Ein Beispiel in WinE] [strong W]ine [strong i]s [strong n]ot an [strong E]mulator]
-
-[slide [h2 Installation von Wine]
- [ul .uncover
- [li [pre ~$ sudo apt-get install wine]]
- [li -> 32 bit vs. 64 bit]
- [li [pre ~$ sudo dpkg --add-architecture i386] Notiz am Rande: Lange Option mit --]
- [li [pre ~$ sudo apt-get update]]
- [li [pre ~$ sudo apt-get install wine32]]
- ]
+[slide [h2 Minetest Server]
+ [h3 Benutzer anlegen]
+ [pr ~$ adduser minetest]
]
-[slide [h2 Benutzen von Wine]
- [ul
- [li [pre ~$ winecfg]]
- [li [pre ~$ WINEPREFIX=~/.wine/irgendwas winecfg]]
- [h3 Beispiel Media Monkey:]
- [li [pre ~$ WINEPREFIX=~/.wine/mediamonkey wine MediaMonkey.exe]]
- ]
-]
-[slide [h2 Installation von Software]
- [ul
- [li Lizenzvertrag durchlesen [ul
- [li Verwenden, Verstehen, Verbreiten, Verbessern?]
- [li GNU Software in Windows-Programmen?]
- ]]
- ]
-]
+<!--
+[Xslide [h1 Symlinks, Hardlinks, Backup]]
-[slide [h2 Alternativen finden]
- [ul
- [li Clementine [ul
- [li Remote Control]
- [li Automatisches Tagging]
- [li Formate konvertieren]
- ]]
- [li K3B [ul
- [li CDs Erstellen / Kopieren]
- [li auch Lautstärke normalisieren, etc...]
- ]]
- [li Programme können kombiniert werden]
- ]
-]
-
-[slide [h1 Symlinks, Hardlinks, Backup]]
-
-[slide [h2 Symlinks]
+[Xslide [h2 Symlinks]
[ul .uncover
[li Symlinks sind Verweise auf einen anderen Pfad, wirken wie Dateien]
[li Andere Bzeichungen: symbolische Links, semantische Links]
]
]
-[slide [h2 Hardlinks]
+[Xslide [h2 Hardlinks]
[ul .uncover
[li Eine Datei wird über einen Pfad identifiziert]
[li Ein Pfad ist ein Verzeichniseintrag]
]
]
-[slide [h2 Backups]
+[Xslide [h2 Backups]
[ul
[li Zum Backup gehört auch Restore ;-)]
[li Klassisches Backup: voll, differentiell, inkrementell]
]
]
-[slide [h2 Backups mit rsync]
+[Xslide [h2 Backups mit rsync]
[ul
[li [pre ~$ rsync -a Daten/ Backup_2019-10-16/]]
[li [pre ~$ rsync -a Daten/ Backup_2019-10-17/ --link-dest=Backup_2019-10-16/ ]]
]
]
-[slide [h1 Nextcloud]]
+[Xslide [h1 Nextcloud]]
-[slide [h2 Installation]
+[Xslide [h2 Installation]
[p [h3 1. Der Webserver]
[pre ~$ sudo apt-get install apache2 php]
]
]
-[slide [h2 Installation]
+[Xslide [h2 Installation]
[h3 2. Die Applikation]
[ul
[li [pre ~$ wget https://download.nextcloud.com/server/releases/nextcloud-17.0.0.zip]]
]
]
-[slide [h2 Nextcloud Konfiguration]
+[Xslide [h2 Nextcloud Konfiguration]
[pre ~$ sudo nano /etc/apache2/sites-available/nextcloud.conf]
[pre
Alias / "/srv/nextcloud/"
</Directory>]
]
-[slide [h2 Nextcloud Abhängigkeiten]
+[Xslide [h2 Nextcloud Abhängigkeiten]
[ul
[li [pre ~$ sudo a2ensite nextcloud]]
[li [pre ~$ sudo systemctl reload apache2]]
php-{gd,mbstring,sqlite3,xml,zip}]]
]
]
+-->
[slide [h1 \...] cups, cron, adduser, snapshots?]
-[slide [h2 Nächster Termin]
- [ul
- [h3 Installparty!]
- [li nächster Mittwoch, 23. Oktober]
- [li Bringt eure Laptops mit!]
- [li Sichert vorher eure Daten!]
- ]
-]
-
+[slide [h1 Danke!]]
]]