File tree 7 files changed +20
-9
lines changed
7 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ \subsection{AFS}
34
34
anyway,\vspace {\baselineskip }}%
35
35
\only <3>{or the {\tt apache} or {\tt postfix} users are doing a {\tt
36
36
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
38
38
{\tt 777} or named `` .ht*'' ,\vspace {\baselineskip }}%
39
39
\only <5>{or the {\tt root} or {\tt signup} users are accessing file
40
40
with the special {\tt C}, {\tt D}, or {\tt E} bits.}%
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ \subsection{LVS}
16
16
\item Works around bugs in scripts that assume a single web server
17
17
\end {itemize }
18
18
\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}
21
20
\end {center }
22
21
\end {frame }
23
22
@@ -27,6 +26,7 @@ \subsection{LVS}
27
26
\item \url {http://scripts.mit.edu:78/} shows the current load
28
27
\item Or you can \texttt {finger @scripts.mit.edu } for more detail
29
28
\end {itemize }
29
+ \begin {tiny }
30
30
\begin {verbatim }
31
31
$ finger @scripts
32
32
[scripts.mit.edu]
@@ -48,4 +48,5 @@ \subsection{LVS}
48
48
-> BUSY-BEAVER.MIT.EDU:25 Route 4096 0 1
49
49
-> PANCAKE-BUNNY.MIT.EDU:25 Route 4096 0 2
50
50
\end {verbatim }
51
+ \end {tiny }
51
52
\end {frame }
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ \subsection{Ansible}
12
12
13
13
\begin {frame }[fragile]
14
14
\frametitle {Example Role - real-fuse}
15
+ \begin {scriptsize }
15
16
\begin {verbatim }
16
17
- name: Install fuse.conf
17
18
copy:
@@ -27,4 +28,5 @@ \subsection{Ansible}
27
28
- name: Immediately load new modules
28
29
meta: flush_handlers
29
30
\end {verbatim }
31
+ \end {scriptsize }
30
32
\end {frame }
Original file line number Diff line number Diff line change 3
3
\mode <presentation>
4
4
{ \usetheme {Copenhagen} }
5
5
6
+ \setbeamerfont {subsection in toc}{size=\small }
7
+
6
8
\AtBeginSection []
7
9
{
8
10
\begin {frame }
9
- \frametitle {Outline}
10
- \tableofcontents [currentsection]
11
+ \frametitle {Outline}
12
+ \tableofcontents [currentsection]
11
13
\end {frame }
12
14
}
13
15
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ \subsection{suEXEC}
16
16
\end {enumerate }
17
17
\begin {footnotesize }
18
18
\begin {semiverbatim }
19
- <FilesMatch `` (?i)\. (cgi|exe|php|pl|py|scm)$ ''>
19
+ <FilesMatch `` (?i)\\ .(cgi|exe|php|pl|py|scm)$ ''>
20
20
SetHandler cgi-script
21
21
Options +ExecCGI
22
22
</FilesMatch>
23
- <FilesMatch ``(?i)\. (avi|css|doc|docm|docx|\ldots |zip)$ '' >
23
+ <FilesMatch ``(?i)\\ .(avi|css|doc|docm|docx|\ldots |zip)$ '' >
24
24
SetHandler cgi-script
25
25
Options +ExecCGI
26
26
</FilesMatch>
@@ -45,8 +45,7 @@ \subsection{suEXEC}
45
45
+\}
46
46
+
47
47
int main(int argc, char *argv[])
48
- \{
49
- \ldots
48
+ \{ \ldots
50
49
+
51
50
+ if (is_static_extension(cmd)) \{
52
51
+ if (setenv("PATH_TRANSLATED", cmd, 1) != 0) \{
@@ -61,3 +60,10 @@ \subsection{suEXEC}
61
60
\end {semiverbatim }
62
61
\end {footnotesize }
63
62
\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
+ }
You can’t perform that action at this time.
0 commit comments