From bead619b23d34d7df8d5c7d64b38b5bac101ded5 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 10 Jul 2013 17:26:31 +0200 Subject: add presentation about the debian project Signed-off-by: Manuel Traut --- distribution/debian/Makefile | 9 +++ distribution/debian/pres_debian.tex | 140 ++++++++++++++++++++++++++++++++++++ 2 files changed, 149 insertions(+) create mode 100644 distribution/debian/Makefile create mode 100644 distribution/debian/pres_debian.tex (limited to 'distribution/debian') diff --git a/distribution/debian/Makefile b/distribution/debian/Makefile new file mode 100644 index 0000000..d641258 --- /dev/null +++ b/distribution/debian/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 *.tex` ; do \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + diff --git a/distribution/debian/pres_debian.tex b/distribution/debian/pres_debian.tex new file mode 100644 index 0000000..0009185 --- /dev/null +++ b/distribution/debian/pres_debian.tex @@ -0,0 +1,140 @@ +\input{configpres} + +\begin{frame} +\begin{figure}[ht] +\includegraphics[width=1.0\textwidth]{debian.png} +\end{figure} +Manuel Traut, Linutronix GmbH + +OSADL Networking Day 2013 + +May 28, 2013 +\end{frame} + +\subsection{Agenda} +\begin{frame} +Debian is a community driven distribution, + +well-known for + +its high quality standard + +and a clear focus on Security. + +We also have a look at the open-source infrastructure of Debian. +\end{frame} + +\subsection{Debian is a community driven distribution} +\begin{frame} +The Debian Project is +\begin{itemize} +\item a worldwide group of volunteers +\item an operating system distribution +\item composed entirely of free software +\end{itemize} +\end{frame} + + +\subsection{well-known for} +\begin{frame} +its huge number of supported architectures +\begin{itemize} +\item 32-Bit PC/Intel IA-32 (i386) +\item 64-Bit PC/Intel EM64T/x86-64 (amd64) +\item ARM EABI (armel and armhf for devices with FPU) +\item MIPS (mips - Big-Endian and mipsel - Little-Endian) +\item Motorola/IBM PowerPC (powerpc) +\item Sun/Oracle SPARC (sparc) +\item Intel Itanium (ia64) +\item IBM S/390 (31 Bit s390 und 64 Bit s390x) +\end{itemize} + +\dots and its huge number of packages (about 35.000 per arch) +\end{frame} + + +\subsection{its high quality standard} +\begin{frame} +There is an extensive set of policies and procedures for packaging and +delivering software. + +These standards are backed up by +\begin{itemize} +\item tools (dh\_make, lintian, debuild, reprepro) +\item automation (wanna\_build, version tracking) +\item documentation (http://debian.org/doc/): +\begin{itemize} + \item New Maintainer Guide + \item Debian Policies + \item Porting Guide + \item Developer Reference + \item Securing Debian +\end{itemize} +\end{itemize} +All of Debian's key elements are open and visible. +\end{frame} + + +\subsection{and a clear focus on security.} +\begin{frame} +\begin{itemize} +\item Security issues are discussed openly on the debian-security mailing list +\item When a security problem arises, the security update is prepared and + distributed as fast as possible. +\item There is a 'secure by default' policy for service installations + which could impose restrictions on their normal use. +\item Debian Security Advisories (DSAs) are sent to public mailing lists, + are published on http://www.debian.org/security/\#DSAS +\end{itemize} +\end{frame} + +\subsection{Debian Security Advisory} +\begin{frame} +\includegraphics[height=1.0\textheight]{dsa.png} +\end{frame} + +\subsection{Debian Infrastructure} +\begin{frame} +Debian has a great infrastructure which is also available as open-source. + +The following slides show a few components of the infrastructure. +\end{frame} + +\subsection{Debian Package Tracking System} +\begin{frame} +\includegraphics[width=1.0\textwidth]{qa.png} +\end{frame} + +\subsection{Source Repo of a Debian Package} +\begin{frame} +\includegraphics[width=1.0\textwidth]{x11-git.png} +\end{frame} + +\subsection{Debian Package Build} +\begin{frame} +\includegraphics[height=1.0\textheight]{x11-buildd.png} +\end{frame} + +\subsection{Debian Bugtracker} +\begin{frame} +\includegraphics[height=1.0\textheight]{x11-bugs.png} +\end{frame} + +\subsection{Debian Package Informations} +\begin{frame} +\includegraphics[height=1.0\textheight]{x11-pkg.png} +\end{frame} + +\subsection{Conclusion} +\begin{frame} +Debian stands for +\begin{itemize} +\item a huge number of packages and supported architectures +\item development is transparent and community driven +\item a focus on security +\item a strict licence compliance +\item good documentation in different languages +\end{itemize} +\end{frame} + +\input{tailpres} -- cgit v1.2.3 From 4b73fed9659f52f8ba60e11ed03bb3152e5f39a8 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 10 Jul 2013 22:18:10 +0200 Subject: add graphics for distirbution slides Signed-off-by: Manuel Traut --- distribution/debian/debian.png | Bin 0 -> 35981 bytes distribution/debian/dsa.png | Bin 0 -> 77319 bytes distribution/debian/qa.png | Bin 0 -> 238015 bytes distribution/debian/x11-bugs.png | Bin 0 -> 94506 bytes distribution/debian/x11-buildd.png | Bin 0 -> 111081 bytes distribution/debian/x11-git.png | Bin 0 -> 115865 bytes distribution/debian/x11-pkg.png | Bin 0 -> 114298 bytes distribution/elbe/elbe-logo.png | Bin 0 -> 9018 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 distribution/debian/debian.png create mode 100644 distribution/debian/dsa.png create mode 100644 distribution/debian/qa.png create mode 100644 distribution/debian/x11-bugs.png create mode 100644 distribution/debian/x11-buildd.png create mode 100644 distribution/debian/x11-git.png create mode 100644 distribution/debian/x11-pkg.png create mode 100644 distribution/elbe/elbe-logo.png (limited to 'distribution/debian') diff --git a/distribution/debian/debian.png b/distribution/debian/debian.png new file mode 100644 index 0000000..e23ddfb Binary files /dev/null and b/distribution/debian/debian.png differ diff --git a/distribution/debian/dsa.png b/distribution/debian/dsa.png new file mode 100644 index 0000000..85d9e26 Binary files /dev/null and b/distribution/debian/dsa.png differ diff --git a/distribution/debian/qa.png b/distribution/debian/qa.png new file mode 100644 index 0000000..1895399 Binary files /dev/null and b/distribution/debian/qa.png differ diff --git a/distribution/debian/x11-bugs.png b/distribution/debian/x11-bugs.png new file mode 100644 index 0000000..5213ce9 Binary files /dev/null and b/distribution/debian/x11-bugs.png differ diff --git a/distribution/debian/x11-buildd.png b/distribution/debian/x11-buildd.png new file mode 100644 index 0000000..75d4da8 Binary files /dev/null and b/distribution/debian/x11-buildd.png differ diff --git a/distribution/debian/x11-git.png b/distribution/debian/x11-git.png new file mode 100644 index 0000000..514ab1b Binary files /dev/null and b/distribution/debian/x11-git.png differ diff --git a/distribution/debian/x11-pkg.png b/distribution/debian/x11-pkg.png new file mode 100644 index 0000000..9542fae Binary files /dev/null and b/distribution/debian/x11-pkg.png differ diff --git a/distribution/elbe/elbe-logo.png b/distribution/elbe/elbe-logo.png new file mode 100644 index 0000000..1d3c745 Binary files /dev/null and b/distribution/elbe/elbe-logo.png differ -- cgit v1.2.3 From 94cb9659c53baf8b293cd87c35e7b0f07ece7b61 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Fri, 3 Jan 2014 17:09:28 +0100 Subject: remove 'osadl networking day' headlines Signed-off-by: Manuel Traut --- distribution/debian/pres_debian.tex | 6 +----- distribution/elbe/pres_elbe.tex | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'distribution/debian') diff --git a/distribution/debian/pres_debian.tex b/distribution/debian/pres_debian.tex index 0009185..5736c4e 100644 --- a/distribution/debian/pres_debian.tex +++ b/distribution/debian/pres_debian.tex @@ -5,10 +5,6 @@ \includegraphics[width=1.0\textwidth]{debian.png} \end{figure} Manuel Traut, Linutronix GmbH - -OSADL Networking Day 2013 - -May 28, 2013 \end{frame} \subsection{Agenda} @@ -24,7 +20,7 @@ and a clear focus on Security. We also have a look at the open-source infrastructure of Debian. \end{frame} -\subsection{Debian is a community driven distribution} +\subsection{community driven distribution} \begin{frame} The Debian Project is \begin{itemize} diff --git a/distribution/elbe/pres_elbe.tex b/distribution/elbe/pres_elbe.tex index f1c5cd1..8c66cb3 100644 --- a/distribution/elbe/pres_elbe.tex +++ b/distribution/elbe/pres_elbe.tex @@ -7,10 +7,6 @@ \centerline{\large Embedded Linux Build Environment} \vskip20pt Manuel Traut, Linutronix GmbH - -OSADL Networking Day 2013 - -May 28, 2013 \end{frame} \subsection{Agenda} -- cgit v1.2.3