lehrkraefte:blc:informatik:glf24:bash:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
lehrkraefte:blc:informatik:glf24:bash:start [2025/02/02 10:15] – created Ivo Blöchligerlehrkraefte:blc:informatik:glf24:bash:start [2025/02/19 08:28] (current) – [Übersicht] Ivo Blöchliger
Line 1: Line 1:
-  * [[.:gitbashcommands|Kommandos für die Windows git-bash]]+====== Installation der git-bash ====== 
 +  * Download: https://git-scm.com/downloads/win 
 + 
 +====== Übersicht ====== 
 +  * Präsentation 
 +  * Live-Demo 
 +  * [[.:cheat-sheet|Cheat-Sheet]] 
 +  * [[lehrkraefte:blc:informatik:glf4-23:kommandozeile:advanced|Passwort hunt]] Advanced bash 
 +  * [[.:pruefung|Prüfung]] 
 + 
 +Schauen Sie sich die Dateien auch im Dateimanager an. Lassen Sie sich dabei die Dateiendungen anzeigen (Ansicht -> Dateinamenerweiterungen anzeigen). 
 +====== Intro ====== 
 +  * git-bash starten und Verzeichnis anlegen: 
 +<code bash> 
 +mkdir temp 
 +</code> 
 +  * ins neue Verzeichnis wechseln: 
 +<code bash> 
 +cd temp 
 +</code> 
 +  * Adventure herunterladen 
 +<code bash> 
 +curl.exe https://fginfo.ksbg.ch/intro.zip -o intro.zip 
 +</code> 
 +  * Kontrollieren, ob Datei angekommen ist: 
 +<code bash> 
 +ls 
 +</code> 
 +  * Zip-Datei entpacken: 
 +<code bash> 
 +unzip intro.zip 
 +</code> 
 +  * Resultat anschauen: 
 +<code bash> 
 +ls 
 +</code> 
 +  * Ins neue Verzeichnis wechseln und den «Guide» starten: 
 +<code bash> 
 +cd intro 
 +bash guide.bash 
 +bash guide.bash 
 +</code> 
 + 
 +==== Nicht direkt relevant ==== 
 + 
 +  * [[.:gitbashcommands|Dump aller Kommandos für die Windows git-bash (für die Unterrichtsvorbereitung)]]
  • lehrkraefte/blc/informatik/glf24/bash/start.1738491314.txt.gz
  • Last modified: 2025/02/02 10:15
  • by Ivo Blöchliger