overview
Paul Hänsch | Linux Grundkurs | VHS Leipzig
next
VHS Linux Grundkurs - Teil 5 previous
next Themen
Ein Beispiel in Wine
Symlinks, Hardlinks und Konzepte für das Backup
Owncloud/Nextcloud - Beispiel für einen Webservice
previous
next
Ein Beispiel in WinE W ine i s n ot an E mulatorprevious
next previous
next previous
next Installation von Software
Lizenzvertrag durchlesen
Verwenden, Verstehen, Verbreiten, Verbessern?
GNU Software in Windows-Programmen?
previous
next Alternativen finden
Clementine
Remote Control
Automatisches Tagging
Formate konvertieren
K3B
CDs Erstellen / Kopieren
auch Lautstärke normalisieren, etc...
Programme können kombiniert werden
previous
next
Symlinks, Hardlinks, Backup previous
next previous
next previous
next Backups
Zum Backup gehört auch Restore ;-)
Klassisches Backup: voll, differentiell, inkrementell
Probleme:
Backups müssen in mehreren Schritten zurück gespielt werden
Verlust eines Backups macht nachfolgende Inkremente unbrauchbar
Das geht besser - mit Hardlinks
previous
next previous
next
Nextcloud previous
next Installation
1. Der Webserver
~$ sudo apt-get install apache2 php
previous
next Installation
2. Die Applikation
previous
next Nextcloud Konfiguration
~$ sudo nano /etc/apache2/sites-available/nextcloud.conf
Alias / "/srv/nextcloud/"
Require all granted
Options FollowSymlinks MultiViews
AllowOverride All
SetEnv HOME /srv/nextcloud
SetEnv HTTP_HOME /srv/nextcloud
previous
next Nextcloud Abhängigkeiten
~$ sudo a2ensite nextcloud
~$ sudo systemctl reload apache2
Webbroser http://localhost
Log-Files?
~$ sudo chown www-data:www-data -R /srv/nextcloud
~$ sudo apt-get install php-curl php-fdomdocument \
php-{gd,mbstring,sqlite3,xml,zip}
previous
next
... cups, cron, adduser, snapshots?previous
next Nächster Termin
Installparty!
nächster Mittwoch, 23. Oktober
Bringt eure Laptops mit!
Sichert vorher eure Daten!
previous 19