diff options
| author | Manuel Traut <manut@linutronix.de> | 2018-03-17 00:45:55 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2018-03-17 00:45:55 +0100 |
| commit | d23d2cc0fac02f5048705a558cc026ddc416ad12 (patch) | |
| tree | bef69de0c1d04b70e1a6b9ac0132e084436694d2 | |
| parent | c37e74ef1ad8e2835a34a2582956084c6d54ba97 (diff) | |
what-is-linux: update content
to be more up to date
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | images/distro.png | 0 | ||||
| -rw-r--r-- | linux-basics/what-is-linux/pres_what-is-linux_de.tex | 66 |
2 files changed, 50 insertions, 16 deletions
diff --git a/images/distro.png b/images/distro.png new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/images/distro.png diff --git a/linux-basics/what-is-linux/pres_what-is-linux_de.tex b/linux-basics/what-is-linux/pres_what-is-linux_de.tex index 873d807..e3e40a7 100644 --- a/linux-basics/what-is-linux/pres_what-is-linux_de.tex +++ b/linux-basics/what-is-linux/pres_what-is-linux_de.tex @@ -107,6 +107,12 @@ komplette Liste: http://directory.fsf.org/GNU/ \item netzwerkfähig \item modular: input, graphics \end{itemize} +\item[Wayland] +\begin{itemize} +\item Displayserver +\item Windowmanager +\item 'Rendern von Fenstern auf einer Bitmap' +\end{itemize} \end{description} \end{description} \end{frame} @@ -133,7 +139,7 @@ komplette Liste: http://directory.fsf.org/GNU/ \begin{itemize} \item Windowmanager + Komfort \item Ziel: intuitive Bedienoberfläche -\item Gnome, KDE, E17, Android, \dots +\item Gnome, KDE, E17, unity, \dots \end{itemize} \end{description} \end{description} @@ -156,33 +162,61 @@ Eine klassische Linux Distribution assistiert den Benutzer \begin{itemize} \item Debian, ubuntu \item Red Hat, Fedora +\item SuSE Linux, openSuSE \item Slackware \item gentoo \end{itemize} \end{frame} -\subsubsection{Linux im Alltag} -\begin{frame}[fragile] -\frametitle{unterstützte Architekturen} -\begin{verbatim} -manut@beeblebrox:/usr/src/linux$ ls arch -alpha blackfin h8300 m32r microblaze -parisc score tile x86_64 arm -cris ia64 m68k mips powerpc -sh um xtensa avr32 frv -x86 m68knommu mn10300 s390 sparc -\end{verbatim} + +\begin{frame} + \includegraphics[height=7cm]{images/distro.png} + + Quelle: http://www.cyberciti.biz \end{frame} + +\subsubsection{Linux im Alltag} + \begin{frame} \frametitle{Einsatzgebiete} \begin{itemize} -\item Router, z.B. FritzBox -\item Android Handies -\item industrielle Steuerungen, z.B. Wago, TRUMPF -\item Mediaplayer, Internetradios +\item Android +\item Network Router, Switches +\item industrielle Steuerungen +\item Automotive +\item Health Care +\item Super Computing +\item smart TV, Mediaplayer, Internetradios +\item IoT Gateways +\item Displays +\item Cloud Infrastruktur (amazon, facebook, netflix) \item \dots \end{itemize} \end{frame} +\begin{frame} +\frametitle{Android} +\begin{itemize} +\item Linux Kernel +\item Dalvik Runtime +\item JAVA +\item Apps +\end{itemize} +\end{frame} + +\begin{frame}[fragile] +\frametitle{unterstützte Architekturen} +\begin{verbatim} +manut@beeblebrox:/usr/src/linux$ ls arch +alpha arm blackfin cris h8300 +nios2 parisc riscv score sparc +c6x frv hexagon Kconfig m68k +s390 sh tile unicore32 xtensa +ia64 m32r metag mips +um x86 arc arm64 +microblaze mn10300 openrisc powerpc +\end{verbatim} +\end{frame} + \input{tailpres} |
