You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\begin{frame}{Ways to run Linux on your home device}
357
+
\begin{itemize}
358
+
\item Native installation on hardware
359
+
\item Virtual machines (e.g., VirtualBox, VMware)
360
+
\item Subsystem for Linux (WSL) \textit{(Windows only)}
361
+
\item Docker containers
362
+
\item Live USB/CD
363
+
\end{itemize}
364
+
\end{frame}
365
+
366
+
\begin{frame}{Ways to run Linux: differences}
367
+
\begin{itemize}
368
+
\item\textbf{Native install}: Best performance and full hardware access; requires partitioning and can disrupt existing OS.\@
369
+
\item\textbf{Virtual machine}: Strong isolation and easy snapshots; moderate overhead and limited direct device/GPU access.
370
+
\item\textbf{WSL}: Convenient dev workflow on Windows; runs in a lightweight VM with limited low-level hardware/peripheral access.
371
+
\item\textbf{Docker container}: More lightweight solution (in case of Windows/macOS also based on VM); shares host kernel (not a full OS), limited system-level control.
372
+
\item\textbf{Live USB/CD}: No installation and minimal risk; slower I/O, changes may be non-persistent unless using persistence.
0 commit comments