Skip to content

Commit 9d6ece6

Browse files
committed
Correct UNIX dev year, current openSUSE version.
1 parent 134fa97 commit 9d6ece6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation/linux_bash_metacentrum_course.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ \subsection{Learning machine}
155155
\begin{multicols}{2}
156156
\begin{itemize}
157157
\item If you do not have Linux installed, download and install VirtualBox from \url{https://www.virtualbox.org/}
158-
\item Download openSUSE Leap 15.0 Linux distribution for this course from \url{ftp://botany.natur.cuni.cz/openSUSE_Leap_courses.ova} ($\sim$5~GB)
158+
\item Download openSUSE Leap 15.2 Linux distribution for this course from \url{ftp://botany.natur.cuni.cz/openSUSE_Leap_courses.ova} ($\sim$5~GB)
159159
\item Launch VirtualBox and go to menu \textbf{File | Import appliance\ldots} to import it. When done, launch it (\textbf{Start})
160160
\end{itemize}
161161
\includegraphics[height=6cm]{virtualbox.png}
@@ -191,7 +191,7 @@ \subsection{What it is a~\enquote{UNIX}}
191191
\begin{itemize}
192192
\item \href{https://en.wikipedia.org/wiki/Unix}{UNIX}
193193
\begin{itemize}
194-
\item Originally developed in Bell labs of AT\&T in 1696, written in C, since then huge radiation, hybridization, HGT,~\ldots
194+
\item Originally developed in Bell labs of AT\&T in 1969, written in C, since then huge radiation, hybridization, HGT,~\ldots
195195
\item Trademark --- only systems passing certain conditions (paid certification) can be called \enquote{UNIX} --- Solaris, HP-UX, AIX, etc. (commercial systems for big servers)
196196
\item Main principles: simple, multitasking, hierarchical, network, for more users (takes cares about permissions etc.), configuration written in plain text files, important relationships among applications (generally one application = one task --- they are chained), work primarily with text, has kernel and API (interface to communicate with the rest of the system)
197197
\item \href{https://en.wikipedia.org/wiki/Unix-like}{UNIX-like} (UN*X, *nix)

0 commit comments

Comments
 (0)