2013-05-26 17:56: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},
|
2014-01-23 18:27:04 +01:00
|
|
|
|
pdfauthor={Emmanuel Garette},
|
2013-05-26 17:56:54 +02:00
|
|
|
|
pdflang={fr-FR},
|
2014-01-23 18:27:04 +01:00
|
|
|
|
pdfcopyright={Copyright © 2011-2014 Cadoles}, % Nécessite XeTeX
|
2013-05-26 17:56:54 +02:00
|
|
|
|
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}
|
2016-04-26 15:33:54 +02:00
|
|
|
|
\definecolor{DirtyWhite}{RGB}{105,105,105}
|
2013-05-26 17:56:54 +02:00
|
|
|
|
\setbeamercolor{title}{fg=UniBlue}
|
2017-01-23 14:33:13 +01:00
|
|
|
|
\setbeamercolor{frametitle}{fg=UniBlue}
|
2013-05-26 17:56:54 +02:00
|
|
|
|
\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}
|
2016-04-26 15:33:54 +02:00
|
|
|
|
\newcommand{\commande}[1]{\texttt{#1}}
|
2017-01-23 14:33:13 +01:00
|
|
|
|
\setbeamertemplate{background}{\includegraphics[width=128mm]{beamer-skel/img/banner02.png}}
|
2013-05-26 17:56:54 +02:00
|
|
|
|
|
2017-01-23 14:33:13 +01:00
|
|
|
|
\title[]{Formation EOLE}
|
|
|
|
|
\subtitle{Tronc Commun 2}
|
2013-05-26 17:56:54 +02:00
|
|
|
|
|
2017-01-23 14:33:13 +01:00
|
|
|
|
\author[Equipe Auteur]{Cadoles Formations}
|
2013-05-26 17:56:54 +02:00
|
|
|
|
|
|
|
|
|
\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}
|
2017-01-23 14:33:13 +01:00
|
|
|
|
%\includegraphics[width=1cm]{beamer-skel/img/logo_en.jpg}~
|
2013-05-26 17:56:54 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
% Page de titre
|
|
|
|
|
\begin{frame}
|
|
|
|
|
\titlepage
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
\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}
|
2016-04-26 15:33:54 +02:00
|
|
|
|
%\include{modules_EOLE_envole/tronc-commun-2/01-personnalisation-creole2}
|
2013-05-26 17:56:54 +02:00
|
|
|
|
|
|
|
|
|
\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}
|
|
|
|
|
|
2017-01-26 17:36:57 +01:00
|
|
|
|
%\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}
|
2014-05-14 18:03:55 +02:00
|
|
|
|
%
|
2017-01-26 17:36:57 +01:00
|
|
|
|
%\section{Personnalisation 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/05-script-instance-reconfigure-pratique}
|
|
|
|
|
%\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-05-26 17:56: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}
|
|
|
|
|
|
|
|
|
|
|