Aufgabenseite
This commit is contained in:
parent
74bd60654d
commit
d477b25e24
@ -10,7 +10,7 @@
|
||||
<div class="layout-content">
|
||||
<h2>Live Image booten</h2>
|
||||
<ul>
|
||||
<li>Nehmt einen Bootstick mit einer Distro und Desktopumgebung 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>
|
||||
@ -74,9 +74,9 @@
|
||||
<h2>I'm Afraid It's Terminal</h2>
|
||||
<p>Installiert das Programm <code>cowsay</code> über die Kommandozeile in einem Terminal.</p>
|
||||
<ul>
|
||||
<li>Ubuntu/Elementary/Mint: <code>apt install cowsay</code></li>
|
||||
<li>Manjaro: <code>pacman -S cowsay</code></li>
|
||||
<li>openSuse: <code>rpm -i cowsay</code></li>
|
||||
<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">
|
||||
@ -107,3 +107,30 @@
|
||||
<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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user