commit b563f6bd1ea7d27c28413f403a34eab3cba0c9f8 Author: syntaxerrormmm Date: Thu Sep 9 02:43:59 2010 +0200 First commit. Description, first stub of the talk, first stab of presentation. diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7a8da0 --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +# Repository per il Lightning talk "Samba e Linux" # + +### Introduzione ### +Il presente repository conterrà tutto il materiale prodotto per la +presentazione del *lightning talk* su Samba e Linux al LinuxDay 2010. + +Per ulteriori informazioni, consultate [il sito del +BGlug](http://www.bglug.it). + +### Introduction ### + +This repo contains all the materials to be used in the *lightning talk* on +Samba and Linux presented by myself at the LinuxDay 2010. + +For more information, please check the [BGlug website](http://www.bglug.it) +(in italian). + +## Riassunto ## + +* _Formato del lavoro_: lightning talk (durata 10 min.) +* _Titolo provvisorio_: Samba in ambiente Windows - Integrazione con Active + Directory +* _Sessione ottimale per il talk_: pomeridiana +* _Abstract_: + + Obiettivo di questo talk è di fornire idee chiare e riferimenti su come +configurare un sistema GNU/Linux per condividere informazioni all'interno di +una infrastruttura di rete basata su *Microsoft Active Directory*. Dopo una +breve analisi del perché si è scelto questo argomento passerò a identificare i +vari componenti da installare e configurare, dando poi risalto alle principali +opzioni che è necessario conoscere e specificare per procedere ad effettuare +una configurazione simile. Al termine della presentazione delineerò ulteriori +sviluppi per l'applicazione abbozzata e fornirò collegamenti alla +documentazione per poter approfondire l'argomento. + +## Abstract (in english) ## +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. + +## Contatti - Contacts ## +Se avete ulteriori richieste, potete +[contattarmi](mailto:syntaxerrormmm@gmail.com?subject=ld10-samba). + +If you have questions or any needs, please [ask +me](mailto:syntaxerrormmm@gmail.com?subject=ld10-samba). + diff --git a/ld10-samba.pdf b/ld10-samba.pdf new file mode 100644 index 0000000..749c680 Binary files /dev/null and b/ld10-samba.pdf differ diff --git a/ld10-samba.tex b/ld10-samba.tex new file mode 100644 index 0000000..5d20373 --- /dev/null +++ b/ld10-samba.tex @@ -0,0 +1,52 @@ +\documentclass{beamer} +\mode +{ + \usetheme{Warsaw} + \setbeamercovered{transparent} +} + + +\usepackage[italian]{babel} +%\usepackage[utf8x]{inputenc} +%\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage{textcomp} + +\title[Linux, Samba e AD]{Samba in ambiente Windows} +\subtitle{Integrazione con \textit{Microsoft Active Directory}} + +\author[E.~Vavassori --- BGlug]{Emiliano Vavassori} +\institute[BGlug]{BGlug --- Bergamo Linux User Group\\ + Circoscrizione n\textordmasculine\ 2, Largo Röntgen n\textordmasculine\ 3\\ + 24128 Bergamo} + +\date[LD10]{23 ottobre 2010 --- LinuxDay 2010} + +\subject{Samba in ambiente Windows --- Integrazione con Active Directory} + +% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename} +% \logo{\pgfuseimage{university-logo}} + +\beamerdefaultoverlayspecification{<+->} + + +\begin{document} + +\begin{frame} + \titlepage +\end{frame} + +\begin{frame} + \frametitle{Motivazioni e Requisiti} + + \begin{block}{Perché?}<1-> + \begin{itemize} + \item Richiesto come talk + \item Permette risparmio di risorse macchina/tempo/finanze + \item Offre una piattaforma stabile per l'accesso delle risorse + \end{itemize} + \end{block} + +\end{frame} + +\end{document}