2013-09-26 11:05:54 +02:00
|
|
|
|
\documentclass{beamer}
|
|
|
|
|
|
|
|
|
|
%\usertheme{Madrid}
|
|
|
|
|
\setbeamercovered{transparent}
|
|
|
|
|
\setcounter{tocdepth}{2}
|
|
|
|
|
\usepackage[french]{babel}
|
|
|
|
|
%\usepackage[utf8,utf8x]{inputenc}
|
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
\usepackage{xunicode} %Unicode extras!
|
|
|
|
|
\usepackage{xltxtra} %Fixes
|
|
|
|
|
\setmainfont{CaviarDreams}
|
|
|
|
|
\usepackage{multicol}
|
|
|
|
|
%\usepackage{colortbtl}
|
|
|
|
|
\usepackage{graphicx}
|
|
|
|
|
\usepackage{verbatim} % Pour l'insertion de fichier en mode verbatim
|
|
|
|
|
\usepackage{ucs}
|
|
|
|
|
\usepackage{tabto}
|
|
|
|
|
\usepackage{xcolor}
|
|
|
|
|
\usepackage{hyperref}
|
|
|
|
|
\usepackage{hyperxmp}
|
|
|
|
|
\hypersetup{%
|
|
|
|
|
colorlinks=true,linkcolor=blue,urlcolor=blue,pdfpagemode=UseNone,
|
|
|
|
|
pdftitle={Tronc commun 2},
|
|
|
|
|
pdfkeywords={distribution, GNU, linux, eole, éducation, nationale, ubuntu},
|
|
|
|
|
pdfauthor={Philippe Caseiro},
|
|
|
|
|
pdflang={fr-FR},
|
|
|
|
|
pdfcopyright={Copyright © 2013 Cadoles}, % Nécessite XeTeX
|
|
|
|
|
pdflicenseurl={http://creativecommons.org/licenses/by-nc-sa/2.0/fr/},
|
|
|
|
|
}
|
|
|
|
|
%\usecolortheme{crane}
|
|
|
|
|
\definecolor{UniBlue}{RGB}{83,121,180}
|
|
|
|
|
\definecolor{CleanWhite}{RGB}{255,255,255}
|
|
|
|
|
\setbeamercolor{title}{fg=UniBlue}
|
|
|
|
|
\setbeamercolor{frametitle}{fg=CleanWhite}
|
|
|
|
|
\setbeamercolor{structure}{fg=UniBlue}
|
|
|
|
|
\newcommand{\eolesmall}{
|
|
|
|
|
\begin{minipage}[c]{0.10\textwidth}
|
|
|
|
|
\includegraphics[width=1cm]{beamer-skel/img/logo-eole.png}
|
|
|
|
|
\end{minipage}
|
|
|
|
|
}
|
|
|
|
|
\newcommand{\eolebig}{\includegraphics[width=2cm]{beamer-skel/img/logo-eole.png}}
|
|
|
|
|
\newcommand{\eolefull}{\includegraphics{beamer-skel/img/logo-eole.png}}
|
|
|
|
|
%\setmonofont[Scale=0.86]{Andale Mono}
|
|
|
|
|
%\usepackage{colortab}
|
|
|
|
|
|
|
|
|
|
\setbeamertemplate{background}{\includegraphics[width=128mm]{beamer-skel/img/banner01.png}}
|
|
|
|
|
|
|
|
|
|
\title[]{Formation personnalisée}
|
|
|
|
|
\subtitle{Académie de la Martinique}
|
|
|
|
|
|
|
|
|
|
\author[Equipe Auteur]{Philippe Caseiro}
|
|
|
|
|
|
|
|
|
|
\institute[Cadoles]{\includegraphics[width=2cm]{beamer-skel/img/logo-cadoles-01.png}}
|
|
|
|
|
|
|
|
|
|
\date{{\small \today}}
|
|
|
|
|
|
|
|
|
|
\subject{Talks}
|
|
|
|
|
|
|
|
|
|
\AtBeginSubsection[]
|
|
|
|
|
{
|
|
|
|
|
\begin{frame}<beamer>
|
|
|
|
|
\frametitle{}
|
|
|
|
|
\tableofcontents[currentsection,currentsubsection]
|
|
|
|
|
\end{frame}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
\logo{
|
|
|
|
|
% \includegraphics[width=1cm]{beamer-skel/img/logo-ecologie.png}~
|
|
|
|
|
\hspace{120pt}
|
|
|
|
|
\includegraphics[width=2cm]{beamer-skel/img/logo-cadoles-01.png}~
|
|
|
|
|
\hspace{113pt}
|
|
|
|
|
\includegraphics[width=1cm]{beamer-skel/img/logo_en.jpg}~
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
% Page de titre
|
|
|
|
|
\begin{frame}
|
|
|
|
|
\titlepage
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
\section{Introduction}
|
|
|
|
|
\begin{frame}{Plan}
|
|
|
|
|
\begin{columns}[t]
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\end{columns}
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
%Intro
|
|
|
|
|
\include{modules_EOLE_envole/commun/00-intro}
|
|
|
|
|
\include{modules_EOLE_envole/commun/01-nouveaute23}
|
|
|
|
|
%méta-paquet EOLE description
|
|
|
|
|
\include{modules_EOLE_envole/amon/00-description}
|
|
|
|
|
\include{modules_EOLE_envole/sphynx/00-description}
|
|
|
|
|
\include{modules_EOLE_envole/scribe/00-description}
|
|
|
|
|
\include{modules_EOLE_envole/horus/00-description}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-1/00-panorama-module}
|
|
|
|
|
%méta-paquet EOLE install
|
|
|
|
|
\begin{frame}
|
|
|
|
|
\frametitle{Les différents méta-paquets EOLE}
|
|
|
|
|
\begin{itemize}
|
|
|
|
|
\item amon-pkg ;
|
|
|
|
|
\item scribe-pkg ;
|
|
|
|
|
\item amonecole-pkg ;
|
|
|
|
|
\item horus-pkg ;
|
|
|
|
|
\item seshat-pkg ;
|
|
|
|
|
\item sphynx-pkg ;
|
|
|
|
|
\item zephir-pkg.
|
|
|
|
|
\end{itemize}
|
|
|
|
|
\end{frame}
|
|
|
|
|
%Les conteneurs intro (voir suite dans personnalisation creole
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-1/05-conteneurs}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-1/05-conteneurs-pratique}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\section{Personnalisation du serveur}
|
|
|
|
|
\begin{frame}{Plan}
|
|
|
|
|
\begin{columns}[t]
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\end{columns}
|
|
|
|
|
\end{frame}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/01-personnalisation-creole}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/01-personnalisation-creole2}
|
|
|
|
|
|
|
|
|
|
%\section{Application Zéphir}
|
|
|
|
|
%\begin{frame}{Plan}
|
|
|
|
|
% \begin{columns}[t]
|
|
|
|
|
% \begin{column}{5cm}
|
|
|
|
|
% \tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
|
|
|
|
% \end{column}
|
|
|
|
|
% \begin{column}{5cm}
|
|
|
|
|
% \tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
|
|
|
|
% \end{column}
|
|
|
|
|
% \end{columns}
|
|
|
|
|
%\end{frame}
|
|
|
|
|
%\include{modules_EOLE_envole/tronc-commun-2/02-zephir}
|
|
|
|
|
%\include{modules_EOLE_envole/tronc-commun-2/03-zephir_script}
|
|
|
|
|
|
|
|
|
|
\section{API Python}
|
|
|
|
|
\begin{frame}{Plan}
|
|
|
|
|
\begin{columns}[t]
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\end{columns}
|
|
|
|
|
\end{frame}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/20-api}
|
|
|
|
|
|
|
|
|
|
\section{API Bash}
|
|
|
|
|
\begin{frame}{Plan}
|
|
|
|
|
\begin{columns}[t]
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\end{columns}
|
|
|
|
|
\end{frame}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/30-api_bash}
|
|
|
|
|
|
|
|
|
|
\section{Administration avancée}
|
|
|
|
|
\begin{frame}{Plan}
|
|
|
|
|
\begin{columns}[t]
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={1-6},currentsection, hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\begin{column}{5cm}
|
|
|
|
|
\tableofcontents[sections={7-12},currentsection,hideothersubsections]
|
|
|
|
|
\end{column}
|
|
|
|
|
\end{columns}
|
|
|
|
|
\end{frame}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/04-diagnose}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/05-script-instance-reconfigure}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/06-montage-conteneur}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/07-eole-firewall}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/08-schedule}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/09-host}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/11-mysql}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/12-interface}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/13-disknod}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/14-sso}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/15-script-ead}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/16-sauvegarde}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/17-conteneur_groupe_conteneur}
|
|
|
|
|
\include{modules_EOLE_envole/tronc-commun-2/18-cert}
|
2013-10-04 15:21:07 +02:00
|
|
|
|
\include{modules_EOLE_envole/scribe/31-scripts-user-scribe}
|
|
|
|
|
|
2013-09-26 11:05:54 +02:00
|
|
|
|
|
|
|
|
|
\subject{Talks}
|
|
|
|
|
\begin{frame}
|
|
|
|
|
\frametitle{Licence}
|
|
|
|
|
Cette œuvre est mise à disposition sous licence \href{http://creativecommons.org/licenses/by-nc-sa/2.0/fr/}{\textsc{cc-by-nc-sa-2.0}}
|
|
|
|
|
\begin{itemize}
|
|
|
|
|
\item Attribution
|
|
|
|
|
\item Pas d’Utilisation Commerciale
|
|
|
|
|
\item Partage dans les Mêmes Conditions 2.0
|
|
|
|
|
\item France
|
|
|
|
|
\end{itemize}
|
|
|
|
|
Pour voir une copie de cette licence, visitez
|
|
|
|
|
\href{http://creativecommons.org/licenses/by-nc-sa/2.0/fr/}{http://creativecommons.org/licenses/by-nc-sa/2.0/fr/}
|
|
|
|
|
ou écrivez à Creative Commons, 444 Castro Street, Suite 900,
|
|
|
|
|
Mountain View, California, 94041, USA.
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
|
|
|