1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
\input{configpres}
\subsection{LX Training System}
\title{\lq LX Training System\rq}
\maketitle
\begin{frame}
\frametitle{Training System Overview}
\begin{itemize}
\item minimal Debian Desktop
\item required tools for the training are preinstalled
\item slides
\item the disk is yours now!
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Boot}
\begin{itemize}
\item connect the external HD with your system, use USB 3.0 if posible
\item power your system and enter the BIOS/EFI (F2, ENTF, F10, F11, F6)
\item configure the system to boot from USB Drive / Mass Storage Device
\end{itemize}
in case you are not allowed to change the boot order of your system:
\begin{itemize}
\item ask me, we can also use sth. like vmWare to boot the image
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Login}
Login with the following credentials:
\begin{description}
\item[User] devel
\item[Password] devel
\end{description}
don't work as root always, but if needed, use the
\begin{description}
\item[Password] root
\end{description}
it's better to use 'sudo' if root rights are required
\begin{description}
\item[Password] devel
\end{description}
\end{frame}
\begin{frame}
\frametitle{Keyboard Layout}
The Image is preconfigured with an English Keyboard Layout, if you want to
modify this setting:
\begin{itemize}
\item 'System', 'Preferences', 'Keyboard'
\item 'Layouts'
\item select '+ Add..', choose your prefered 'Country' and 'Variant'
\item if unsure, select 'Germany' and 'German German (eliminate dead keys)'
\item 'Add'
\item select 'English (US)' and click on '-Remove'
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Terminals}
Please use a terminal emulator you are familiar with:
\begin{description}
\item[MATE Terminal] use this, if unsure what to use
\item[xterm]
\end{description}
\end{frame}
\begin{frame}
\frametitle{Editor}
Please use an editor you are familiar with:
\begin{description}
\item[emacs, vi, vim, gvim] only use this editors if you use them regulary
\item[gedit, pluma] graphical editors with syntax highlighting
\item[nano, pico] simple text-based editors
\end{description}
If you are new the Linux, use 'pluma'
\end{frame}
\input{tailpres}
|