summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/Report/test.tex')
-rw-r--r--notFinishedCode/Report/test.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index 14a0821..fb17a36 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -751,6 +751,14 @@ After the installation has completed successfully, one can test if it works by g
to the following web address: \emph{http://localhost}. For configuring the \emph{https}
please go to the section 7.2.
+\subsubsection{SSH}
+Secure Shell (SSH) is a network protocol for secure data communication between two
+computers inside of a network. All computers are required to have SSH installed on it.
+You can easily install it by typing the following command:
+\begin{lstlisting}
+sudo apt-get install ssh
+\end{lstlisting}
+
\subsubsection{MySQL database and MySQLdb library}
The MySQLdb library is required to perform various operations on the MySQL database within
Python. We used the MySQLdb library instead of the native MySQL C API \emph{\_mysql} library