index.html
This commit is contained in:
		
							
								
								
									
										37
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										37
									
								
								index.html
									
									
									
									
									
								
							@@ -21,18 +21,35 @@
 | 
				
			|||||||
					<li><a href="3.html">3. Abend - Bash Einführung, erste Befehle</a></li>
 | 
										<li><a href="3.html">3. Abend - Bash Einführung, erste Befehle</a></li>
 | 
				
			||||||
					<li><a href="4.html">4. Abend - Bash Scripting Einführung</a></li>
 | 
										<li><a href="4.html">4. Abend - Bash Scripting Einführung</a></li>
 | 
				
			||||||
					<li><a href="5.html">5. Abend - Bash Scripting Fortsetzung</a></li>
 | 
										<li><a href="5.html">5. Abend - Bash Scripting Fortsetzung</a></li>
 | 
				
			||||||
 | 
										<li><a href="6.html">6. Abend - vim / emacs</a></li>
 | 
				
			||||||
				</ol>
 | 
									</ol>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				<p>Git Repository:<a href="https://git.scytec.de/danthefan/linuxkurs" target="_blank">GitLab</a></p>
 | 
									<div class="ui left aligned padded grid">
 | 
				
			||||||
				<p>Skripte: <a href="https://git.scytec.de/danthefan/linuxkurs/tree/master/beispiele" target="_blank">Skripte Hier</a>
 | 
										<div class="center aligned three column row">
 | 
				
			||||||
				<p>Übungs Bilder: <a href="https://www.schubertdaniel.de/linuxkurs/bilder.zip" target="_blank">bilder.zip</a>
 | 
											<div class="column" ><div class="ui segment" style="background-color: lightblue"> Git Repository:<a href="https://git.scytec.de/danthefan/linuxkurs" target="_blank">GitLab</a></div></div>
 | 
				
			||||||
 | 
											<div class="column"><div class="ui segment" style="background-color: lightblue"> Skripte: <a href="https://git.scytec.de/danthefan/linuxkurs/tree/master/beispiele" target="_blank">Skripte Hier</a></div></div>
 | 
				
			||||||
 | 
											<div class="column"><div class="ui segment" style="background-color: lightblue"> Übungs Bilder: <a href="https://www.schubertdaniel.de/linuxkurs/bilder.zip" target="_blank">bilder.zip</a></div></div>
 | 
				
			||||||
 | 
										</div>
 | 
				
			||||||
 | 
									</div>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<div class="ui segment">
 | 
								<div class="ui segment">
 | 
				
			||||||
				<h2><i class="icon file pdf outline"></i>PDF</h2>
 | 
									<h2><i class="icon file pdf outline"></i>PDF</h2>
 | 
				
			||||||
				<ul>
 | 
									<div class="ui left aligned grid">
 | 
				
			||||||
					<li><a href="pdf/Linux-Kurs/lxes-de-manual.pdf">Linux Essentials</a></li>
 | 
										<div class="center aligned two column row">
 | 
				
			||||||
					<li><a href="pdf/Linux-Kurs/grundkurs-linux.pdf">Grundkurs Linux</a></li>
 | 
											<div class="column">
 | 
				
			||||||
				</ul>
 | 
												<a href="pdf/Linux-Kurs/lxes-de-manual.pdf" target="_blank">
 | 
				
			||||||
 | 
													<div class="ui segment">PDF Linux Essentials </div>
 | 
				
			||||||
 | 
												</a>
 | 
				
			||||||
 | 
											</div>
 | 
				
			||||||
 | 
											<div class="column">
 | 
				
			||||||
 | 
												<a href="pdf/Linux-Kurs/grundkurs-linux.pdf" target="_blank">
 | 
				
			||||||
 | 
													<div class="ui segment">
 | 
				
			||||||
 | 
														PDF Grundkurs Linux
 | 
				
			||||||
 | 
													</div>
 | 
				
			||||||
 | 
												</a>
 | 
				
			||||||
 | 
											</div>
 | 
				
			||||||
 | 
										</div>
 | 
				
			||||||
 | 
									</div>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<div class="ui segment">
 | 
								<div class="ui segment">
 | 
				
			||||||
				<h2><i class="icon linkify"></i>Links</h2>
 | 
									<h2><i class="icon linkify"></i>Links</h2>
 | 
				
			||||||
@@ -48,11 +65,13 @@
 | 
				
			|||||||
					<li><a href="https://github.com/alebcay/awesome-shell" target="_blank">Awesome Shell </a></li>
 | 
										<li><a href="https://github.com/alebcay/awesome-shell" target="_blank">Awesome Shell </a></li>
 | 
				
			||||||
					<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>
 | 
										<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>
 | 
				
			||||||
					<li><a href="https://devhints.io/bash" target="_blank">bash scripting Cheat Sheet</a></li>
 | 
										<li><a href="https://devhints.io/bash" target="_blank">bash scripting Cheat Sheet</a></li>
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
					<h3>reguläre Ausdrücke</h3>
 | 
										<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="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>
 | 
										<li><a href="http://rubular.com/" target="_blank">rubular.com  - Reguläre Ausdrücke testen</a>
 | 
				
			||||||
 | 
										<h3>vim / emacs</h3>
 | 
				
			||||||
 | 
					          <li><a href="https://danielmiessler.com/study/vim/" target="_blank">>Gutes VIM Tutorial</a></li>
 | 
				
			||||||
 | 
										<li><a href="https://devhints.io/vim" target="_blank" target="_blank">>bash scripting Cheat Sheet</a></li>
 | 
				
			||||||
 | 
										<li><a href="https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf" target="_blank">emacs cheat sheet</a>
 | 
				
			||||||
				</ul>
 | 
									</ul>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user