I'm Afraid It's Terminal
This commit is contained in:
parent
1702f9eab5
commit
b709769ad0
@ -1,4 +1,5 @@
|
||||
<div class="layout-content-only">
|
||||
background-image: url("disco-kugel.jpg");
|
||||
<div class="layout-content">
|
||||
<h1>Distro Disko</h1>
|
||||
</div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Desktopumgebungen</h1>
|
||||
<h1>Desktop-umgebungen</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -10,11 +10,73 @@
|
||||
<div class="layout-content">
|
||||
<h2>Live Image booten</h2>
|
||||
<ul>
|
||||
<li>Nimm dir einen Bootstick mit einer Distro und Desktopumgebung deiner Wahl</li>
|
||||
<li>Wenn auf deinem Rechner Windows 8 oder später läuft, musst du den Secure Boot ausschalten.</li>
|
||||
<li></li>
|
||||
<li>Nehmt einen Bootstick mit einer Distro und Desktopumgebung 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">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<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>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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user