annotate GimmeShellter.tex @ 4:3f0be9972d35

rewrote filesizes; added more content
author meillo@marmaro.de
date Thu, 06 Dec 2007 14:44:09 +0100
parents 867ffbcccf28
children 52725a5ea7d9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
1 % @file
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
2 % @brief Vortrag: Mein Umzug in die Shell
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
3 % @author markus schnalke <meillo@marmaro.de>
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
4 % @since 2007-09-25
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
5
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
6
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
7 \documentclass{beamer}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
8
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
9 \usepackage[utf8]{inputenc}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
10 \usepackage{ngerman}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
11 \usepackage{graphicx}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
12 \usepackage[automark]{scrpage2}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
13
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
14 \title{Gimme Shell(ter)}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
15 \author{markus schnalke}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
16 \date{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
17
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
18 \begin{document}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
19
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
20
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
21 \frame{
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
22 \vspace{8em}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
23 \begin{center}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
24 {\huge Gimme Shell}{\tiny (ter)}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
25
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
26 {Mein Umzug in die Shell}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
27
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
28 \vspace{6em}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
29
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
30 { \tiny
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
31 markus schnalke \textless{}meillo@marmaro.de\textgreater{}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
32 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
33
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
34
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
35 \end{center}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
36 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
37
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
38
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
39
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
40
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
41
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
42 \section{Vorwort}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
43 \frame{ \frametitle{Vorwort}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
44
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
45 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
46 Dass meine Zukunft in der Shell stattfinden soll, war mir schon lange klar.
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
47 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
48
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
49 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
50 Bis ich jedoch soweit war, war es ein langer Weg.
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
51 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
52
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
53 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
54 Und keinesfalls möchte ich behaupten, dass ich am Ziel wäre, denn es gibt kein Ziel. Es gibt nur vorwärts.
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
55 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
56
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
57 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
58
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
59
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
60
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
61 \section{Ziele}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
62 \frame{ \frametitle{Ziele}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
63 Dieser Vortrag soll zeigen, dass man auch ohne X komfortabel arbeiten kann.
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
64
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
65 \vspace{1em}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
66 \pause
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
67
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
68 Ich möchte die ``Angst'' vor der textbasierten Benutzerschnittstelle nehmen. Auch will ich hierzu Einstiegshilfen geben.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
69
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
70 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
71 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
72
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
73 Ich möchte motivieren, mal Urlaub in der Shell zu machen.
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
74
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
75 \vspace{1em}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
76 \pause
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
77
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
78 Es soll klar werden, dass und warum Kommandozeilenprogramme oft besser als ihre grafischen Pendants sind.
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
79
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
80 \vspace{1em}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
81 \pause
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
82
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
83 Und als zentrales Ziel soll dieser Vortrag Gründe darstellen, weshalb es sich lohnt, in die Shell umzuziehen.
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
84 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
85
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
86
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
87
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
88
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
89
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
90 % \centerline{ \includegraphics[width=20em]{pics/observer_big.png} }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
91
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
92
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
93
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
94 \section{Motivation}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
95 \frame{ \frametitle{Motivation}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
96 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
97 \item Weil es cool ist {\scriptsize \textit{*hehe*}}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
98 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
99 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
100 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
101 \item effektiveres Arbeiten möglich
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
102 \item konfigurierbarer
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
103 \item ressourcenschonender
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
104 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
105 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
106 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
107 \item Vorteile von \texttt{screen}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
108 \item \texttt{ssh} von überall
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
109 \item auch ohne \texttt{X} daheim
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
110 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
111
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
112 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
113 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
114 \textbf{Konzentration auf das Wesentliche!}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
115
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
116 Näher an der UNIX-Philosophie
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
117 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
118 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
119
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
120
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
121
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
122
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
123
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
124 \section{Die UNIX-Philosophie}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
125 \frame{ \frametitle{Die UNIX-Philosophie}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
126 \begin{block}{}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
127 DER Grund UNIX$^{\dagger}$ zu verwenden
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
128
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
129 ``Pro UNIX'' statt ``Anti Windows''
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
130 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
131
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
132 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
133
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
134 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
135 Welche wirklichen Vorteile bietet Gnome gegenüber der Windows-Oberfläche?
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
136
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
137 \vspace{0.3em}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
138
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
139 Richtig, keine!
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
140
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
141 \vspace{0.3em}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
142
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
143 An der Basis seid ihr zu UNIX gewechselt, weshalb denn nicht auch an der Oberfläche? \\
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
144 \pause
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
145 Oder: \textit{An der Oberfläche seid ihr zu UNIX gewechselt, weshalb denn nicht auch an der Basis?}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
146 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
147
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
148 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
149
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
150 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
151 UNIX ist mehr als Ubuntu!
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
152
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
153 \textbf{Um UNIX zu verstehen, muss man seine Philosophie kennen!}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
154 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
155 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
156
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
157
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
158
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
159 \frame{ \frametitle{Die UNIX-Philosophie}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
160 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
161 \item klein ist schön
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
162 \item genau eine Sache gut machen
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
163 \item früher Prototyp
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
164 \item Portabilität vor Effizienz
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
165 \item Daten in ASCII-Files speichern
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
166 \item Code borgen
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
167 \item alles automatisieren
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
168 \item CLI statt GUI
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
169 \item Programme als Filter
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
170 \end{itemize}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
171
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
172 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
173
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
174 \begin{block}{siehe auch}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
175 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
176 \item
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
177 \item http://www.cat-v.org/
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
178 \item Rob Pike
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
179 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
180 \end{block}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
181 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
182
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
183
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
184
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
185
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
186 \section{GUI vs. CLI}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
187 \frame{ \frametitle{GUI vs. CLI}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
188 \begin{block}{GUI-Programme \dots}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
189 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
190 \item haben hässlichen Code
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
191 \item sind aufgebläht
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
192 \item schränken ein
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
193 \item laufen nur mit X
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
194 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
195 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
196
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
197 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
198
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
199 \begin{block}{CLI-Programme \dots}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
200 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
201 \item sind kleiner
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
202 \item sind besser konfigurierbar
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
203 \item sind älter und ausgereifter
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
204 \item sind portabler (und damit auch öfter portiert)
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
205 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
206 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
207
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
208 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
209
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
210 { \scriptsize (Natürlich gilt das nicht zwangsläufig, die Wahrscheinlichkeit ist aber groß.) }
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
211 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
212
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
213
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
214 \subsection{CLI und CURSES}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
215 \frame{ \frametitle{CLI und CURSES}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
216 \begin{block}{CLI --- CURSES --- GUI}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
217 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
218 \item CLI: \texttt{cat cli.txt | mail -s CLI lugu}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
219 \item CURSES: \texttt{mutt}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
220 \item GUI: \texttt{Menu \textgreater{} Applications \textgreater{} Evolution}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
221 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
222 \end{block}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
223
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
224 \begin{block}{CURSES}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
225 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
226 \item CURSES ist \emph{nicht} CLI
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
227 \item sondern Text User Interface
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
228 \item Ich bin hier nicht immer ganz konsequent.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
229 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
230 \end{block}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
231 }
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
232
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
233
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
234
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
235 \subsection{GUIs als Frontend}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
236 \frame{ \frametitle{GUIs als Frontend}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
237
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
238 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
239 GUIs sollen laut UNIX-Philosophie nur Frontends sein.
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
240 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
241
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
242 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
243
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
244 \begin{block}{Beispiele}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
245 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
246 \item Programm: \texttt{nmap}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
247 \item Frontends: \texttt{nmapfe} (GTK), \texttt{knmap} (Qt)
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
248 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
249
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
250 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
251 \item Programm: \texttt{libparted}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
252 \item Frontends: \texttt{parted} (curses), \texttt{gparted} (GTK), \texttt{qtparted} (Qt)
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
253 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
254 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
255 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
256
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
257
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
258
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
259 \subsection{Größe von User-Interfaces}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
260 \frame{ \frametitle{Größe von User-Interfaces}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
261
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
262
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
263 { \scriptsize
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
264 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
265 \item Package: \textbf{libparted1.7-1}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
266 \item Size: 198,554
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
267 \item Depends: libc6 ($>$= 2.3.6-6), libuuid1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
268 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
269 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
270
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
271 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
272
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
273
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
274 { \scriptsize
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
275 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
276 \item Package: \textbf{parted}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
277 \item Size: 56,268
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
278 \item Depends: libc6 ($>$= 2.3.6-6), libncurses5 ($>$= 5.4-5), libparted1.7-1 ($>$= 1.7.1-1), libreadline5 ($>$= 5.2)
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
279 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
280 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
281
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
282 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
283
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
284 { \scriptsize
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
285 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
286 \item Package: \textbf{gparted}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
287 \item Size: 452,616
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
288 \item Depends: libatk1.0-0 ($>$= 1.12.2), libc6 ($>$= 2.3.6-6), libcairo2 ($>$= 1.2.4), libfontconfig1 ($>$= 2.3.0), libfreetype6 ($>$= 2.2), libgcc1 ($>$= 1:4.1.1-12), libglib2.0-0 ($>$= 2.10.0), libglibmm-2.4-1c2a, libgtk2.0-0 ($>$= 2.8.0), libgtkmm-2.4-1c2a, libice6 ($>$= 1:1.0.0), libpango1.0-0 ($>$= 1.12.3), libparted1.7-1 ($>$= 1.7.1-1), libpng12-0 ($>$= 1.2.8rel), libsigc++-2.0-0c2a ($>$= 2.0.2), libsm6, libstdc++6 ($>$= 4.1.1-12), libuuid1, libx11-6, libxcursor1 ($>$$>$ 1.1.2), libxext6, libxfixes3, libxi6, libxinerama1, libxrandr2, libxrender1, zlib1g ($>$= 1:1.2.1), gksu, menu
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
289 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
290 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
291 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
292
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
293
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
294
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
295
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
296 \section{Programme vergleichen}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
297 \frame{ \frametitle{Programme vergleichen}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
298 \begin{block}{Weshalb die Programmgröße beachten?}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
299 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
300 \item Kleine Programme sind: flexibler, portabler, einfacher zu verstehen, bugfreier (vgl. UNIX-Philosophie)
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
301 \item Die Paketgröße gibt indirekt Aufschluss auf den Codeumfang
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
302 \item Der Codeumfang im Verhältnis zu den Features wirft Überlegungen zur Qualität des Codes auf
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
303 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
304 \end{block}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
305
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
306 \begin{block}{}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
307 Dies ist nur als Anhaltspunkt zu sehen!
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
308 \end{block}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
309 }
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
310
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
311
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
312
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
313 \subsection{Messmethoden}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
314 \frame{ \frametitle{Messmethoden}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
315 \begin{block}{Paketgröße}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
316 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
317 \item \texttt{apt-cache show \textless{}paket\textgreater{} | grep \^{}Size}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
318 \item einfach auszulesen
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
319 \item Problem: Dokumentation ist oft auch im Paket enthalten
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
320 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
321 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
322
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
323 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
324
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
325 \begin{block}{Source-Filesizes}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
326 \begin{itemize}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
327 \item \texttt{du -c *.[ch]} (je nach Sprache)
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
328 \item Quellcode muss vorliegen (\texttt{apt-get source})
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
329 \item Problem: \texttt{\{} vs. \texttt{begin}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
330 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
331 \end{block}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
332
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
333 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
334
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
335 \begin{block}{Source Lines Of Code}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
336 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
337 \item \texttt{sloccount} von David A. Wheeler
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
338 \item Sprachen werden ``gleicher bewertet''
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
339 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
340 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
341 }
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
342
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
343
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
344
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
345
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
346
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
347
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
348 \section{Mein Weg}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
349 \frame{ \frametitle{Mein Weg}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
350 \begin{block}{2005}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
351 Fluxbox, Firefox, Kate, Sylpheed Claws, gFTP, Gaim, vlc, k3b, gThumb, OOo, Grip, XMMS, \dots
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
352 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
353
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
354 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
355
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
356 \begin{block}{2006}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
357 Auslöseer:\\ Artikel ``Mein Umzug in die Shell'' von Gregor Oelze auf linuxlog
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
358 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
359
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
360 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
361
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
362 \begin{block}{2007}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
363 dwm + \textit{screen}, Iceweasel + \textit{w3m}, \textit{vim}, \textit{mutt}, \textit{ncftp}, \textit{weechat + bitlbee}, mplayer, \textit{wodim + growisofs}, gqview + qiv, OOo, \textit{jack}, \textit{cplay}, \dots
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
364 \end{block}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
365
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
366 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
367
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
368 \begin{block}{}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
369 {\scriptsize Nachzulesen auf http://marmaro.de/lue }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
370 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
371 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
372
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
373
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
374 \section{Programme}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
375
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
376 \subsection{Editor}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
377 \frame{ \frametitle{Editor}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
378 \begin{block}{vi(m)}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
379 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
380 \item Der Editor schlechthin
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
381 \item Auf jedem UNIX-System vorhanden
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
382 \item meist in Form eines Klons
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
383 \item darf ruhig angepasst werden: \texttt{.vimrc}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
384 \item Die meisten User verwenden viel zu wenige seiner Möglichkeiten!
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
385 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
386 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
387
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
388 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
389
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
390 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
391 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
392 \item \texttt{vim} (7350k) Der bekannteste (und beste?) vi-Klon.
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
393 \item \texttt{nvi} (290k) Reimplementierung des orginal vi. Weniger Features; u.a. kein Syntax-Highlighting.
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
394 \item \texttt{emacs} (5.89e37) \dots
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
395 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
396 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
397 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
398
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
399
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
400
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
401 \subsection{Mailclient}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
402 \frame{ \frametitle{Mailclient}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
403 \begin{block}{mutt}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
404 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
405 \item ``The mail client, that sucks less''
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
406 \item sehr konfigurierbar
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
407 \item Kombination mit \texttt{fetchmail}, \texttt{procmail}, \texttt{masqmail}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
408 \item \dots
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
409 \item Debian-Paket: 1810k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
410 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
411 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
412
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
413 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
414
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
415 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
416 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
417 \item \texttt{mailx} (155k) einfaches Mailprogramm
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
418 \item \texttt{pine} () (nicht mehr in Debian??)
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
419 \item \texttt{mutt-ng} () Neue Features für mutt
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
420 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
421 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
422 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
423
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
424
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
425
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
426 \subsection{Browser}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
427 \frame{ \frametitle{Browser}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
428 \begin{block}{w3m}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
429 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
430 \item Textbrowser
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
431 \item hat Caret-Navigation
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
432 \item kein JavaScript
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
433 \item Inline-Bilder mit \texttt{w3m-img}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
434 \item Debian-Paket: 1100k
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
435 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
436 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
437
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
438 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
439
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
440 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
441 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
442 \item \texttt{lynx} (1860k) der Dinosaurier
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
443 \item \texttt{links} (380k) lynx-Klon
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
444 \item \texttt{elinks} (1190k) hat auch JavaScript-Unterstützung
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
445 \item \texttt{links2} (2080k) bietet textuellen und grafischen Modus
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
446 \item \texttt{dillo} (360k) rein grafisch, layoutet aber wie Textbrowser
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
447 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
448 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
449 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
450
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
451
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
452
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
453 \subsection{Musikplayer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
454 \frame{ \frametitle{Musikplayer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
455 \begin{block}{cplay}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
456 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
457 \item Frontend für mpg123, ogg123, \dots
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
458 \item sehr simpel, aber meist ausreichend
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
459 \item vi-like Bedienung
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
460 \item Remote-Control via FIFO
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
461 \item Debian-Paket: 41k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
462 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
463 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
464
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
465 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
466
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
467 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
468 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
469 \item \texttt{moc} (190k) sehr einfach, etwas instabil
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
470 \item \texttt{cmus} (124k) sehr featurereich
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
471 \item \texttt{mpd+ncmpc} (127k+85k) Client-Server-Architektur
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
472 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
473 \end{block}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
474 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
475
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
476
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
477
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
478 \subsection{Filemanager}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
479 \frame{ \frametitle{Filemanager}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
480 \begin{block}{coreutils}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
481 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
482 \item cd, mv, cp, rm, mkdir, rmdir, \dots
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
483 \item man braucht eine gewisse Übersicht im Filesystem
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
484 \item letztendlich aber einfach am schnellsten
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
485 \item \dots
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
486 \item überall vorhanden
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
487 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
488 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
489
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
490 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
491
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
492 \begin{block}{Alternativen}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
493 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
494 \item \texttt{mc} (2140k) Alleskönner mit schrecklicher Bedienung
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
495 \item \texttt{vifm} (63k) \texttt{mc} mit vi-Bedienung; noch zu wenige Features
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
496 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
497 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
498 }
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
499
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
500
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
501
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
502 \subsection{FTP-Client}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
503 \frame{ \frametitle{FTP-Client}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
504 \begin{block}{ncftp}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
505 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
506 \item toller FTP-Client
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
507 \item hatte nur früher ein curses-Interface (\texttt{ncftp2})
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
508 \item ncftpget, ncftpput, \dots
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
509 \item \dots
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
510 \item Debian-Paket: 500k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
511 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
512 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
513
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
514 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
515
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
516 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
517 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
518 \item \texttt{ftp} (50k) wenig Komfort
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
519 \item \texttt{lftp} (540k) (kenne ich leider nicht)
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
520 \item \texttt{mc} (2140k) er kann auch ftp
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
521 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
522 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
523 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
524
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
525
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
526
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
527 \subsection{Chatten}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
528 \frame{ \frametitle{Chatten}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
529 \begin{block}{weechat-curses}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
530 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
531 \item ein IRC-Client
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
532 \item Reimplementierung von irssi
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
533 \item Debian-Paket: 580k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
534 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
535 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
536
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
537 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
538
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
539 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
540 \begin{itemize}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
541 \item \texttt{irssi} (1060k) populärer IRC-Client
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
542 \item \texttt{sic} (6k) liest stdin, schreibt stdout
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
543 \item \texttt{centericq} (1260k) sehr bekannter ICQ-Client
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
544 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
545 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
546
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
547 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
548
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
549 \begin{block}{bitlbee}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
550 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
551 \item bitlbee ist ein IM-to-IRC-Gateway
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
552 \item den IRC-Client für ICQ und Jabber verwenden
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
553 \item Debian-Paket: 315k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
554 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
555 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
556 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
557
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
558
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
559
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
560 \subsection{Framebuffer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
561 \frame{ \frametitle{Framebuffer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
562 \begin{block}{fbi}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
563 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
564 \item \texttt{fbi} zeigt Bilder im Framebuffer
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
565 \item \texttt{fbgs} zeigt PDF- und PS-Dokumente im Framebuffer
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
566 \item Debian-Paket: 54k (enthält \texttt{fbgs})
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
567 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
568 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
569
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
570 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
571
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
572 \begin{block}{mplayer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
573 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
574 \item \texttt{mplayer -vo fbdev} zeigt Filme im Framebuffer
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
575 \item kann auch über libaa, libcaca und Ähnliches ausgeben
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
576 \item Debian-Paket: 4400k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
577 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
578 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
579
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
580 % \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
581 %
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
582 % \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
583 % \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
584 % \item keine bekannt
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
585 % \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
586 % \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
587 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
588
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
589
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
590
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
591 \subsection{screen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
592 \frame{ \frametitle{screen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
593 \begin{block}{screen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
594 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
595 \item Terminal-Multiplexer
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
596 \item Unersetzbares Tool für Shelluser
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
597 \item \dots
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
598 \item Debian-Paket: 590k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
599 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
600 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
601 %
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
602 % \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
603 %
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
604 % \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
605 % \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
606 % \item keine bekannt
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
607 % \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
608 % \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
609 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
610
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
611
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
612
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
613 \subsection{Window-Manager}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
614 \frame{ \frametitle{Window-Manager}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
615 \begin{block}{dwm}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
616 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
617 \item dynamic window manager
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
618 \item seit September 2006
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
619 \item von Anselm R. Garbe (wmii)
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
620 \item http://dwm.suckless.org
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
621 \item Debian-Paket: 20k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
622 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
623 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
624
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
625 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
626
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
627 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
628 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
629 \item \texttt{larswm} (110k)
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
630 \item \texttt{ratpoison} (170k)
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
631 \item \texttt{ion2} (330k)
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
632 \item \texttt{icewm} (700k)
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
633 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
634 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
635 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
636
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
637
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
638
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
639
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
640 \frame{ \frametitle{dwm}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
641 \begin{block}{Features}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
642 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
643 \item minimalistisch, nur das Nötig(st)e
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
644 \item Tagging statt Workspaces
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
645 \item Konfiguration durch Quellcode editieren und neu kompilieren
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
646 \item Quellcode kann an einem Abend verstanden werden
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
647 \item aktive Entwicklung
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
648 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
649 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
650
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
651 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
652
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
653 \begin{block}{Ziele}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
654 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
655 \item 2kLOC
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
656 \item portables C
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
657 \item guter Code (Refactoring)
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
658 \item sehr standardkonform (aber: broken apps)
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
659 \item Erweiterung mit Patches
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
660 \item
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
661 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
662 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
663 }
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
664
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
665
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
666
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
667
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
668 \section{suckless-Projekt}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
669 \frame{ \frametitle{suckless-Projekt}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
670 \begin{block}{Community}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
671 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
672 \item http://suckless.org
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
673 \item kleine aktive Community
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
674 \item Patches als fester Bestandteil
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
675 \item Mailingliste ist Pflicht
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
676 \item einfach mitmachen!
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
677 \item
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
678 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
679 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
680
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
681 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
682
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
683 \begin{block}{Mein dwm}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
684 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
685 \item ein Patchset
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
686 \item http://prog.marmaro.de/dwm-meillo
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
687 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
688 \end{block}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
689 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
690
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
691
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
692
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
693
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
694 \section{Soll erfüllt?}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
695 \frame{ \frametitle{Soll erfüllt?}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
696 Dieser Vortrag soll zeigen, dass man auch ohne X komfortabel arbeiten kann.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
697
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
698 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
699 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
700
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
701 Ich möchte motivieren, mal Urlaub in der Shell zu machen.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
702
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
703 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
704 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
705
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
706 Ich möchte die ``Angst'' vor der textbasierten Benutzerschnittstelle nehmen. Auch will ich hierzu Einstiegshilfen geben.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
707
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
708 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
709 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
710
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
711 Es soll klar werden, dass und warum Kommandozeilenprogramme oft besser als ihre grafischen Pendants sind.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
712
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
713 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
714 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
715
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
716 Und als zentrales Ziel soll dieser Vortrag Gründe darstellen, weshalb es sich lohnt, in die Shell umzuziehen.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
717
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
718 }
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
719
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
720
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
721 \section{Zusammenfassung}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
722 \frame{ \frametitle{Zusammenfassung}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
723 Ja, man kann auch ohne X komfortabel arbeiten.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
724
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
725 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
726 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
727
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
728 Macht mal Urlaub in der Shell.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
729
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
730 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
731 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
732
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
733 Man muss die CLI nicht fürchten.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
734
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
735 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
736 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
737
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
738 Es soll klar werden, dass und warum Kommandozeilenprogramme oft besser als ihre grafischen Pendants sind.
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
739
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
740 \vspace{1em}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
741 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
742
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
743 Und als zentrales Ziel soll dieser Vortrag Gründe darstellen, weshalb es sich lohnt, in die Shell umzuziehen.
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
744
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
745 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
746
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
747
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
748 \section{Fragen}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
749 \frame{ \frametitle{Fragen?}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
750 \vspace{5ex}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
751 \centerline{\huge ?}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
752 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
753
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
754
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
755
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
756 \section{Links}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
757 \frame{ \frametitle{Links auf einen Blick}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
758 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
759 \item http://suckless.org
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
760 \item http://pimpmyshell.de (Projekt von Gregor Oelze)
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
761 \item http://cat-v.org (Website von Uriel)
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
762 \item http://marmaro.de/lue
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
763 \item http://prog.marmaro.de/dwm-meillo
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
764 \item
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
765 \item
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
766 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
767
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
768 }
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
769
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
770
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
771
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
772
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
773 \section{Danke}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
774 \frame{% \frametitle{Abschließend}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
775 \begin{block}{Verwendete Software}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
776 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
777 \item Debian GNU/Linux
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
778 \item \LaTeX-Beamer und \texttt{pdflatex}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
779 \item Vim
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
780 \item qiv und ImageMagick
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
781 \item Mercurial
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
782 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
783 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
784
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
785 { \tiny $\dagger$ UNIX is a registered trademark of The Open Group. }
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
786
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
787 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
788
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
789 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
790 \vspace{3ex}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
791 \centerline{\textbf{Danke für eure Aufmerksamkeit}}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
792 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
793 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
794
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
795
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
796 \end{document}