56 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="de">
 | 
						|
<head>
 | 
						|
	<meta charset="utf-8">
 | 
						|
	<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" target="_blank">GitLab</a></p>
 | 
						|
				<p>Skripte <a href="https://git.scytec.de/danthefan/linuxkurs/tree/master/beispiele" target="_blank">Skripte Hier</a>
 | 
						|
			</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>
 | 
						|
					<h3>bash</h3>
 | 
						|
					<li><a href="http://www.gnu.org/software/bash/manual/bashref.html" target="_blank">GNU Bash Reference manual</a></li>
 | 
						|
					<li><a href="https://ss64.com/bash/" target="_blank">Umfassende Bash Referenz mit Suche</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>
 | 
						|
					<h3>reguläre Ausdrücke</h3>
 | 
						|
					<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>
 | 
						|
					<h3>Bash scripting</h3>
 | 
						|
					<li><a href="http://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html" target="_blank">Conditional Expressions für [ ] / test</a></li>
 | 
						|
				</ul>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
	</div>
 | 
						|
 | 
						|
</body>
 | 
						|
</html> |