initial commit part 7 'Linux anderswo verwenden'
This commit is contained in:
parent
b3b41e98df
commit
11861a2816
142
part1/07/07.md
142
part1/07/07.md
@ -1,9 +1,145 @@
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h1>Linux anderswo verwenden</h1>
|
||||
<div class="layout-content" >
|
||||
<h1>Linux anderswo verwenden</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<!-- here be content -->
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content" >
|
||||
<h3>Mögliche Hindernisse</h3>
|
||||
<ul>
|
||||
<li class="fragment">kompletter Umstieg für einige zu großes Risiko</li>
|
||||
<li class="fragment">für Job auf Windows(-Anwendungen) angewiesen</li>
|
||||
<li class="fragment">Videospiel-Ethusiast</li>
|
||||
<li class="fragment">keine Erlaubnis/Berechtigung (z.B. Leih-Gerät)</li>
|
||||
<li class="fragment">...</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content" >
|
||||
<h3>Also trotzdem kein Linux?</h3>
|
||||
<h2 class="fragment">DOCH!</h2>
|
||||
<h3 class="fragment">Verschiedene Möglichkeiten Linux zusätzlich bzw. parallel zu verwenden</h3>
|
||||
<ul>
|
||||
<li class="fragment">Virtuelle Maschine</li>
|
||||
<li class="fragment">Dual Boot</li>
|
||||
<li class="fragment">(Linux-Subsystem) (keine GUI, nur Terminal)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 class="layout-title">Virtuelle Maschine (VM)</h2>
|
||||
<h3>engl. virtual machine</h3>
|
||||
<p class="fragment">= Simulation eines weiteren PCs innerhalb des aktuellen Betriebssystems durch Software</p>
|
||||
<ul>
|
||||
<li class="fragment">Hypervisor stellt Umgebung bereit, in der man z.B. ein beliebiges Linux System installieren kann
|
||||
<li class="fragment">wird aus dem laufendem Host-System als Fenster gestartet
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-preview-only" >
|
||||
<div class="layout-preview">
|
||||
<figure>
|
||||
<img src="part1/07/virtualMachineUbuntu.webp" >
|
||||
<figcaption>Virtuelle Maschine mit Ubuntu unter Windows (<a href="https://www.windowscentral.com/how-run-linux-distros-windows-10-using-hyper-v">Quelle</a>)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 class="layout-title">Virtuelle Maschine (VM)</h2>
|
||||
<h4 class="fragment">Vorteile</h4>
|
||||
<ul class="fragment">
|
||||
<li>Schneller Zugriff und simulatane Benutzung
|
||||
<li>Einfacher Datenaustauschen zwischen Hostsystem und VM
|
||||
<li>Virtuelle Maschine kann gut umgezogen werden (eine große Datei, welche alles enthält)
|
||||
</ul>
|
||||
<h4 class="fragment">Nachteile</h4>
|
||||
<ul class="fragment">
|
||||
<li>Es laufen effektiv zwei Betriebssysteme gleichzeitig, somit leistungseinbußen
|
||||
<li>VM hat keinen direkten Zugriff auf Hardwarekomponenten
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 class="layout-title">Dual/Multi Boot</h2>
|
||||
<p>= Parallele Installation von zwei oder mehr Betriebssystemen</p>
|
||||
<ul class="fragment">
|
||||
<li>Auswahl des Systems bei Start des PCs (Bootloader)</li>
|
||||
<li>Verschiedene Bootmanager (UEFI & BIOS)</li>
|
||||
<li>Windows überschreibt bei Installation Bootloader</li>
|
||||
<li>→ Linux nach Windows installieren</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-two-previews">
|
||||
<div class="layout-preview">
|
||||
<figure>
|
||||
<img src="part1/07/windowsBootManager.png" >
|
||||
<figcaption>Windows Boot Manager (<a href="http://www.linuxbsdos.com/wp-content/uploads/2012/05/EasyBSDUbuntu.png">Quelle</a>)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<figure>
|
||||
<img src="part1/07/gnuGrubBootManager.jpg" >
|
||||
<figcaption>GNU GRUB Boot Manager (<a href="https://www.techotopia.com/images/3/37/Ubuntu_11_dual_boot_menu.jpg">Quelle</a>)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 class="layout-title">Dual/Multi Boot</h2>
|
||||
<h4>Nachteile</h4>
|
||||
<ul class="fragment">
|
||||
<li>Keine simulatane Benutzung der Systeme möglich</li>
|
||||
<li>Wechsel zwischen den Betriebssystemen nur durch Neustart des Rechners</li>
|
||||
<li>Eigene Parition pro Betriebssystem notwendig</li>
|
||||
</ul>
|
||||
<h4 class="fragment">Vorteile</h4>
|
||||
<ul class="fragment">
|
||||
<li>nur ein Betriebssystem gleichzeitig aktiv</li>
|
||||
<li>→ mehr Performance</li>
|
||||
<li>→ nativer Zugriff auf Hardwarekomponenten</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
<div class="layout-content-only">
|
||||
<div class="layout-content">
|
||||
<h2 class="layout-title">Windows Subsystem for Linux (WSL)</h2>
|
||||
<ul>
|
||||
<li class="fragment">im Grunde sehr leichtgewichtige Virtuelle Maschine</li>
|
||||
<li class="fragment">kein graphisches Interface, keine Desktop-Umgebung</li>
|
||||
<li class="fragment">für Terminal-Anwendungen dennoch sehr nützlich</li>
|
||||
<li class="fragment">nur bestimmte Distributionen verfügbar</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
BIN
part1/07/gnuGrubBootManager.jpg
Normal file
BIN
part1/07/gnuGrubBootManager.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
part1/07/virtualMachineUbuntu.webp
Normal file
BIN
part1/07/virtualMachineUbuntu.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
part1/07/windowsBootManager.png
Normal file
BIN
part1/07/windowsBootManager.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
Loading…
x
Reference in New Issue
Block a user