Presentation engine to pdfcube, migration to pdflatex for poppler bindings, changed fonts.
This commit is contained in:
parent
6e7cd2657e
commit
0b5445237a
10
README.md
10
README.md
@ -13,11 +13,11 @@ This talk is in italian only, sorry.
|
|||||||
|
|
||||||
Goal of the talk will be to provide hints and references to the configuration
|
Goal of the talk will be to provide hints and references to the configuration
|
||||||
of a GNU/Linux system to be used to share information in a *Microsoft Active
|
of a GNU/Linux system to be used to share information in a *Microsoft Active
|
||||||
Directory* based network. After a short analysis of why this subject was
|
Directory* based network. After a definition of the goal, I will highlight the
|
||||||
selected, I will highlight the main softwares to be installed and configured,
|
main softwares to be installed and configured, the specific options to be
|
||||||
the specific options to be known to be able to reach the goal. At the end of
|
known to be able to reach the goal. At the end of the speech I will outline
|
||||||
the speech I will outline further developments on the drafted application and
|
further developments on the drafted application and provide links to the main
|
||||||
provide links to the main documentation sites to read more about.
|
documentation sites to read more about.
|
||||||
|
|
||||||
## Contacts ##
|
## Contacts ##
|
||||||
If you have questions or any needs, please [ask
|
If you have questions or any needs, please [ask
|
||||||
|
6
Rakefile
6
Rakefile
@ -11,12 +11,14 @@ task :default => :compile
|
|||||||
|
|
||||||
desc "Give the speech"
|
desc "Give the speech"
|
||||||
task :play => bin do
|
task :play => bin do
|
||||||
sh "impressive #{bin}"
|
sh "pdfcube #{bin} --bgcolor 0:0:0"
|
||||||
|
#sh "impressive #{bin}"
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Compile presentation"
|
desc "Compile presentation"
|
||||||
task :compile => bin
|
task :compile => bin
|
||||||
|
|
||||||
file bin => src do
|
file bin => src do
|
||||||
sh "xelatex #{src}; xelatex #{src}"
|
sh "pdflatex #{src}; pdflatex #{src}"
|
||||||
|
#sh "xelatex #{src}; xelatex #{src}"
|
||||||
end
|
end
|
||||||
|
BIN
ld10-samba.pdf
BIN
ld10-samba.pdf
Binary file not shown.
@ -1,39 +0,0 @@
|
|||||||
# -*- coding: iso-8859-1 -*-
|
|
||||||
# vim:sts=2:sw=2
|
|
||||||
PageProps = {
|
|
||||||
1: { 'transition': PageTurn },
|
|
||||||
2: { 'transition': PageTurn },
|
|
||||||
3: { 'transition': WipeRight },
|
|
||||||
4: { 'transition': WipeRight },
|
|
||||||
5: { 'transition': WipeRight },
|
|
||||||
6: { 'transition': WipeRight },
|
|
||||||
7: { 'transition': WipeRight },
|
|
||||||
8: { 'transition': PageTurn },
|
|
||||||
9: { 'transition': WipeRight },
|
|
||||||
10: { 'transition': PageTurn },
|
|
||||||
11: { 'transition': WipeRight },
|
|
||||||
12: { 'transition': WipeRight },
|
|
||||||
13: { 'transition': WipeRight },
|
|
||||||
14: { 'transition': WipeRight },
|
|
||||||
15: { 'transition': PageTurn },
|
|
||||||
16: { 'transition': PageTurn },
|
|
||||||
17: { 'transition': WipeRight },
|
|
||||||
18: { 'transition': WipeRight },
|
|
||||||
19: { 'transition': PageTurn },
|
|
||||||
20: { 'transition': WipeRight },
|
|
||||||
21: { 'transition': PageTurn },
|
|
||||||
22: { 'transition': WipeRight },
|
|
||||||
23: { 'transition': WipeRight },
|
|
||||||
24: { 'transition': PageTurn },
|
|
||||||
25: { 'transition': PageTurn },
|
|
||||||
26: { 'transition': PageTurn },
|
|
||||||
27: { 'transition': WipeRight },
|
|
||||||
28: { 'transition': PageTurn },
|
|
||||||
29: { 'transition': WipeRight },
|
|
||||||
30: { 'transition': WipeRight },
|
|
||||||
31: { 'transition': WipeRight },
|
|
||||||
32: { 'transition': PageTurn },
|
|
||||||
33: { 'transition': PageTurn },
|
|
||||||
34: { 'transition': WipeRight },
|
|
||||||
35: { 'transition': PageTurn }
|
|
||||||
}
|
|
@ -1,9 +1,15 @@
|
|||||||
\documentclass{beamer}
|
\documentclass{beamer}
|
||||||
\usepackage[italian]{babel}
|
\usepackage[italian]{babel}
|
||||||
\usepackage{lmodern,textcomp,fontspec,xunicode,xltxtra}
|
\usepackage[utf8x]{inputenc}
|
||||||
\setsansfont[Mapping=tex-text,Ligatures=Common]{Myriad Pro}
|
\usepackage[T1]{fontenc}
|
||||||
\setmonofont[Mapping=tex-text,Scale=.9]{Consolas}
|
\usepackage{textcomp}
|
||||||
%\setmonofont[Mapping=tex-text,Scale=.9]{Prestige Elite Std}
|
\usepackage{Myriad}
|
||||||
|
\renewcommand{\sfdefault}{Myriad-OsF}
|
||||||
|
\usepackage[scaled]{beramono}
|
||||||
|
% Erano per XeLaTeX...
|
||||||
|
%\usepackage{lmodern,textcomp,fontspec,xunicode,xltxtra}
|
||||||
|
%\setsansfont[Mapping=tex-text,Ligatures=Common]{Myriad Pro}
|
||||||
|
%\setmonofont[Mapping=tex-text,Scale=.9]{Consolas}
|
||||||
|
|
||||||
\usetheme{Warsaw}
|
\usetheme{Warsaw}
|
||||||
\setbeamercovered{transparent}
|
\setbeamercovered{transparent}
|
||||||
@ -55,13 +61,12 @@
|
|||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}
|
||||||
\titlepage
|
\titlepage
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}
|
||||||
\centering
|
\frametitle{Premessa}\transboxin<1><1>\centering
|
||||||
\frametitle{Premessa}
|
|
||||||
Tutto il materiale qui riportato è disponibile a questo indirizzo:
|
Tutto il materiale qui riportato è disponibile a questo indirizzo:
|
||||||
|
|
||||||
\bigskip\Large
|
\bigskip\Large
|
||||||
@ -69,8 +74,8 @@
|
|||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}
|
||||||
\frametitle{\textit{Lightning Talk}?}
|
\frametitle{\textit{Lightning Talk}?}\transboxin<1>
|
||||||
\begin{itemize}[<+->]
|
\begin{itemize}[<+->]
|
||||||
\item Richiesta «passiva» sul sito del BGlug
|
\item Richiesta «passiva» sul sito del BGlug
|
||||||
\item Limitazione nell'obiettivo
|
\item Limitazione nell'obiettivo
|
||||||
@ -86,7 +91,7 @@
|
|||||||
\end{block}
|
\end{block}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{Obiettivo}
|
\frametitle{Obiettivo}
|
||||||
|
|
||||||
\begin{block}{}
|
\begin{block}{}
|
||||||
@ -103,7 +108,7 @@
|
|||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{0.0 --- Struttura della rete}
|
\frametitle{0.0 --- Struttura della rete}
|
||||||
|
|
||||||
\begin{block}{Domain Controller --- \itshape Windows 2003 Server}\ttfamily
|
\begin{block}{Domain Controller --- \itshape Windows 2003 Server}\ttfamily
|
||||||
@ -116,7 +121,7 @@
|
|||||||
\end{block}
|
\end{block}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{0.1 --- Indirizzi del fileserver}
|
\frametitle{0.1 --- Indirizzi del fileserver}
|
||||||
|
|
||||||
Prima di partire, conviene verificare l'indirizzo di rete:
|
Prima di partire, conviene verificare l'indirizzo di rete:
|
||||||
@ -134,7 +139,7 @@
|
|||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{0.2 --- Indirizzi del domain controller}
|
\frametitle{0.2 --- Indirizzi del domain controller}
|
||||||
|
|
||||||
Verificare DNS primario e dominio:
|
Verificare DNS primario e dominio:
|
||||||
@ -159,7 +164,7 @@
|
|||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{1 --- Installazione pacchetti necessari}
|
\frametitle{1 --- Installazione pacchetti necessari}
|
||||||
|
|
||||||
\begin{shell*}
|
\begin{shell*}
|
||||||
@ -175,7 +180,7 @@
|
|||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{2 --- Configurazione NTP}
|
\frametitle{2 --- Configurazione NTP}
|
||||||
Fermiamo il servizio:
|
Fermiamo il servizio:
|
||||||
\begin{shell*}
|
\begin{shell*}
|
||||||
@ -203,7 +208,7 @@
|
|||||||
\end{shell*}
|
\end{shell*}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{3 --- Configurazione Kerberos}
|
\frametitle{3 --- Configurazione Kerberos}
|
||||||
\begin{snippet}{/etc/krb5.conf}
|
\begin{snippet}{/etc/krb5.conf}
|
||||||
[libdefaults]\\
|
[libdefaults]\\
|
||||||
@ -221,7 +226,7 @@
|
|||||||
\end{snippet}
|
\end{snippet}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{4.0 --- Configurazione SAMBA: generale}
|
\frametitle{4.0 --- Configurazione SAMBA: generale}
|
||||||
\begin{snippet}{/etc/samba/smb.conf}
|
\begin{snippet}{/etc/samba/smb.conf}
|
||||||
[global]\\
|
[global]\\
|
||||||
@ -238,7 +243,7 @@
|
|||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{4.1 --- Configurazione SAMBA: condivisioni}
|
\frametitle{4.1 --- Configurazione SAMBA: condivisioni}
|
||||||
\begin{snippet}{/etc/samba/smb.conf}
|
\begin{snippet}{/etc/samba/smb.conf}
|
||||||
[shared]\\
|
[shared]\\
|
||||||
@ -261,7 +266,7 @@
|
|||||||
\end{shell*}
|
\end{shell*}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{5 --- Messa in dominio}
|
\frametitle{5 --- Messa in dominio}
|
||||||
Riavviamo i servizi:
|
Riavviamo i servizi:
|
||||||
\begin{shell*}
|
\begin{shell*}
|
||||||
@ -294,7 +299,7 @@
|
|||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{Difetti d'implementazione}
|
\frametitle{Difetti d'implementazione}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Non utilizza Heimdal Kerberos (se necessario LDAP, da preferire)
|
\item Non utilizza Heimdal Kerberos (se necessario LDAP, da preferire)
|
||||||
@ -306,7 +311,7 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{Un \textit{cadeau}}
|
\frametitle{Un \textit{cadeau}}
|
||||||
Possiamo «importare» magicamente gruppi e utenze all'interno della macchina
|
Possiamo «importare» magicamente gruppi e utenze all'interno della macchina
|
||||||
Linux aggiungendo:
|
Linux aggiungendo:
|
||||||
@ -326,7 +331,7 @@
|
|||||||
\end{shell*}}
|
\end{shell*}}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{Cosa possiamo fare ora?}
|
\frametitle{Cosa possiamo fare ora?}
|
||||||
A partire da quanto messo a punto ora possiamo implementare:
|
A partire da quanto messo a punto ora possiamo implementare:
|
||||||
|
|
||||||
@ -336,7 +341,7 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}\transboxin
|
\begin{frame}\transboxin<1>
|
||||||
\frametitle{Sitografia}
|
\frametitle{Sitografia}
|
||||||
|
|
||||||
\begin{thebibliography}{The Samba HOWTO and Reference Guide}
|
\begin{thebibliography}{The Samba HOWTO and Reference Guide}
|
||||||
|
Loading…
Reference in New Issue
Block a user