]> git.plutz.net Git - vhs_kurs/commitdiff
update FI/SI damago
authorPaul Hänsch <paul@plutz.net>
Thu, 24 Oct 2024 05:14:05 +0000 (07:14 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 24 Oct 2024 05:14:05 +0000 (07:14 +0200)
Tag_2.short
Tag_3.short
Tag_4.short

index 27a17431089e2ab209f379d37376724888df5761..fa528e42b51e67ed580731054f626e31a200b53a 100644 (file)
 ]
 
 [slide
-  [h1 Linux für Anwendungsentwicklung - Teil 2]
+  [h1 Linux für Fachinformatiker / Systemintegration - Teil 2]
 ]
 
 [slide [h2 Themen]
 
 [slide [h2 Nächster Teil]
   [ul
-    [li Themen: Prozessverwaltung, Netzwerke]
+    [li Themen: Prozessverwaltung, [strike Netzwerke]]
   ]
 ]
 
index 9bce2b76fc514a5121a591bd691233477e0a9c15..d71212a8a026c7f6c4febc360b335d040bb7d061 100644 (file)
@@ -1,9 +1,9 @@
 [html
-[head [title Linux für Anwendungsentwicklung]]
+[head [title Linux für Fachinformatiker / Systemintegration]]
 [body
-  [footer Paul Hänsch | Linux für Anwendungsentwicklung | damago GmbH]
+  [footer Paul Hänsch | Linux für Fachinformatiker / Systemintegration | damago GmbH]
 
-[slide [h1 Linux für Anwendungsentwicklung - Teil 3]]
+[slide [h1 Linux für Fachinformatiker / Systemintegration - Teil 3]]
 
 [slide [h2 Themen]
   [ul
 [slide [h2 Nächster Teil]
   [ul
     [li Softwareinstallation]
-    [li Anwendungsprogramme]
+    [li [strike Anwendungsprogramme]]
   ]
 ]
 
index 824d80f918e84ee1a75c11da817f632f55839023..c603f985738175aa8ce37b6af5f44b1c9c83e487 100644 (file)
@@ -1,9 +1,9 @@
 [html
-[head [title Linux für Anwendungsentwicklung]]
+[head [title Linux für Fachinformatiker / Systemintegration]]
 [body
-  [footer Paul Hänsch | Linux für Anwendungsentwicklung | damago GmbH]
+  [footer Paul Hänsch | Linux für Fachinformatiker / Systemintegration | damago GmbH]
 
-[slide [h1 Linux für Anwendungsentwicklung - Teil 4]]
+[slide [h1 Linux für Fachinformatiker / Systemintegration - Teil 4]]
 
 [slide [h2 Themen]
   [ul
 
 [slide [h2 Systeminstallation]
   [ul .uncover
-    [li [pre ~$ mkdir sys]]
-    [li [strike mount /dev/sdx1 sys/]]
-    [li [pre ~$ mkdir sys/bin]]
-    [li [pre ~$ cp /bin/busybox sys/bin]]
-    [li [pre ~$ sys/bin/busybox --install sys/bin]]
+    [li [pre ~$ mkdir newsystem]]
+    [li [strike mount /dev/sdx1 newsystem/]]
+    [li [pre ~$ mkdir newsystem/bin]]
+    [li [pre ~$ cp /bin/busybox newsystem/bin]]
+    [li [pre ~$ newsystem/bin/busybox --install newsystem/bin]]
   ]
 ]
 [slide [h2 Systeminstallation]
   [ul .uncover
-    [li [pre ~$ sudo chroot sys /bin/sh]]
+    [li [pre ~$ sudo chroot newsystem /bin/sh]]
   ]
 ]
 
   ]
 ]
 
-[slide [h1 Anwendersoftware]]
-[slide [h1 \...]]
-
-[slide [h2 Nächster Termin]
-  [ul
-    [li Dienstag, 5.7. - morgen]
-  ]
-]
-
 ]]