cleaned up whitespace in the latex files, deleted guest password

This commit is contained in:
elvis
2023-03-27 23:04:18 +02:00
parent 6fef3a3c7c
commit 032faead63
2 changed files with 29 additions and 76 deletions

BIN
Relazione/Relazione.pdf Normal file

Binary file not shown.

View File

@ -14,14 +14,14 @@
\usepackage{listings} %% code block \usepackage{listings} %% code block
\lstset{ \lstset{
language=C, language=C,
showspaces=false, showspaces=false,
basicstyle=\small\ttfamily, basicstyle=\small\ttfamily,
numbers=left, numbers=left,
numberstyle=\tiny, numberstyle=\tiny,
breaklines=true, breaklines=true,
postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space}, postbreak=\mbox{\textcolor{red}{$\hookrightarrow$}\space},
backgroundcolor = \color{lightgray}, backgroundcolor = \color{lightgray},
} }
\usepackage{enumitem} %% for lists and enumerating \usepackage{enumitem} %% for lists and enumerating
@ -61,16 +61,16 @@
%% usage: \ieb{Class:} for simple item %% usage: \ieb{Class:} for simple item
%% \ieb[4cm]{Class:} for specific size of box %% \ieb[4cm]{Class:} for specific size of box
\newcommand{\ieb}[2][2cm]{ \newcommand{\ieb}[2][2cm]{
\makebox[#1][l]{\emph{#2}} \makebox[#1][l]{\emph{#2}}
} %% TODO: replace with description environment (? maybe) } %% TODO: replace with description environment (? maybe)
%---------------------------------% %---------------------------------%
\title{Progetto di Laboratorio di Sistemi Operativi} \title{Progetto di Laboratorio di Sistemi Operativi}
\author{ \author{
Elvis Rossi - Matricola 561394 Elvis Rossi - Matricola 561394
} }
\date{\today} \date{May 20, 2022}
%---------------------------------% %---------------------------------%
@ -90,9 +90,9 @@ Si può accedere usando le credenziali:
\begin{center} \begin{center}
\begin{tabular}{||c|c||} \begin{tabular}{||c|c||}
\hline \hline
Username & Password \\ \hline Username & Password \\ \hline
Guest & CNs7Vbx3vLJQ2aK \\ \hline Guest & \\ \hline
\end{tabular} \end{tabular}
\end{center} \end{center}
@ -193,23 +193,23 @@ Di seguito una tabella in cui si associa ogni numero al codice usato:
\begin{center} \begin{center}
\begin{tabular}{|c|l|c|} \begin{tabular}{|c|l|c|}
\hline \hline
Number & Meaning & Code \\ \hline Number & Meaning & Code \\ \hline
\hline \hline
20 & OK & \texttt{MEOK} \\ \hline 20 & OK & \texttt{MEOK} \\ \hline
\gry{21} & \gry{not used} & \gry{\texttt{-}} \\ \hline \gry{21} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{22} & \gry{not used} & \gry{\texttt{-}} \\ \hline \gry{22} & \gry{not used} & \gry{\texttt{-}} \\ \hline
25 & file purged & \texttt{MEFP} \\ \hline 25 & file purged & \texttt{MEFP} \\ \hline
\hline \hline
\gry{40} & \gry{not used} & \gry{\texttt{-}} \\ \hline \gry{40} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{41} & \gry{not used} & \gry{\texttt{-}} \\ \hline \gry{41} & \gry{not used} & \gry{\texttt{-}} \\ \hline
42 & shutting down & \texttt{MESD} \\ \hline 42 & shutting down & \texttt{MESD} \\ \hline
45 & requested file action not taken & \texttt{MENT} \\ \hline 45 & requested file action not taken & \texttt{MENT} \\ \hline
\hline \hline
50 & syntax error & \texttt{MESY} \\ \hline 50 & syntax error & \texttt{MESY} \\ \hline
\gry{51} & \gry{not used} & \gry{\texttt{-}} \\ \hline \gry{51} & \gry{not used} & \gry{\texttt{-}} \\ \hline
\gry{52} & \gry{not used} & \gry{\texttt{-}} \\ \hline \gry{52} & \gry{not used} & \gry{\texttt{-}} \\ \hline
55 & server error & \texttt{MESE} \\ \hline 55 & server error & \texttt{MESE} \\ \hline
\end{tabular} \end{tabular}
\end{center} \end{center}
@ -222,50 +222,3 @@ Il server per inviare i file richiesti o espulsi, prima invia il numero di file,
\end{document} \end{document}