First commit

This commit is contained in:
giomba 2019-01-02 16:19:36 +01:00
commit c9bf53808a
37 changed files with 295 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
build/
dist/
.directory

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
diapo:
mkdir -p build dist
pdflatex -output-directory build presentazione.tex
mv build/presentazione.pdf dist
clean:
rm -rf build

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# Presentazione di Introduzione al software libero
Realizzata per GOLEM (golem.linux.it)
## Sorgenti
presentazione.tex
img/
## Compilazione
make [diapo]
## Distribuzione
File PDF sotto dist/

BIN
img/GOLEM-logo.pdf Normal file

Binary file not shown.

BIN
img/android.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
img/antenna.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

BIN
img/arcieri.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
img/arduino.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

BIN
img/biblioteca.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

BIN
img/choose.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
img/cli.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
img/contacts-qr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
img/ddwrt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
img/firefox+tor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

BIN
img/gnu-linux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
img/gnu.pdf Normal file

Binary file not shown.

BIN
img/kit-elettronica.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

BIN
img/libreoffice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
img/logo-debian.pdf Normal file

Binary file not shown.

BIN
img/logo-linuxday.pdf Normal file

Binary file not shown.

BIN
img/lpi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
img/lugmap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 KiB

BIN
img/nextcloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
img/obbrobrio.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
img/oi-giorno.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

BIN
img/ora-del-golem.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
img/oss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

BIN
img/rms.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
img/router-decoder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
img/sbc.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

BIN
img/stampante-3d.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
img/tor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
img/torvalds.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
img/trashware.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
img/tux.pdf Normal file

Binary file not shown.

BIN
img/us.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

271
presentazione.tex Normal file
View File

@ -0,0 +1,271 @@
%~ Questo sorgente è stato scritto da Giovan Battista Rolandi
%~ è rilasciato sotto licenza GPL3
%~ ed è consultabile presso
%~ http://golem.linux.it/ (HTTP)
%~ git@github.com:giomba/beamer-intro-linux.git (GIT/SSH)
% \documentclass[handout]{beamer} %% stile di stampa su carta
\documentclass{beamer}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[font=scriptsize]{caption}
\usepackage{fancyvrb}
\usetheme{Madrid}
\colorlet{beamer@blendedblue}{green!40!black}
%~ \usetheme{Luebeck}
%~ \usetheme{Berkeley}
%~ \usetheme{Goettingen}
%~ \usetheme{Rochester}
%~ \usetheme{Singapore}
\setbeamertemplate{caption}[numbered]
\setbeamercovered{dynamic}
\beamertemplatenavigationsymbolsempty
\title{GOLEM - Gruppo Operativo Linux Empoli}
%\subtitle{}
\logo{\includegraphics[width=5em]{img/GOLEM-logo.pdf}}
%~ \author{giomba}
\date{2019}
\institute{GOLEM Empoli}
\begin{document}
\begin{frame}
\maketitle
\tableofcontents
\end{frame}
\begin{frame}
\frametitle{GNU/Linux}
\begin{minipage}{.4\linewidth}
\begin{figure}
\includegraphics[width=.8\linewidth]{img/rms.jpeg}
\caption{Richard~Matthew Stallman}
\end{figure}
\begin{figure}
\includegraphics[width=.7\linewidth]{img/torvalds.jpeg}
\caption{Linus Benedict Torvalds}
\end{figure}
\end{minipage}
\begin{minipage}{.55\linewidth}
\begin{block}{Software libero}
\begin{enumerate}
\small
\setcounter{enumi}{-1}
\item libertà di poter utilizzare il programma per qualunque scopo
\item libertà di poter studiare il funzionamento del programma
\item libertà di poter modificare il programma
\item libertà di poter ridistribuire il programma modificato
\end{enumerate}
\end{block}
\begin{block}{1984 -- 1991}
\small
\begin{minipage}{.2\linewidth}
\visible{\includegraphics[width=1\linewidth]{img/gnu.pdf}}
\end{minipage}
\begin{minipage}{.75\linewidth}
Nasce il sistema GNU
\end{minipage}
\begin{minipage}{.2\linewidth}
\visible{\includegraphics[width=1\linewidth]{img/tux.pdf}}
\end{minipage}
\begin{minipage}{.75\linewidth}
Nasce il kernel Linux
\end{minipage}
\end{block}
\end{minipage}
\end{frame}
\begin{frame}
\frametitle{Cosa facciamo: Hardware}
\begin{minipage}{\linewidth}
\begin{columns}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/trashware.png}
\centering
Trashware
\end{column}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/sbc.jpeg}
\centering
Single board
\end{column}
\end{columns}
\end{minipage}
\begin{minipage}{\linewidth}
\begin{columns}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/android.png}
\centering
Smartphone
\end{column}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/arduino.jpeg}
\centering
Arduino
\end{column}
\end{columns}
\end{minipage}
\end{frame}
\begin{frame}
\frametitle{Cosa facciamo: Software}
\begin{minipage}{\linewidth}
\begin{columns}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/gnu-linux.png}
\centering
GNU Linux
\end{column}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/cli.png}
\centering
System admin
\end{column}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/ddwrt.png}
\centering
Networking
\end{column}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/nextcloud.png}
\centering
Decentralizzazione
\end{column}
\end{columns}
\end{minipage}
\begin{minipage}{\linewidth}
\begin{columns}
\begin{column}{.25\textwidth}
\includegraphics[width=.7\textwidth]{img/oss.png}
\centering
Software libero
Programmazione
\end{column}
\begin{column}{.25\textwidth}
\includegraphics[width=.9\linewidth]{img/firefox+tor.png}
\centering
Navigazione sicura
\end{column}
\end{columns}
\end{minipage}
\end{frame}
\begin{frame}
\frametitle{Cosa abbiamo: Officina Informatica}
\begin{columns}
\begin{column}{.3\linewidth}
\includegraphics[width=\textwidth]{img/oi-giorno.jpeg}
\centering
$ 46 m^{2} $
\end{column}
\begin{column}{.3\linewidth}
\includegraphics[width=\textwidth]{img/stampante-3d.jpeg}
\centering
stampante 3D
\end{column}
\begin{column}{.3\linewidth}
\includegraphics[width=\textwidth]{img/arcieri.jpeg}
\centering
semafori
\end{column}
\end{columns}
\begin{columns}
\begin{column}{.3\linewidth}
\includegraphics[width=\textwidth]{img/obbrobrio.jpeg}
\centering
computer inusuali
\end{column}
\begin{column}{.3\linewidth}
\includegraphics[width=\textwidth]{img/antenna.jpeg}
\centering
apparati di rete
\end{column}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{Spippolatori: dove?}
\begin{block}{Comunità}
\begin{minipage}{.7\linewidth}
\begin{itemize}
\item Linux Users Group
\item Italian Linux Society
\item Fab Lab
\end{itemize}
\end{minipage}
\begin{minipage}{.25\linewidth}
\includegraphics[width=\textwidth]{img/lugmap.png}
\end{minipage}
\end{block}
\begin{block}{Aziende}
\begin{minipage}{.55\linewidth}
\begin{itemize}
\item assistenza informatica
\item amministratori di sistema
\item progettazione di sistemi embedded
\item \dots
\end{itemize}
\end{minipage}
\begin{minipage}{.4\linewidth}
\includegraphics[width=\textwidth]{img/lpi.png}
\end{minipage}
\end{block}
\end{frame}
\begin{frame}
\frametitle{GOLEM -- Gruppo Operativo Linux Empoli}
\begin{block}{GOLEM -- Gruppo Operativo Linux Empoli}
\begin{minipage}{.15\linewidth}
\includegraphics[width=1\linewidth]{img/GOLEM-logo.pdf}
\end{minipage}
\begin{minipage}{.65\linewidth}
\centering
"La Vela -- Margherita Hack"\\
via Magolo, 32 -- 50053 Empoli (FI)\\
tutti i martedì sera dalle 21.30 alle 24.00\\
golem.linux.it
\end{minipage}
\begin{minipage}{.15\linewidth}
\includegraphics[width=1\linewidth]{img/choose.jpg}
\end{minipage}
~\\
\begin{columns}
\begin{column}{.3\textwidth}
\includegraphics[width=\linewidth]{img/ora-del-golem.jpeg}
\end{column}
\begin{column}{.3\textwidth}
\includegraphics[width=\linewidth]{img/contacts-qr.png}
\end{column}
\begin{column}{.3\textwidth}
\includegraphics[width=\linewidth]{img/us.jpeg}
\end{column}
\end{columns}
\centering
\small ~\\Diapositive rilasciate con licenza GPLv3 su golem.linux.it
\end{block}
\end{frame}
\end{document}