Skip to content
Snippets Groups Projects
Commit 2451c637 authored by Tom Kunze's avatar Tom Kunze
Browse files

tag1/vorlesung: update year and username style

Students will probably don't recognize the old username
format (sivvnnnn) as valid.
parent 22b58424
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -43,7 +43,7 @@
\begin{terminal}{}
\tt
\$ pwd \\
/home/cip/2005/sicherha
/home/cip/2014/ys66efot
\end{terminal}
\end{frame}
......@@ -100,7 +100,7 @@
\begin{frame}{\insertsection}{Home und ciptmp}
\begin{itemize}
\item Jeder Benutzer besitzt ein \textit{Home}-Verzeichnis \vspace{0.08cm}\\
\hspace{0.2cm}(\texttt{/home/cip/2015/<userlogin>}):\vspace{0.13cm}
\hspace{0.2cm}(\texttt{/home/cip/2017/<userlogin>}):\vspace{0.13cm}
\begin{itemize}
\item Es steht nur begrenzter Speicherplatz zur Verf"ugung (500 MB) \vspace{0.08cm}
\item Dort liegen Konfigurationen und Nutzdaten\vspace{0.08cm}
......
......@@ -38,13 +38,17 @@
\Tbox{etc}{etc}
\pstree{\Tbox{home}{home}}{
\pstree{\Tbox{cip}{cip}} {
\pstree{\Tbox{2005}{2005}}{
\pstree{\Tbox{myhome}{sicherha}}{
\Tbox{linuxkurs}{linuxkurs}
\pstree{\Tbox{2014}{2014}}{
\pstree{\Tbox{myhome}{iv74upil}}{
\Tbox{Linux-Kurs}{Linux-Kurs}
}
\pstree{\Tbox{myhome}{ys66efot}}{
\Tbox{Linux-Kurs}{Linux-Kurs}
}
}
\Tbox{2014}{2014}
\Tbox{2015}{2015}
\Tbox{2016}{2016}
\Tbox{2017}{2017}
}
}
\Tbox{usr}{usr}
......@@ -52,6 +56,6 @@
\Tbox{cdrom}{cdrom}
}
\pstree{\Tbox{proj}{proj}}{
\pstree{\Tbox{ciptmp}{ciptmp}}{\Tbox{ciptmplogin}{sicherha}}
\pstree{\Tbox{ciptmp}{ciptmp}}{\Tbox{ciptmplogin}{ys66efot}}
}
}
\input{baeume.tex}
\ncarc[arcangle=-30]{->}{myhome}{linuxkurs}
\bput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd linuxkurs}}
\ncarc[arcangle=-30]{->}{myhome}{Linux-Kurs}
\bput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd Linux-Kurs}}
\end{document}
\input{baeume.tex}
\nccurve[linestyle=dashed,angleA=90,angleB=90]{->}{linuxkurs}{myhome}
\nccurve[linestyle=dashed,angleA=90,angleB=90]{->}{Linux-Kurs}{myhome}
\bput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd ..}}
\end{document}
\input{baeume.tex}
\nccurve[linestyle=dashed,angleA=-90,angleB=0]{->}{myhome}{2009}
\aput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd ../../2009}}
\nccurve[linestyle=dashed,angleA=-90,angleB=0]{->}{myhome}{2017}
\aput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd ../../2017}}
\end{document}
\input{baeume.tex}
\nccurve[linestyle=dashed,angleA=-90,angleB=0]{->}{myhome}{ciptmplogin}
\bput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd ../../../../proj/ciptmp/sicherha}}
\bput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd ../../../../proj/ciptmp/ys66efot}}
\end{document}
\input{baeume.tex}
\nccurve[linestyle=dashed,angleA=-90,angleB=0]{->}{myhome}{ciptmplogin}
\bput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd /proj/ciptmp/sicherha}}
\bput{0}{\psovalbox*[fillcolor=yellow,linecolor=red]{cd /proj/ciptmp/ys66efot}}
\end{document}
......@@ -3,8 +3,8 @@
\begin{frame}{\insertsection}
\begin{terminal}{}
\texttt{\$ ls \\
linuxkurs2014.aux linuxkurs2014.log linuxkurs2014.nav linuxkurs2014.pdf linuxkurs2014.tex linuxkurs2014.toc
linuxkurs2015.aux linuxkurs2015.log linuxkurs2015.nav linuxkurs2015.pdf linuxkurs2015.tex linuxkurs2015.toc
linuxkurs2016.aux linuxkurs2016.log linuxkurs2016.nav linuxkurs2016.pdf linuxkurs2016.tex linuxkurs2016.toc
linuxkurs2017.aux linuxkurs2017.log linuxkurs2017.nav linuxkurs2017.pdf linuxkurs2017.tex linuxkurs2017.toc
}
\end{terminal}
\pause
......@@ -12,7 +12,7 @@
Wie werde ich nur die ganzen Dateien vom letzten Jahr los?
\vspace{1.5ex}
\begin{terminal}{}
\texttt{\$ rm linuxkurs2014.aux linuxkurs2014.log linuxkurs2014.nav \dots}
\texttt{\$ rm linuxkurs2016.aux linuxkurs2016.log linuxkurs2016.nav \dots}
\end{terminal}
\vspace{2ex}
Geht das nicht einfacher?!
......@@ -32,11 +32,11 @@ Geht das nicht einfacher?!
Zur"uck zum Beispiel:
\begin{terminal}{}
\texttt{\$ rm linuxkurs2014*}
\texttt{\$ rm linuxkurs2016*}
\end{terminal}
\texttt{linuxkurs2014*} steht demnach f"ur alle Dateinamen, die mit \texttt{linuxkurs2014} beginnen: \\
\texttt{linuxkurs2014*} $\leadsto$ \texttt{linuxkurs2014.aux linuxkurs2014.log \dots} \\[1.5ex]
\texttt{linuxkurs2016*} steht demnach f"ur alle Dateinamen, die mit \texttt{linuxkurs2016} beginnen: \\
\texttt{linuxkurs2016*} $\leadsto$ \texttt{linuxkurs2016.aux linuxkurs2016.log \dots} \\[1.5ex]
\end{frame}
\begin{frame}{\insertsection}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment