Skip to content

Commit

Permalink
Update slides
Browse files Browse the repository at this point in the history
  • Loading branch information
angelsl committed Sep 1, 2020
1 parent c2b1694 commit 23eb370
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 15 deletions.
Binary file modified 1-course-overview-linux-vm/course-overview-linux-vm.pdf
Binary file not shown.
45 changes: 30 additions & 15 deletions 1-course-overview-linux-vm/course-overview-linux-vm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,36 @@ \subsection{}
\end{center}
\end{frame}

\section{Guest Additions}
\subsection{}
\begin{frame}{Guest Additions}
VMs provide some software for better integration, e.g. shared clipboard, screen auto-resizing, etc.

VirtualBox calls them Guest Additions.
\end{frame}

\begin{frame}[fragile]{Installing VirtualBox Guest Additions}
Many Linux distributions offer the Guest Additions in their package repositories.

We will install it using the repositories:

\begin{minted}{bash}
sudo -i
apt update
apt install virtualbox-guest-utils \
virtualbox-guest-x11
\end{minted}
\end{frame}

\begin{frame}{Installing using the ISO}
If you install Windows, or some other OS that does not have the Guest Additions
in a package repository, then they can be installed via a CD image.

\menu{Devices > Insert Guest Additions CD Image}

This will insert the Guest Additions as a virtual CD.
\end{frame}

\section{Nifty Tricks with VM}
\subsection{Force shutdown the VM}
\begin{frame}{Force Shutdown the VM}
Expand Down Expand Up @@ -438,21 +468,6 @@ \subsection{Go crazy and experiment!}
\mintinline{bash}{:(){:|:&};:}
\end{frame}

\subsection{Guest Addons}
\begin{frame}{Guest Addons}
VMs provide some software for better integration, e.g. shared clipboard, screen auto-resizing, etc.

VirtualBox calls them Guest Additions.
\end{frame}

\begin{frame}{Installing VirtualBox Guest Additions}
\menu{Devices > Insert Guest Additions CD Image}

This will insert the Guest Additions as a virtual CD.

Choose ``Run''
\end{frame}

\section{Conclusion}
\subsection{}
\begin{frame}{Possible Alternatives for Next Week's Hacker Tools}
Expand Down

0 comments on commit 23eb370

Please sign in to comment.