Skip to content

Commit c03c431

Browse files
committed
Formatting tweaks
1 parent 4d8cd17 commit c03c431

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

doc/cluedump/AFS.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ \subsection{AFS}
3434
anyway,\vspace{\baselineskip}}%
3535
\only<3>{or the {\tt apache} or {\tt postfix} users are doing a {\tt
3636
stat()},\vspace{\baselineskip}}%
37-
\only<4>{or the {\tt apache} user is trying to read a file with mode
37+
\only<4>{or {\tt apache} is trying to read a file with mode
3838
{\tt 777} or named ``.ht*'',\vspace{\baselineskip}}%
3939
\only<5>{or the {\tt root} or {\tt signup} users are accessing file
4040
with the special {\tt C}, {\tt D}, or {\tt E} bits.}%

doc/cluedump/LVS.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ \subsection{LVS}
1616
\item Works around bugs in scripts that assume a single web server
1717
\end{itemize}
1818
\begin{center}
19-
\only<1>{\includegraphics[width=3in] {Aggregated-cps_www-year.png}}
20-
\only<2>{\includegraphics[width=3in] {Aggregated-cps_www-year-clip.png}}
19+
\includegraphics[width=3in] {lvs.png}
2120
\end{center}
2221
\end{frame}
2322

@@ -27,6 +26,7 @@ \subsection{LVS}
2726
\item \url{http://scripts.mit.edu:78/} shows the current load
2827
\item Or you can \texttt{finger @scripts.mit.edu} for more detail
2928
\end{itemize}
29+
\begin{tiny}
3030
\begin{verbatim}
3131
$ finger @scripts
3232
[scripts.mit.edu]
@@ -48,4 +48,5 @@ \subsection{LVS}
4848
-> BUSY-BEAVER.MIT.EDU:25 Route 4096 0 1
4949
-> PANCAKE-BUNNY.MIT.EDU:25 Route 4096 0 2
5050
\end{verbatim}
51+
\end{tiny}
5152
\end{frame}

doc/cluedump/ansible.tex

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ \subsection{Ansible}
1212

1313
\begin{frame}[fragile]
1414
\frametitle{Example Role - real-fuse}
15+
\begin{scriptsize}
1516
\begin{verbatim}
1617
- name: Install fuse.conf
1718
copy:
@@ -27,4 +28,5 @@ \subsection{Ansible}
2728
- name: Immediately load new modules
2829
meta: flush_handlers
2930
\end{verbatim}
31+
\end{scriptsize}
3032
\end{frame}

doc/cluedump/lvs.png

115 KB
Loading

doc/cluedump/slides.tex

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
\mode<presentation>
44
{ \usetheme{Copenhagen} }
55

6+
\setbeamerfont{subsection in toc}{size=\small}
7+
68
\AtBeginSection[]
79
{
810
\begin{frame}
9-
\frametitle{Outline}
10-
\tableofcontents[currentsection]
11+
\frametitle{Outline}
12+
\tableofcontents[currentsection]
1113
\end{frame}
1214
}
1315

doc/cluedump/static-cat.jpg

53.3 KB
Loading

doc/cluedump/suexec.tex

+10-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ \subsection{suEXEC}
1616
\end{enumerate}
1717
\begin{footnotesize}
1818
\begin{semiverbatim}
19-
<FilesMatch ``(?i)\.(cgi|exe|php|pl|py|scm)$''>
19+
<FilesMatch ``(?i)\\.(cgi|exe|php|pl|py|scm)$''>
2020
SetHandler cgi-script
2121
Options +ExecCGI
2222
</FilesMatch>
23-
<FilesMatch ``(?i)\.(avi|css|doc|docm|docx|\ldots|zip)$''>
23+
<FilesMatch ``(?i)\\.(avi|css|doc|docm|docx|\ldots|zip)$''>
2424
SetHandler cgi-script
2525
Options +ExecCGI
2626
</FilesMatch>
@@ -45,8 +45,7 @@ \subsection{suEXEC}
4545
+\}
4646
+
4747
int main(int argc, char *argv[])
48-
\{
49-
\ldots
48+
\{ \ldots
5049
+
5150
+ if (is_static_extension(cmd)) \{
5251
+ if (setenv("PATH_TRANSLATED", cmd, 1) != 0) \{
@@ -61,3 +60,10 @@ \subsection{suEXEC}
6160
\end{semiverbatim}
6261
\end{footnotesize}
6362
\end{frame}
63+
64+
{
65+
\usebackgroundtemplate{\includegraphics[keepaspectratio=true,height=\paperheight,width=\paperwidth]{static-cat.jpg}}
66+
\setbeamertemplate{navigation symbols}{}
67+
\begin{frame}[plain]
68+
\end{frame}
69+
}

0 commit comments

Comments
 (0)