48 lines
1.8 KiB
HTML
48 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css">
|
|
<title>Linux BASICS</title>
|
|
</head>
|
|
<body>
|
|
<div class="ui container">
|
|
<div class="ui segments">
|
|
<div class="ui segment centered">
|
|
<h1><i class="icon linux"></i>Linux Basics</h1>
|
|
|
|
</div>
|
|
<div class="ui segment">
|
|
<h2>Präsentationen</h2>
|
|
<ol>
|
|
<li><a href="1.html">1. Abend</a></li>
|
|
<li><a href="2.html">2. Abend</a></li>
|
|
<li><a href="3.html">3. Abend</a></li>
|
|
<li><a href="4.html">4. Abend</a></li>
|
|
</ol>
|
|
|
|
<p>Quellen hier: <a href="https://git.scytec.de/danthefan/linuxkurs">GitLab</a></p>
|
|
</div>
|
|
<div class="ui segment">
|
|
<h2><i class="icon file pdf outline"></i>PDF</h2>
|
|
<ul>
|
|
<li><a href="pdf/Linux-Kurs/lxes-de-manual.pdf">Linux Essentials</a></li>
|
|
<li><a href="pdf/Linux-Kurs/grundkurs-linux.pdf">Grundkurs Linux</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="ui segment">
|
|
<h2><i class="icon linkify"></i>Links</h2>
|
|
<ul>
|
|
<LI><a href="https://www.debian.org" target="_blank">Debian.org</a></LI>
|
|
<li><a href="https://wiki.ubuntuusers.de" target="_blank">wiki.ubunutuusers.de</a></li>
|
|
<li><a href="https://www.shellbefehle.de/befehle/" target="_blank">Shell Befehle</a></li>
|
|
<li><a href="https://wiki.archlinux.de/title/Bash-Prompt_anpassen" target="_blank">Bash Prompt anpassen </a></li>
|
|
<li><a href="https://regexr.com/" target="_blank">RegExr.com - Reguläre Ausdrücke testen</a>
|
|
<li><a href="http://rubular.com/" target="_blank">rubular.com - Reguläre Ausdrücke testen</a>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |