Browse Source

Add doc itemize

Matteo Savatteri 3 years ago
parent
commit
c3887eb9e7
1 changed files with 11 additions and 0 deletions
  1. 11 0
      notes/notes.tex

+ 11 - 0
notes/notes.tex

@@ -195,6 +195,17 @@ Perhé un fisico dovrebbe conoscere ed utilizzare il sistema \texttt{GNU/Linux}?
 \subsubsection{Il Comando Più Importante dell'Universo}
 Comando \texttt{man} è più importante universo! \texttt{man man man}!
 Vedi anche \texttt{apropos} o \texttt{man -k}.
+
+Regole per documentarsi:
+\begin{itemize}
+\item Cercare nelle \emph{man page}, info, \texttt{--help} e solo infine sul web
+\item Cercare \emph{in lingua inglese} $\rightarrow$ \`E la lingua di internet
+      e dell'informatica
+\item Cercare sempre dalla documentazione ufficiale $\rightarrow$ Meglio diffidare
+      di guide e blog, se possibile.
+      (\emph{Chi l'ha scritto, è chi meglio ti può consigliare})
+\item Vai a fondo finché il tempo a tua disposizione te lo permette
+\end{itemize}
 \subsubsection{File System}
 \begin{itemize}
 \item Digressione su VFS: radice, nodi, file regolari, file speciali (?)