2te Stunde fertig
This commit is contained in:
122
1.html
122
1.html
@@ -17,6 +17,8 @@
|
||||
<link rel="stylesheet" href="css/reveal.css">
|
||||
<link rel="stylesheet" href="css/theme/league.css" id="theme">
|
||||
|
||||
<link rel="icon" href="img/openlogo-nd-25.png" type="img/png">
|
||||
|
||||
<!-- Theme used for syntax highlighting of code -->
|
||||
<link rel="stylesheet" href="lib/css/zenburn.css">
|
||||
|
||||
@@ -245,6 +247,126 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<aside class="notes">
|
||||
Frage: Fragen zur letzten Stunde?
|
||||
</aside>
|
||||
<h3>Was ist eine Distribution??</h3>
|
||||
<ul>
|
||||
<li class="fragment">Zusammenstellung von GNU/Linux mit:</li>
|
||||
<li class="fragment fade-in-then-semi-out">WindowManger: Gnome / KDE / Xfce / Budgie etc.. </li>
|
||||
<li class="fragment fade-in-then-semi-out">Software: LibreOffice, Firefox, Thunderbird, Gimp....</li>
|
||||
<li class="fragment">es gibt viele, sehr viele Distributionen: Debian, Ubuntu, SuSE, Red Hat, Mint, Fedora, Gentoo, Arch ......
|
||||
</ul>
|
||||
<div class="fragment" style="display: flex;align-items: center">
|
||||
<img width="" height="238" data-src="img/linuxlogocollage.png" alt="Linux Distribution Logos" />
|
||||
<small>mehr Distris:: https://distrowatch.com</small>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<h2>Debian</h2>
|
||||
<figure>
|
||||
<figcaption>Organigramm des Debian Projekts </figcaption>
|
||||
<img style="width:70%;" data-src="img/organigram/de/organisation.svg">
|
||||
<small>( Quelle : Linux-Grundlagen für Anwender und Administratoren, www.tuxacademy.org )</small>
|
||||
</figure>
|
||||
</section>
|
||||
|
||||
<!-- Example of nested vertical slides -->
|
||||
<section>
|
||||
<section>
|
||||
<h2>Debian</h2>
|
||||
<ul>
|
||||
<li>zusammengestellt aus Software unter der GNU General Public License
|
||||
<li>sehr populär als OS für Server
|
||||
<li>sehr solide Distribution -> wird als Basis für viele and. Distributionen verwendet: zb Ubuntu
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Debian Features</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li>52000+ Pakete freier Software</li>
|
||||
<li>diverse Installations Images zum Download</li>
|
||||
<li>Debian lässt sich übers Netzwerk installieren</li>
|
||||
<li>Debian LIVE
|
||||
<ul>
|
||||
<li>Ein Live-System kann vom USB-Stick gebootet werden</li>
|
||||
<li>->ausprobieren ohne Installation</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Debian Features</h2>
|
||||
<h3>Umgebung</h3>
|
||||
<p>
|
||||
<ul>
|
||||
|
||||
<li>GNOME ( default ), KDE Plasma, Xfce and LXDE</li>
|
||||
</li>
|
||||
<li><strong>C</strong>ommand <strong>L</strong>ine <strong>I</strong>nterface ( die <i>Shell</i> )</li>
|
||||
</ul>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Browser: Firefox, Chrome</li>
|
||||
<li>Email: Thunderbird</li>
|
||||
<li>Office: Open- / Libre-Office</li>
|
||||
<li>Skype</li>
|
||||
<li>etc pp</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section data-transition="slide" data-background="#4d7e65" data-background-transition="zoom">
|
||||
<h2>Gnome3</h2>
|
||||
<img src="img/desktop-screenshot.png">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>Aufgaben:
|
||||
<ol>
|
||||
<li>Netzwerkeinstellungen vornehmen</li>
|
||||
<li>Bildschirmauflösung einstellen</li>
|
||||
<li>Theme einstellen</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<h2>Die Paketverwaltung</h2>
|
||||
<p>Programme installieren
|
||||
<ul>
|
||||
<li>Linux Programme werden aus sog. Repositories bezogen</li>
|
||||
<li>Synaptic <ul><li>greift auf diese Repos zu</li>
|
||||
<li>kümmert sich um die Installation der Software-Pakete und ihrer Abhängigkeiten</li></ul>
|
||||
<li>Datei Endung für Debian Pakete ist *.deb</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<h2>Software installieren</h2>
|
||||
<p>Aufgaben:
|
||||
<ol>
|
||||
<li>Starten Sie synaptic
|
||||
<li>Update / Upgrade des Systems</li>
|
||||
<li>Installieren Sie
|
||||
<ul>
|
||||
<li>Gimp</li>
|
||||
<li>VLC</li>
|
||||
<li>ssh server</li>
|
||||
<li>VIM</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Deinstallieren Sie Gimp</li>
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user