137 lines
4.1 KiB
Markdown
137 lines
4.1 KiB
Markdown
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h1>Ausprobieren!</h1>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-wide-content">
|
|
<div class="layout-content">
|
|
<h2>Live Image booten</h2>
|
|
<ul>
|
|
<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-content-only">
|
|
<div class="layout-content">
|
|
<h2>Alte Freunde</h2>
|
|
<p>Schaut euch ein wenig um und findet vertraute Programme:</p>
|
|
<ul>
|
|
<li>Office-Anwendungen</li>
|
|
<li>Internetbrowser</li>
|
|
<li>E-Mail-Client</li>
|
|
<li>Datei-Explorer</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h2>Verbindung gesucht</h2>
|
|
<p>Wir müssen eine Netzwerkverbindung einrichten.</p>
|
|
<p>Nutzt heute das Bayern-WLAN.</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<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>Welche Informationen und Aktionmöglichkeiten sind vorhanden?</li>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-and-preview">
|
|
<div class="layout-content">
|
|
<h2>Let the Games Begin</h2>
|
|
<p>Installiert ein Spiel mit dem Pinguin Tux, z. B. Supertux, Supertuxracer, Pingus</p>
|
|
</div>
|
|
<div class="layout-preview">
|
|
<img src="part1/08/supertux_screenshot.png">
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-and-preview">
|
|
<div class="layout-content">
|
|
<h2>I'm Afraid It's Terminal</h2>
|
|
<p>Installiert das Programm <code>cowsay</code> über die Kommandozeile in einem Terminal.</p>
|
|
<ul>
|
|
<li><strong>Ubuntu/Elementary/Mint:</strong> <code>sudo apt install cowsay</code></li>
|
|
<li><strong>Manjaro:</strong> <code>sudo pacman -S cowsay</code></li>
|
|
<li><strong>openSuse:</strong> <code>sudo rpm -i cowsay</code></li>
|
|
</ul>
|
|
</div>
|
|
<div class="layout-preview">
|
|
<img src="part1/08/cowsay_screenshot.png">
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-and-preview">
|
|
<div class="layout-content">
|
|
<h2>Zeit für ein Selfie!</h2>
|
|
<p>Installiert das Programm <code>hasciicam</code> (über Kommandozeile oder GUI) und probiert es aus.</p>
|
|
</div>
|
|
<div class="layout-preview">
|
|
<img src="part1/08/hascii_screenshot.png">
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-and-preview">
|
|
<div class="layout-content">
|
|
<h2>Makeover!</h2>
|
|
<p>Probiert die Einstellungsmöglichkeiten eurer jeweiligen Desktop-Umgebung aus.</p>
|
|
</div>
|
|
<div class="layout-preview">
|
|
<img src="part1/08/anpassung_screenshot.png">
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-two-columns">
|
|
<div class="layout-column-one">
|
|
<h2>Aufgaben</h2>
|
|
<ul>
|
|
<li>Vertraute Programme finden</li>
|
|
<li>Verbindung mit dem Internet einrichten</li>
|
|
<li>GUI-Tool zur Software-Verwaltung ausprobieren: <br/>
|
|
Tux-Spiel</li>
|
|
</ul>
|
|
</div>
|
|
<div class="layout-column-two">
|
|
<ul>
|
|
<li>In der Konsole mit dem Paketmanager ein Programm installieren: <br/>
|
|
<ul>
|
|
<li><strong>Ubuntu/Elementary/Mint:</strong> <code>sudo apt install cowsay</code></li>
|
|
<li><strong>Manjaro:</strong> <code>sudo pacman -S cowsay</code></li>
|
|
<li><strong>openSuse:</strong> <code>sudo rpm -i cowsay</code></li>
|
|
</ul>
|
|
<code>hasciicam</code></li>
|
|
<li>Desktopumgebung anpassen</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|