Add signature section

This commit is contained in:
aartoni 2023-09-07 16:59:32 +02:00
parent fc6f9a684e
commit bd2f1fd886
Signed by untrusted user who does not match committer: arto
GPG key ID: 073FCF967981BB58
7 changed files with 56 additions and 0 deletions

25
sections/signature.tex Normal file
View file

@ -0,0 +1,25 @@
\section{Rule number 1: signatures}
\begin{frame}{Good or bad?}
\lstinputlisting{assets/bad.sig}
\end{frame}
\begin{frame}{Good or bad?}
\lstinputlisting{assets/good.sig}
\end{frame}
\begin{frame}{Why?}
RFC 1855~\cite{rfc1855} clearly states that:
\begin{quote}
If you include a signature keep it short. Rule of thumb
is no longer than 4 lines. Remember that many people pay for
connectivity by the minute, and the longer your message is,
the more they pay.
\end{quote}
\end{frame}
\begin{frame}{How to (Thunderbird)}
\centering
\includegraphics[scale=0.35]{target/slides-thunderbird-sig.jpg}
\end{frame}
\begin{frame}{How to (neomutt)}
\centering
\lstinputlisting[language=sh]{assets/muttrc-sig.conf}
\end{frame}