annotate GimmeShellter.tex @ 8:2cb225d4329e lugu-presentation

unix trademark info moved to firest occurance
author meillo@marmaro.de
date Wed, 12 Dec 2007 10:37:53 +0100
parents e50c493cf700
children
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}
8
2cb225d4329e unix trademark info moved to firest occurance
meillo@marmaro.de
parents: 7
diff changeset
16 \date{2007-12-11}
1
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 \section{Motivation}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
90 \frame{ \frametitle{Motivation}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
91 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
92 \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
93 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
94 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
95 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
96 \item effektiveres Arbeiten möglich
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
97 \item konfigurierbarer
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
98 \item ressourcenschonender
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
99 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
100 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
101 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
102 \item Vorteile von \texttt{screen}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
103 \item \texttt{ssh} von überall
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
104 \item auch ohne \texttt{X} daheim
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
105 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
106
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
107 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
108 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
109 \textbf{Konzentration auf das Wesentliche!}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
110
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
111 Näher an der UNIX-Philosophie
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
112 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
113 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
114
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
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
117 \part{UNIX}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
118 \frame{
8
2cb225d4329e unix trademark info moved to firest occurance
meillo@marmaro.de
parents: 7
diff changeset
119 \vspace{20ex}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
120 \centerline{ \huge UNIX }
8
2cb225d4329e unix trademark info moved to firest occurance
meillo@marmaro.de
parents: 7
diff changeset
121 \vspace{16ex}
2cb225d4329e unix trademark info moved to firest occurance
meillo@marmaro.de
parents: 7
diff changeset
122 { \tiny UNIX is a registered trademark of The Open Group. }
2cb225d4329e unix trademark info moved to firest occurance
meillo@marmaro.de
parents: 7
diff changeset
123
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
124 }
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
125
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
126
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
127 \section{Die UNIX-Philosophie}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
128 \frame{ \frametitle{Die UNIX-Philosophie}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
129 \begin{block}{}
8
2cb225d4329e unix trademark info moved to firest occurance
meillo@marmaro.de
parents: 7
diff changeset
130 DER Grund UNIX zu verwenden
1
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 ``Pro UNIX'' statt ``Anti Windows''
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
133 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
134
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
135 \pause
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 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
138 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
139
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
140 \vspace{0.3em}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
141
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
142 Richtig, keine!
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
143
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
144 \vspace{0.3em}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
145
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
146 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
147 \pause
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
148 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
149 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
150
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
151 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
152
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
153 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
154 UNIX ist mehr als Ubuntu!
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
155
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
156 \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
157 \end{block}
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
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
160
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
161
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
162 \frame{ \frametitle{Die UNIX-Philosophie}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
163 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
164 \item klein ist schön
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
165 \item genau eine Sache gut machen
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
166 \item früher Prototyp
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
167 \item Portabilität vor Effizienz
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
168 \item Daten in ASCII-Files speichern
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
169 \item Code borgen
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
170 \item alles automatisieren
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
171 \item CLI statt GUI
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
172 \item Programme als Filter
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
173 \end{itemize}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
174
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
175 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
176
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
177 \begin{block}{siehe auch}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
178 \begin{itemize}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
179 \item Mike Gancarz
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
180 \item Rob Pike
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
181 \item http://harmful.cat-v.org/cat-v/
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
182 \item Plan9
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
183 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
184 \end{block}
1
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
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
187
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
188
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
189
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
190 \section{GUI vs. CLI}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
191 \frame{ \frametitle{GUI vs. CLI}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
192 \begin{block}{GUI-Programme \dots}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
193 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
194 \item haben hässlichen Code
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
195 \item sind aufgebläht
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
196 \item schränken ein
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
197 \item laufen nur mit X
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
198 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
199 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
200
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
201 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
202
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
203 \begin{block}{CLI-Programme \dots}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
204 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
205 \item sind kleiner
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
206 \item sind besser konfigurierbar
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
207 \item sind älter und ausgereifter
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
208 \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
209 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
210 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
211
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
212 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
213
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
214 { \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
215 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
216
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
217
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
218 \subsection{CURSES}
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
219 \frame{ \frametitle{CURSES}
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
220 \begin{block}{CLI, TUI, GUI}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
221 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
222 \item CLI: \texttt{cat cli.txt | mail -s CLI lugu}
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
223 \item TUI: \texttt{mutt}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
224 \item GUI: \texttt{Menu \textgreater{} Applications \textgreater{} Evolution}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
225 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
226 \end{block}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
227
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
228 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
229
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
230 \begin{block}{CURSES}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
231 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
232 \item CURSES ist \emph{nicht} CLI
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
233 \item sondern Text User Interface
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
234 \item Ich bin hier nicht immer ganz korrekt
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
235 \item CURSES gehört aber auch zur Shell
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
236 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
237 \end{block}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
238 }
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
239
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
240
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
241
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
242 \subsection{GUIs als Frontend}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
243 \frame{ \frametitle{GUIs als Frontend}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
244
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
245 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
246 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
247 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
248
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
249 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
250
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
251 \begin{block}{Beispiele}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
252 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
253 \item Programm: \texttt{nmap}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
254 \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
255 \end{itemize}
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 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
258 \item Programm: \texttt{libparted}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
259 \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
260 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
261 \end{block}
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
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
264
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
265
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
266 \subsection{Größe von User-Interfaces}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
267 \frame{ \frametitle{Größe von User-Interfaces}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
268
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 { \scriptsize
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
271 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
272 \item Package: \textbf{libparted1.7-1}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
273 \item Size: 198,554
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
274 \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
275 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
276 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
277
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
278 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
279
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 { \scriptsize
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
282 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
283 \item Package: \textbf{parted}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
284 \item Size: 56,268
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
285 \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
286 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
287 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
288
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
289 \pause
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 { \scriptsize
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
292 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
293 \item Package: \textbf{gparted}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
294 \item Size: 452,616
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
295 \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
296 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
297 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
298 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
299
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
300
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
301
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
302
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
303 \section{Programme vergleichen}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
304 \frame{ \frametitle{Programme vergleichen}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
305 \begin{block}{Weshalb die Programmgröße beachten?}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
306 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
307 \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
308 \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
309 \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
310 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
311 \end{block}
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 \begin{block}{}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
314 Dies ist nur als Anhaltspunkt zu sehen!
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
315 \end{block}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
316 }
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
317
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
318
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
319
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
320 \subsection{Messmethoden}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
321 \frame{ \frametitle{Messmethoden}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
322 \begin{block}{Paketgröße}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
323 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
324 \item \texttt{apt-cache show \textless{}paket\textgreater{} | grep \^{}Size}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
325 \item einfach auszulesen
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
326 \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
327 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
328 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
329
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
330 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
331
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
332 \begin{block}{Source-Filesizes}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
333 \begin{itemize}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
334 \item \texttt{du -c *.[ch]} (je nach Sprache)
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
335 \item Quellcode muss vorliegen (\texttt{apt-get source})
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
336 \item Problem: \texttt{\{} vs. \texttt{begin}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
337 \end{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
338 \end{block}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
339
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
340 \pause
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
341
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
342 \begin{block}{Source Lines Of Code}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
343 \begin{itemize}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
344 \item \texttt{sloccount} von David A. Wheeler
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
345 \item Sprachen werden ``gleicher bewertet''
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
346 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
347 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
348 }
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
349
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
350
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
351
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
352 \part{Die Shell und ich}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
353 \frame{
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
354 \vspace{8ex}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
355 \centerline{ \huge Die Shell und ich }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
356 }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
357
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
358
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
359
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
360
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
361 \section{Mein Weg}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
362 \frame{ \frametitle{Mein Weg}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
363 \begin{block}{2005}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
364 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
365 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
366
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
367 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
368
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
369 \begin{block}{2006}
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
370 Auslöser:\\
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
371 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
372 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
373
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
374 \pause
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
375
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
376 \begin{block}{2007}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
377 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
378 \end{block}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
379
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
380 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
381
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
382 \begin{block}{}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
383 {\scriptsize Nachzulesen auf http://marmaro.de/lue }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
384 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
385 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
386
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 \section{Programme}
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 \subsection{Editor}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
391 \frame{ \frametitle{Editor}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
392 \begin{block}{vi(m)}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
393 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
394 \item Der Editor schlechthin
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
395 \item Auf jedem UNIX-System vorhanden
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
396 \item meist in Form eines Klons
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
397 \item darf ruhig angepasst werden: \texttt{.vimrc}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
398 \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
399 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
400 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
401
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
402 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
403
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
404 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
405 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
406 \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
407 \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
408 \item \texttt{emacs} (5.89e37) \dots
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
409 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
410 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
411 }
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
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 \subsection{Mailclient}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
416 \frame{ \frametitle{Mailclient}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
417 \begin{block}{mutt}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
418 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
419 \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
420 \item sehr konfigurierbar
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
421 \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
422 \item Debian-Paket: 1810k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
423 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
424 \end{block}
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 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
427
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
428 \begin{block}{Alternativen}
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 \texttt{mailx} (155k) einfaches Mailprogramm
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
431 \item \texttt{pine} (4M) (nur als Source-Paket verfügbar)
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
432 \item \texttt{mutt-ng} (1790k) Neue Features für mutt (tot?)
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
433 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
434 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
435 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
436
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
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
439 \subsection{Browser}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
440 \frame{ \frametitle{Browser}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
441 \begin{block}{w3m}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
442 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
443 \item Textbrowser
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
444 \item hat Caret-Navigation
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
445 \item kein JavaScript
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
446 \item Inline-Bilder mit \texttt{w3m-img}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
447 \item Debian-Paket: 1100k
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
448 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
449 \end{block}
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 \pause
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 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
454 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
455 \item \texttt{lynx} (1860k) der Dinosaurier
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
456 \item \texttt{links} (380k) lynx-Klon
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
457 \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
458 \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
459 \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
460 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
461 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
462 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
463
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
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
466 \subsection{Musikplayer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
467 \frame{ \frametitle{Musikplayer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
468 \begin{block}{cplay}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
469 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
470 \item Frontend für mpg123, ogg123, \dots
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
471 \item sehr simpel, aber meist ausreichend
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
472 \item vi-like Bedienung
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
473 \item Remote-Control via FIFO
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
474 \item Debian-Paket: 41k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
475 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
476 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
477
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
478 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
479
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
480 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
481 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
482 \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
483 \item \texttt{cmus} (124k) sehr featurereich
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
484 \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
485 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
486 \end{block}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
487 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
488
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
489
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
490
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
491 \subsection{Filemanager}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
492 \frame{ \frametitle{Filemanager}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
493 \begin{block}{coreutils}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
494 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
495 \item cd, mv, cp, rm, mkdir, rmdir, \dots
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
496 \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
497 \item letztendlich aber einfach am schnellsten
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
498 \item überall vorhanden
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
499 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
500 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
501
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
502 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
503
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
504 \begin{block}{Alternativen}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
505 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
506 \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
507 \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
508 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
509 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
510 }
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
511
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
512
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
513
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
514 \subsection{FTP-Client}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
515 \frame{ \frametitle{FTP-Client}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
516 \begin{block}{ncftp}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
517 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
518 \item toller FTP-Client
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
519 \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
520 \item ncftpget, ncftpput, \dots
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
521 \item Debian-Paket: 500k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
522 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
523 \end{block}
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 \pause
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 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
528 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
529 \item \texttt{ftp} (50k) wenig Komfort
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
530 \item \texttt{lftp} (540k) (kenne ich leider nicht)
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
531 \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
532 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
533 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
534 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
535
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
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
538 \subsection{Chatten}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
539 \frame{ \frametitle{Chatten}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
540 \begin{block}{weechat-curses}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
541 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
542 \item ein IRC-Client
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
543 \item ``\texttt{irssi} von Grund auf neu''
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
544 \item Debian-Paket: 580k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
545 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
546 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
547
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
548 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
549
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
550 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
551 \begin{itemize}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
552 \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
553 \item \texttt{sic} (6k) liest stdin, schreibt stdout
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
554 \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
555 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
556 \end{block}
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 \pause
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 \begin{block}{bitlbee}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
561 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
562 \item bitlbee ist ein IM-to-IRC-Gateway
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
563 \item IRC-Client für ICQ und Jabber verwenden
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
564 \item Debian-Paket: 315k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
565 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
566 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
567 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
568
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
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
571 \subsection{Framebuffer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
572 \frame{ \frametitle{Framebuffer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
573 \begin{block}{fbi}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
574 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
575 \item \texttt{fbi} zeigt Bilder im Framebuffer
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
576 \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
577 \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
578 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
579 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
580
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
581 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
582
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
583 \begin{block}{mplayer}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
584 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
585 \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
586 \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
587 \item Debian-Paket: 4400k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
588 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
589 \end{block}
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 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
592
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
593
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
594
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
595 \subsection{screen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
596 \frame{ \frametitle{screen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
597 \begin{block}{screen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
598 \begin{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
599 \item Terminal-Multiplexer
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
600 \item ein \texttt{must-have} für Shelluser
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
601 \item Nur noch ein Terminal nötig (ssh)
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
602 \item Arbeit an beliebiger Stelle unterbrechen und später genau dort fortsetzen
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
603 \item Wer einmal damit gearbeitet hat kommt nicht mehr davon los!
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
604 \item Debian-Paket: 590k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
605 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
606 \end{block}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
607
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
608 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
609
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
610 \begin{block}{Alternativen}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
611 \begin{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
612 \item \texttt{dtach} bietet detach-Feature von \texttt{screen}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
613 \end{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
614 \end{block}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
615 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
616
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
617
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
618
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
619 \section{Remote arbeiten}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
620 \frame{ \frametitle{Remote arbeiten}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
621 \begin{block}{Server}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
622 \begin{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
623 \item Ein Server ist etwas sehr Tolles!
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
624 \item per dyndns.org aus dem Internet erreichbar
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
625 \item Upload-Bandbreite sollte nicht zu dünn sein
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
626 \item (64k sind etwas wenig *heul*)
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
627 \item Zugang per ssh
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
628 \end{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
629 \end{block}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
630
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
631 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
632
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
633 \begin{block}{Client}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
634 \begin{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
635 \item nur Internet und offener Port nötig
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
636 \item für Windows: PuTTY (gibt's auch für den USB-Stick)
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
637 \end{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
638 \end{block}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
639 }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
640
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
641
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
642 \frame{ \frametitle{Remote arbeiten}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
643 \begin{block}{Vorteile}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
644 \begin{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
645 \item weniger Wartungs- und Konfigurationsaufwand
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
646 \item einfache Datensicherung
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
647 \item von überall im eigenen System arbeiten
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
648 \end{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
649 \end{block}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
650
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
651 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
652
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
653 \begin{block}{Nachteile}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
654 \begin{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
655 \item Dateitransfers zum Client nötig
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
656 \item u.U. etwas lahm
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
657 \item nicht überall ist ssh erlaubt
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
658 \end{itemize}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
659 \end{block}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
660 }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
661
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
662
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
663
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
664
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
665 \part{dwm}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
666 \frame{
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
667 \vspace{8ex}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
668 \centerline{ \huge dwm }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
669 }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
670
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
671
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
672 \section{Window-Manager}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
673 \frame{ \frametitle{Window-Manager}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
674 \begin{block}{dwm}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
675 \begin{itemize}
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
676 \item dynamic window manager
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
677 \item seit Juli 2006
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
678 \item von Anselm R. Garbe (wmii)
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
679 \item http://dwm.suckless.org
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
680 \item Debian-Paket: 20k
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
681 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
682 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
683
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
684 \pause
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
685
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
686 \begin{block}{Alternativen}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
687 \begin{itemize}
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
688 \item \texttt{larswm} (110k) hatte Einfluss auf dwm
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
689 \item \texttt{ratpoison} (170k) soll zu \texttt{screen} passen
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
690 \item \texttt{ion2} (330k) bekannt für seine Tastatursteuerung
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
691 \item \texttt{icewm} (700k) wird oft als sehr kleiner ``herkömmlicher'' WM aufgeführt
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
692 \end{itemize}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
693 \end{block}
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
694 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
695
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
696
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
697
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
698
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
699 \frame{ \frametitle{dwm}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
700 \begin{block}{Features}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
701 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
702 \item minimalistisch, nur das Nötig(st)e
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
703 \item Tagging statt Workspaces
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
704 \item Konfiguration durch Quellcode editieren und neu kompilieren
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
705 \item Quellcode kann an einem Abend verstanden werden
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
706 \item aktive Entwicklung
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
707 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
708 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
709
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
710 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
711
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
712 \begin{block}{Ziele}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
713 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
714 \item 2kLOC
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
715 \item portables C
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
716 \item guter Code (Refactoring)
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
717 \item sehr standardkonform (aber: broken apps)
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
718 \item Erweiterung mit Patches
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
719 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
720 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
721 }
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
722
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
723
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
724
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
725
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
726 \section{suckless-Projekt}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
727 \frame{ \frametitle{suckless-Projekt}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
728 \begin{block}{Community}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
729 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
730 \item http://suckless.org
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
731 \item kleine aktive Community
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
732 \item Patches als fester Bestandteil
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
733 \item Mailingliste ist Pflicht
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
734 \item einfach mitmachen!
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
735 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
736 \end{block}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
737
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
738 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
739
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
740 \begin{block}{Mein dwm}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
741 \begin{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
742 \item ein Patchset
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
743 \item http://prog.marmaro.de/dwm-meillo
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
744 \end{itemize}
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
745 \end{block}
2
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
746 }
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
747
5e009abaf0bb added lots of new content, especially about the programs
meillo@marmaro.de
parents: 1
diff changeset
748
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
749
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
750 \part{Abschluss}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
751 \frame{
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
752 \vspace{8ex}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
753 \centerline{ \huge Abschluss }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
754 }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
755
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
756
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
757
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
758 \section{Soll erfüllt?}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
759 \frame{ \frametitle{Soll erfüllt?}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
760 Es sollte klar geworden sein, dass man auch ohne X komfortabel arbeiten kann.
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
761
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
762 \pause
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
763 \vspace{1em}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
764
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
765 Ich habe Einstiegshilfen gegeben und hoffentlich die ``Angst'' vor der textbasierten Benutzerschnittstelle genommen.
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
766
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
767 \pause
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
768 \vspace{1em}
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
769
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
770 Jetzt sollte eigentlich jeder von euch dabei sein, einen Ausflug in die Shell zu planen.
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
771
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
772 \pause
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
773 \vspace{1em}
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
774
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
775 Weshalb die Shell wirklich besser ist, als die grafische Oberfläche, das kann man nur für sich selbst herausfinden \dots
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
776 }
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
777
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
778
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
779
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
780
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
781
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
782 \section{Zusammenfassung}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
783 \frame{ \frametitle{Zusammenfassung}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
784
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
785 Die Shell ist die grundlegende Kommunikationsschnittstelle zum Rechner.
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
786 Keine GUI ist so mächtig wie die Shell.
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
787
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
788 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
789 \vspace{1em}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
790
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
791 UNIX und die Shell sind wie Yin und Yang.
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
792
5
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
793 \pause
52725a5ea7d9 added extract-urls.sh; rewrote summary; some minor changes
meillo@marmaro.de
parents: 4
diff changeset
794 \vspace{1em}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
795
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
796 Man versteht die Shell erst, wenn man UNIX versteht --- UNIX zu verstehen, heißt seine Philosophie zu verstehen.
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
797
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
798 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
799 \vspace{1em}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
800
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
801 Der entscheidende Teil meines Vortrags ist die UNIX-Philosophie. Versteht man diese, so versteht man was ich meine.
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
802 Findet man aber nicht seinen Weg zu ihr, so wird man kaum verstehen, um was es hier geht.
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
803
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
804 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
805 \vspace{1em}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
806
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
807 Die Konzepte hinter UNIX haben mich vollkommen überzeugt.
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
808
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
809 \dots und es war eine der besten Entscheidungen meines Lebens, nach ihnen zu leben!
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
810
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
811 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
812
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
813
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
814
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
815
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
816 \section{Links}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
817 \frame{ \frametitle{Links auf einen Blick}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
818 \begin{itemize}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
819 \item http://dwm.suckless.org (Website des dwm)
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
820 \item http://harmful.cat-v.org/cat-v/ (Website von Uriel)
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
821 \item http://marmaro.de/lue (Mein Computer-Tagebuch)
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
822 \item http://pimpmyshell.de (Projekt von Gregor Oelze)
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
823 \item http://prog.marmaro.de/dwm-meillo (Mein dwm-Patchset)
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
824 \item http://suckless.org (Software which sucks less)
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
825 \item http://www.cs.bell-labs.com/plan9/ (Das bessere UNIX!?)
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
826 \end{itemize}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
827
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
828 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
829
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
830 \begin{block}{unbedingt lesen!}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
831 \textbf{The Command Line --- The Best Newbie Interface}
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
832
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
833 {\scriptsize http://osnews.com/story.php/6282/The-Command-Line--The-Best-Newbie-Interface }
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
834 \end{block}
4
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
835 }
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
836
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
837
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
838
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
839
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
840 \section{Danke}
3f0be9972d35 rewrote filesizes; added more content
meillo@marmaro.de
parents: 3
diff changeset
841 \frame{% \frametitle{Abschließend}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
842 \begin{block}{Verwendete Software}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
843 \begin{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
844 \item Debian GNU/Linux
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
845 \item \LaTeX-Beamer und \texttt{pdflatex}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
846 \item Vim
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
847 \item qiv und ImageMagick
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
848 \item Mercurial
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
849 \end{itemize}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
850 \end{block}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
851
3
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
852 \pause
867ffbcccf28 added unix philosophy, filesizes, suckless project, and more
meillo@marmaro.de
parents: 2
diff changeset
853
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
854 \begin{block}{}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
855 \vspace{3ex}
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
856 \centerline{\textbf{Danke für eure Aufmerksamkeit}}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
857 \vspace{7ex}
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
858 \end{block}
7
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
859
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
860 \pause
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
861
e50c493cf700 added content for screen, remote working, summary; and more
meillo@marmaro.de
parents: 5
diff changeset
862 {\scriptsize Den Vortrag gibt's online auf http://marmaro.de/docs \hfill 2007-12-11 }
1
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
863 }
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
864
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
865
aa6f8b1bab77 added latex document and Makefile; tpp version is deprecated now
meillo@marmaro.de
parents:
diff changeset
866 \end{document}