\documentclass{beamer}				% Beamer Class

% Introduction tu Ubuntu
% Copyright © 2010 Janosch Maier
% License: CC-BY-NC-SA 3.0 Germany
% <http://creativecommons.org/licenses/by-nc-sa/3.0/de/>

% User packages
%\usepackage[ngerman]{babel}			% Geraman language
%\usepackage[utf8]{inputenc}			% Utf8 input
%\usepackage{hyperref}				% Hyperlinks
%\usepackage{amsmath,amsfonts,amssymb}		% Math package
\usepackage{xltxtra} 				% Using xetex → Create File with xelatex filename

\setmainfont{Linux Libertine O} 		% Set font to Constantia, Gentium, Linux Libertine O, YanoneKaffeesatz, ComicJens …

\usetheme{AnnArbor}				% Set Theme
\usecolortheme{beaver}				% Set color scheme
\beamertemplatenavigationsymbolsempty		% No navigaton in footer
\urlstyle{same}					% Set URL Style the same as the rest

% Set meta data
\title{Introduction to Ubuntu}
\subtitle{First Meeting Linux User Group Mbarara}
\author{Janosch Maier}
\date{\today}
\logo{\includegraphics{ubuntulogo.png}}
\subject{Ubuntu}
\keywords{Ubuntu, LUG, Uganda, Mbarara, Linux}


\begin{document}

	\frame{
		\titlepage
	}

	\frame{
		\frametitle{Table of Content}
		\tableofcontents
		%[pausesections]
	}


	\section{Linux}

	\subsection{FLOSS Software}

	\begin{frame}
		\frametitle{Free and Open Source Software}

		\begin{definition}
			Free and open source software, also F/OSS, FOSS, or FLOSS (free/libre/open source software) is software that is liberally licensed to grant the right of users to use, study, change, and improve its design through the availability of its source code.\\
		{\tiny From Wikipedia, the free encyclopedia}
		\end{definition}
		%\pause
		\uncover{Benefits:}
		\begin{itemize}
			\item Personalize software
			\item Fast Bug-fixing
			\item Secure software
			\item Communtiy Support
		\end{itemize}
	\end{frame}


	\subsection{Linux Kernel and the distributions}

	\begin{frame}
		\frametitle{The Linux Kernel}
		\begin{itemize}
			\item The term Linux is used for operating systems based on the linux kernel.
			\item The Linux kernel was initially created by the Finnish computer science student Linus Torvalds in 1991.
			\item It is the base for all the so called Linux distrubution whose core is this kernel.
		\end{itemize}
		\begin{block}{More}
			For further information visit: http://kernel.org
		\end{block}
	\end{frame}

	\begin{frame}
		\frametitle{Different Linux Distributions}
		\begin{definition}
			A Linux distribution (also called GNU/Linux distribution by some vendors and users) is a member of the family of Unix-like  software distributions built on top of the Linux kernel. Such distributions (often called distros  for short) consist of a large collection of software applications such as word processors, spreadsheets, media players and database applications.\\
		{\tiny From Wikipedia, the free encyclopedia}
		\end{definition}
		\uncover{Famous Distributions:}
		\begin{itemize}
			\item openSuse
			\item Knoppix
			\item Debian
			\item Ubuntu
		\end{itemize}
	\end{frame}

	\subsection{Ubuntu and the Community}
	\begin{frame}
		\frametitle{Launchpad}
		\begin{itemize}
			\item Launchpad is the main development platform for Ubuntu.
			\item Bugs can be reported there and patches can be uploaded there.
			\item For other projects there are similar platforms.
		\end{itemize}
		\begin{block}{More}
			For further information visit:\\
			http://launchpad.net\\
			http://gnome.org\\
			http://kde.org
		\end{block}
	\end{frame}

	\begin{frame}
		\frametitle{Linux User Group Uganda}
			\begin{definition}
				A Linux User Group […] (LUG) is a private, generally non-profit […] organization that provides support and/or education for Linux users, particularly for inexperienced users. The term commonly refers to local groups that meet in person, but is also used to refer to online support groups […].\\
				{\tiny From Wikipedia, the free encyclopedia}
			\end{definition}
			\uncover{LUG Uganda}
			\begin{itemize}
				\item Homepage: http://linux.or.ug
				\item Mailinglist: http://kym.net/mailman/listinfo/lug
				\item IRC: Server: irc.pamoya.com Channel: \#LUG
				\item Ubuntu Uganda Team: http://ubuntu-ug.org
			\end{itemize}
	\end{frame}
	
	\section{Ubuntu}
	\subsection{Installing Ubuntu}
	\begin{frame}
		\frametitle{Installing Ubuntu}
		Why Ubuntu?
		\begin{itemize}
			\item Easy to use distribution
			\item Good support
			\item Good package archives
		\end{itemize}
		~~\\
		\uncover{Let's do it!}
	\end{frame}

	\subsection{Features of Ubuntu}
	\begin{frame}
		\frametitle{Features of a fresh Ubuntu}
		\begin{itemize}
			\item Comes with: Web-Browser, E-Mail Program, Messenger, Full Office Suite, Music Player, …
			\item Installing Software via Software Center is very easy
			\item Automatic updates for all programs
			\item It is “Virus Free”
			\item Installing Codecs: ubuntu-restricted-extras
		\end{itemize}
	\end{frame}

	\begin{frame}
		\frametitle{Benefits}
		\begin{itemize}
			\item No license fees
			\item Secure System
			\item Regular Updates
			\item Good Support
			\item Opens the mind
			\item Knowledge of Linux (→ Servers)
			\item For contributors: Working in a big group
		\end{itemize}
	\end{frame}

	\subsection{Questions}
	\begin{frame}
		\frametitle{Questions?}
		Ask now…
	\end{frame}

	\section{Linux User Group Mbarara}
	\subsection{Way forward}
	\begin{frame}
		\frametitle{How to go on?}
		\begin{itemize}
			\item Need for a Linux User Group in Mbarara?
			\item Regular Meetings?
			\item Topics?
			\item …
		\end{itemize}
	\end{frame}

	\subsection{Thanks}
	\begin{frame}
		\frametitle{Thanks}
		~~\\~~\\
		Thank you for your time!
		\\~~\\~~\\~~\\
		Janosch Maier\\
		\url{janosch\_maier@online.de}\\
		\url{http://phynformatik.de}\\~~\\~~\\~~\\~~\\~~\\~~\\
		\tiny This work by Janosch Maier is licensed under a Creative Commons Attribution Share Alike License
	\end{frame}
\end{document}

