merged duplicate typo fix 'Partition'

This commit is contained in:
Hofmann 2019-06-17 23:00:04 +02:00
commit 84a02b538a
14 changed files with 140 additions and 34 deletions

View File

@ -31,7 +31,7 @@
<h3>Geschichte</h3>
<ul>
<li>Linus Torvalds</li>
<li class="fragment">Basiert auf dem UNIX-Betriebssystem (AT&T)</li>
<li class="fragment">basiert auf dem UNIX-Betriebssystem (AT&T)</li>
<li class="fragment">Version 0.01 am 17. September
1991</li>
<li class="fragment">GNU/Linux</li>
@ -58,12 +58,12 @@
<div class="layout-content">
<h2>But why?</h2>
<ul>
<li class="fragment">Vollständig frei verfügbar</li>
<li class="fragment">Kostenlos</li>
<li class="fragment">Vollständig modifizierbar (vgl. Windows/macOS)</li>
<li class="fragment">Sehr performant, schneller Start</li>
<li class="fragment">Einfache Softwareverwaltung und automatische, regelmäßige Updates</li>
<li class="fragment">Ungeschlagene Stabilität (BoD)</li>
<li class="fragment">vollständig frei verfügbar</li>
<li class="fragment">kostenlos</li>
<li class="fragment">vollständig modifizierbar (vgl. Windows/macOS)</li>
<li class="fragment">sehr performant, schneller Start</li>
<li class="fragment">einfache Softwareverwaltung und automatische, regelmäßige Updates</li>
<li class="fragment">ungeschlagene Stabilität (BoD)</li>
<li class="fragment">Entwicklung durch tausende Freiwillige</li>
<li class="fragment">$\rightarrow$ Ständige Verbesserung, Sicherheitslücken werden schnell geschlossen</li>
</ul>
@ -81,8 +81,8 @@
<div class="layout-content">
<h2>Fakten, Fakten, Fakten</h2>
<ul>
<li class="fragment">Die 500 größten Supercomputer laufen mit Linux </li>
<li class="fragment">Zwischen 70 und 97 % aller Internetserver verwenden Linux </li>
<li class="fragment">die 500 größten Supercomputer laufen mit Linux </li>
<li class="fragment">zwischen 70 und 97 % aller Internetserver verwenden Linux </li>
<li class="fragment">Linux auf den Computern
<ul>
<li>aller High-Schools in Kerala</li>

View File

@ -36,7 +36,7 @@
<ul>
<li>"Linux ist ein freies, GPL-lizenziertes Open-Source-Betriebssystem." (<a
href="https://www.datacenter-insider.de/was-ist-linux-a-567931/">Datacenter-insider.de</a>)</li>
<li>Frei ≠ gratis</li>
<li>frei ≠ gratis</li>
<li>Grundidee des freien Austauschs von Wissen und Gedanken</li>
</ul>
</div>

View File

@ -67,9 +67,9 @@
<h2>Desktopumgebungen unter Linux</h2>
<h3>Entscheidungskriterien</h3>
<ul>
<li>Angebotene Umgebungen für die Distro der Wahl</li>
<li>angebotene Umgebungen für die Distro der Wahl</li>
<li>Ästhetik</li>
<li>Flexible Konfigurierbarkeit</li>
<li>flexible Konfigurierbarkeit</li>
<li>Anforderungen an die Hardware</li>
</ul>
</div>
@ -240,8 +240,8 @@
<h2>Pantheon</h2>
<ul>
<li>basiert auf GNOME</li>
<li>einzige Umgebung für elementary OS</li>
<li>Mac OS Lookalike</li>
<li>einzige Umgebung für elementaryOS</li>
<li>macOS Look-alike</li>
</ul>
</div>
<div class="layout-preview">
@ -325,7 +325,7 @@
</div>
<div class="layout-preview">
<img src="part1/04/lxqt_logo.png">
<figcaption>wer möchte einen Vogel haben? (<a href="https://commons.wikimedia.org/wiki/File:Helix_lxqt.svg">Quelle</a>)</figcaption>
<figcaption>Wer möchte einen Vogel haben? (<a href="https://commons.wikimedia.org/wiki/File:Helix_lxqt.svg">Quelle</a>)</figcaption>
</div>
</div>

View File

@ -67,13 +67,13 @@
<h2 class="layout-title">Virtuelle Maschine (VM)</h2>
<h4 class="fragment">Vorteile</h4>
<ul class="fragment">
<li>Schneller Zugriff und simulatane Benutzung</li>
<li>Einfacher Datenaustauschen zwischen Hostsystem und VM</li>
<li>schneller Zugriff und simulatane Benutzung</li>
<li>einfacher Datenaustauschen zwischen Hostsystem und VM</li>
<li>Virtuelle Maschine kann gut umgezogen werden (eine große Datei, welche alles enthält)</li>
</ul>
<h4 class="fragment">Nachteile</h4>
<ul class="fragment">
<li>zwei Betriebssysteme gleichzeitig aktiv, somit leistungseinbußen</li>
<li>zwei Betriebssysteme gleichzeitig aktiv, somit Leistungseinbußen</li>
<li>VM hat keinen direkten Zugriff auf Hardwarekomponenten (z.B. Grafikkarte)</li>
</ul>
</div>
@ -99,11 +99,11 @@
<div class="layout-content-only">
<div class="layout-content">
<h2 class="layout-title">Dual/Multi Boot</h2>
<p>= Parallele Installation von zwei oder mehr Betriebssystemen</p>
<h2 class="layout-title">Dual-/Multi-Boot</h2>
<p>= parallele Installation von zwei oder mehr Betriebssystemen</p>
<ul class="fragment">
<li>Auswahl des Systems bei Start des PCs (Bootloader)</li>
<li>Verschiedene Bootmanager (UEFI & BIOS)</li>
<li>verschiedene Bootmanager (UEFI & BIOS)</li>
<li>Windows überschreibt bei Installation Bootloader</li>
<li>→ Linux nach Windows installieren</li>
</ul>
@ -131,12 +131,12 @@
<div class="layout-content-only">
<div class="layout-content">
<h2 class="layout-title">Dual/Multi Boot</h2>
<h2 class="layout-title">Dual-/Multi-Boot</h2>
<h4>Nachteile</h4>
<ul class="fragment">
<li>Keine simulatane Benutzung der Systeme möglich</li>
<li>keine simulatane Benutzung der Systeme möglich</li>
<li>Wechsel zwischen den Betriebssystemen nur durch Neustart des Rechners</li>
<li>Eigene Partition pro Betriebssystem notwendig</li>
<li>eigene Partition pro Betriebssystem notwendig</li>
</ul>
<h4 class="fragment">Vorteile</h4>
<ul class="fragment">

View File

@ -6,15 +6,118 @@
---
<div class="layout-wide-content">
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Wir haben da schon mal was vorbereitet</h2>
<ul>
<li>Ubuntu (GNOME)</li>
</ul>
</div>
<div class="layout-preview">
<img src="part1/08/ubuntu.png" class="thin-padding">
</div>
</div>
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Wir haben da schon mal was vorbereitet</h2>
<ul>
<li>Ubuntu (GNOME)</li>
<li>Linux Mint (Cinnamon)</li>
</ul>
</div>
<div class="layout-preview">
<img src="part1/08/mint.png" class="thin-padding">
</div>
</div>
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Wir haben da schon mal was vorbereitet</h2>
<ul>
<li>Ubuntu (GNOME)</li>
<li>Linux Mint (Cinnamon)</li>
<li>elementaryOS (Pantheon)</li>
</ul>
</div>
<div class="layout-preview">
<img src="part1/08/elementary.png" class="thin-padding">
</div>
</div>
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Wir haben da schon mal was vorbereitet</h2>
<ul>
<li>Ubuntu (GNOME)</li>
<li>Linux Mint (Cinnamon)</li>
<li>elementaryOS (Pantheon)</li>
<li>Manjaro (xfce)</li>
</ul>
</div>
<div class="layout-preview">
<img src="part1/08/manjaro.png" class="thin-padding">
</div>
</div>
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Wir haben da schon mal was vorbereitet</h2>
<ul>
<li>Ubuntu (GNOME)</li>
<li>Linux Mint (Cinnamon)</li>
<li>elementaryOS (Pantheon)</li>
<li>Manjaro (xfce)</li>
<li>openSUSE (KDE)</li>
</ul>
</div>
<div class="layout-preview">
<img src="part1/08/suse.png" class="thin-padding">
</div>
</div>
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Wir haben da schon mal was vorbereitet</h2>
<ul>
<li>Ubuntu (GNOME)</li>
<li>Linux Mint (Cinnamon)</li>
<li>elementaryOS (Pantheon)</li>
<li>Manjaro (xfce)</li>
<li>openSUSE (KDE)</li>
<li>Fedora (LXQt)</li>
</ul>
</div>
<div class="layout-preview">
<img src="part1/08/fedora.png" class="thin-padding">
</div>
</div>
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Live Image booten</h2>
<ul>
<li>Nehmt einen Bootstick und bootet eine Distro eurer Wahl</li>
<li>Nehmt einen Bootstick und bootet eine Distro eurer Wahl.</li>
<li>Wenn auf eurem Rechner Windows 8 oder später läuft, müsst ihr den Secure Boot ausschalten.</li>
<li>Boot-Medium auswählen: abhängig von Hardware mit <kbd>Esc</kbd>, <kbd>F10</kbd>, <kbd>F12</kbd>, <kbd>F8</kbd>, ...</li>
</ul>
</div>
</div>
<div class="layout-preview">
<img src=".png">
</div>
</div>
---
@ -46,11 +149,11 @@
<div class="layout-content-only">
<div class="layout-content">
<h2>Ist denn heut' schon Weihnachten?</h2>
<h2>Ist denn heut' schon Weihnachten? 🎁</h2>
<h3>Pakete und Paketmanager</h3>
<ul>
<li>Findet das GUI-Tool, mit dem ihr Software installieren und updaten könnt.</li>
<li>Sucht nach einem Programm, von dem ihr wisst, dass es bereits installiert ist, z. B. Firefox oder OpenOffice.</li>
<li>Sucht nach einem Programm, von dem ihr wisst, das es bereits installiert ist, z. B. Firefox oder OpenOffice.</li>
<li>Welche Informationen und Aktionmöglichkeiten sind vorhanden?</li>
</div>
</div>
@ -93,6 +196,7 @@
</div>
<div class="layout-preview">
<img src="part1/08/hascii_screenshot.png">
<figcaption>You can be ASCII art, too! (<a href="https://dyne.org/wp-content/uploads/2011/12/jaromil-hascii-sm.png">Quelle</a>)</figcaption>
</div>
</div>
@ -111,11 +215,13 @@
---
<div class="layout-two-columns">
<h2 class="layout-title">Aufgabenübersicht</h2>
<div class="layout-column-one">
<h2>Aufgaben</h2>
<ul>
<li>Vertraute Programme finden</li>
<li>Verbindung mit dem Internet einrichten</li>
<li>vertraute Programme finden<br/>
Office-Anwendungen, Internetbrowser, Mail-Client, Datei-Explorer</li>
<li>Verbindung mit dem Internet einrichten<br/>
Bayern-WLAN</li>
<li>GUI-Tool zur Software-Verwaltung ausprobieren: <br/>
Tux-Spiel</li>
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 192 KiB

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -21,9 +21,9 @@
<div class="layout-content">
<h2>Was ihr dazu vorbereiten solltet</h2>
<ul>
<li>Eine Distro auswählen</li>
<li>Eine Desktopumgebung auswählen</li>
<li>Ein Backup für euren Rechner erstellen</li>
<li>eine Distro auswählen</li>
<li>eine Desktopumgebung auswählen</li>
<li>ein Backup für euren Rechner erstellen</li>
</ul>
</div>
</div>