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