[bootlin/training-materials updates] master: Drop details about memento sheets (40786aba)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Aug 7 11:21:23 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/40786abab791344a52c0d930f026be8fb2136882

>---------------------------------------------------------------

commit 40786abab791344a52c0d930f026be8fb2136882
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Sat Aug 7 11:21:23 2021 +0200

    Drop details about memento sheets
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

40786abab791344a52c0d930f026be8fb2136882
 slides/course-information/course-information.tex | 40 ------------------------
 1 file changed, 40 deletions(-)

diff --git a/slides/course-information/course-information.tex b/slides/course-information/course-information.tex
index fd9dfdf0..f1678eb2 100644
--- a/slides/course-information/course-information.tex
+++ b/slides/course-information/course-information.tex
@@ -72,43 +72,3 @@ During practical labs, write down all your commands in a text file.
   \includegraphics[height=0.8\textheight]{slides/course-information/matrix-screenshot.png}
 \end{columns}
 \end{frame}
-
-\begin{frame}
-  \frametitle{Command memento sheet}
-  \begin{columns}
-    \column{0.6\textwidth}
-    \begin{itemize}
-       \item This memento sheet gives command examples for the most
-       typical needs (looking for files, extracting a tar archive...)
-       \item It saves us 1 day of UNIX / Linux command line training.
-       \item Our best tip: in the command line shell, always hit the
-       \code{Tab} key to complete command names and file paths.
-       This avoids 95\% of typing mistakes.
-       \item Get an electronic copy on
-       \url{https://bootlin.com/doc/legacy/command-line/command_memento.pdf}
-    \end{itemize}
-    \column{0.4\textwidth}
-    \includegraphics[width=\textwidth]{slides/course-information/command_memento.png}
-  \end{columns}
-\end{frame}
-
-\begin{frame}
-  \frametitle{vi basic commands}
-  \begin{columns}
-    \column{0.6\textwidth}
-    \begin{itemize}
-      \item The \code{vi} editor is very useful to make quick
-      changes to files in an embedded target.
-      \item Though not very user friendly at first, \code{vi}
-      is very powerful and its main 15 commands are easy to
-      learn and are sufficient for 99\% of everyone's needs!
-      \item Get an electronic copy on
-      \url{https://bootlin.com/doc/legacy/command-line/vi_memento.pdf}
-      \item You can also take the quick tutorial by running
-      \code{vimtutor}. This is a worthy investment!
-    \end{itemize}
-    \column{0.4\textwidth}
-    \includegraphics[width=\textwidth]{slides/course-information/vi_memento.png}
-  \end{columns}
-\end{frame}
-




More information about the training-materials-updates mailing list