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
|
||||
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
|
||||
selected, I will highlight the main softwares to be installed and configured,
|
||||
the specific options to be known to be able to reach the goal. At the end of
|
||||
the speech I will outline further developments on the drafted application and
|
||||
provide links to the main documentation sites to read more about.
|
||||
Directory* based network. After a definition of the goal, I will highlight the
|
||||
main softwares to be installed and configured, the specific options to be
|
||||
known to be able to reach the goal. At the end of the speech I will outline
|
||||
further developments on the drafted application and provide links to the main
|
||||
documentation sites to read more about.
|
||||
|
||||
## Contacts ##
|
||||
If you have questions or any needs, please [ask
|
||||
|
6
Rakefile
6
Rakefile
@ -11,12 +11,14 @@ task :default => :compile
|
||||
|
||||
desc "Give the speech"
|
||||
task :play => bin do
|
||||
sh "impressive #{bin}"
|
||||
sh "pdfcube #{bin} --bgcolor 0:0:0"
|
||||
#sh "impressive #{bin}"
|
||||
end
|
||||
|
||||
desc "Compile presentation"
|
||||
task :compile => bin
|
||||
|
||||
file bin => src do
|
||||
sh "xelatex #{src}; xelatex #{src}"
|
||||
sh "pdflatex #{src}; pdflatex #{src}"
|
||||
#sh "xelatex #{src}; xelatex #{src}"
|
||||
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}
|
||||
\usepackage[italian]{babel}
|
||||
\usepackage{lmodern,textcomp,fontspec,xunicode,xltxtra}
|
||||
\setsansfont[Mapping=tex-text,Ligatures=Common]{Myriad Pro}
|
||||
\setmonofont[Mapping=tex-text,Scale=.9]{Consolas}
|
||||
%\setmonofont[Mapping=tex-text,Scale=.9]{Prestige Elite Std}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{textcomp}
|
||||
\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}
|
||||
\setbeamercovered{transparent}
|
||||
@ -55,13 +61,12 @@
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\centering
|
||||
\frametitle{Premessa}
|
||||
\begin{frame}
|
||||
\frametitle{Premessa}\transboxin<1><1>\centering
|
||||
Tutto il materiale qui riportato è disponibile a questo indirizzo:
|
||||
|
||||
\bigskip\Large
|
||||
@ -69,8 +74,8 @@
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\frametitle{\textit{Lightning Talk}?}
|
||||
\begin{frame}
|
||||
\frametitle{\textit{Lightning Talk}?}\transboxin<1>
|
||||
\begin{itemize}[<+->]
|
||||
\item Richiesta «passiva» sul sito del BGlug
|
||||
\item Limitazione nell'obiettivo
|
||||
@ -86,7 +91,7 @@
|
||||
\end{block}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{Obiettivo}
|
||||
|
||||
\begin{block}{}
|
||||
@ -103,7 +108,7 @@
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{0.0 --- Struttura della rete}
|
||||
|
||||
\begin{block}{Domain Controller --- \itshape Windows 2003 Server}\ttfamily
|
||||
@ -116,7 +121,7 @@
|
||||
\end{block}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{0.1 --- Indirizzi del fileserver}
|
||||
|
||||
Prima di partire, conviene verificare l'indirizzo di rete:
|
||||
@ -134,7 +139,7 @@
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{0.2 --- Indirizzi del domain controller}
|
||||
|
||||
Verificare DNS primario e dominio:
|
||||
@ -159,7 +164,7 @@
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{1 --- Installazione pacchetti necessari}
|
||||
|
||||
\begin{shell*}
|
||||
@ -175,7 +180,7 @@
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{2 --- Configurazione NTP}
|
||||
Fermiamo il servizio:
|
||||
\begin{shell*}
|
||||
@ -203,7 +208,7 @@
|
||||
\end{shell*}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{3 --- Configurazione Kerberos}
|
||||
\begin{snippet}{/etc/krb5.conf}
|
||||
[libdefaults]\\
|
||||
@ -221,7 +226,7 @@
|
||||
\end{snippet}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{4.0 --- Configurazione SAMBA: generale}
|
||||
\begin{snippet}{/etc/samba/smb.conf}
|
||||
[global]\\
|
||||
@ -238,7 +243,7 @@
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{4.1 --- Configurazione SAMBA: condivisioni}
|
||||
\begin{snippet}{/etc/samba/smb.conf}
|
||||
[shared]\\
|
||||
@ -261,7 +266,7 @@
|
||||
\end{shell*}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{5 --- Messa in dominio}
|
||||
Riavviamo i servizi:
|
||||
\begin{shell*}
|
||||
@ -294,7 +299,7 @@
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{Difetti d'implementazione}
|
||||
\begin{itemize}
|
||||
\item Non utilizza Heimdal Kerberos (se necessario LDAP, da preferire)
|
||||
@ -306,7 +311,7 @@
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{Un \textit{cadeau}}
|
||||
Possiamo «importare» magicamente gruppi e utenze all'interno della macchina
|
||||
Linux aggiungendo:
|
||||
@ -326,7 +331,7 @@
|
||||
\end{shell*}}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{Cosa possiamo fare ora?}
|
||||
A partire da quanto messo a punto ora possiamo implementare:
|
||||
|
||||
@ -336,7 +341,7 @@
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}\transboxin
|
||||
\begin{frame}\transboxin<1>
|
||||
\frametitle{Sitografia}
|
||||
|
||||
\begin{thebibliography}{The Samba HOWTO and Reference Guide}
|
||||
|
Loading…
Reference in New Issue
Block a user