Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions 03-linux/03-linux.tex
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,44 @@ \section{Linux}
\end{minipage}
\end{frame}

\begin{frame}{Red Hat Enterprise Linux}
\begin{minipage}[t]{0.65\textwidth}
Red Hat Enterprise Linux (RHEL):
\begin{itemize}
\item Commercial, enterprise-focused distribution by Red Hat (IBM)
\item Emphasis on stability, long-term support, certifications
\item Follows Fedora as upstream; ships well-tested packages
\item Common in servers, cloud, and regulated environments
\item Uses \texttt{dnf}/\texttt{yum} and SELinux by default
\end{itemize}
\end{minipage}
\hfill
\begin{minipage}[t]{0.3\textwidth}
\centering
\IfFileExists{images/redhat.png}{\includegraphics[width=0.9\textwidth]{images/redhat.png}}{\textbf{Red Hat}}
\\[6pt]
\IfFileExists{images/fedora.png}{\includegraphics[width=0.75\textwidth]{images/fedora.png}}{\textbf{Fedora}}
\end{minipage}
\end{frame}

\begin{frame}{Arch Linux}
\begin{minipage}[t]{0.65\textwidth}
Arch Linux:
\begin{itemize}
\item Rolling-release, minimalist, KISS philosophy
\item User-centric: manual setup, explicit configuration
\item Uses \texttt{pacman} and the Arch User Repository (AUR)
\item Fast access to latest software; requires proactive maintenance
\item Popular among advanced users and developers
\end{itemize}
\end{minipage}
\hfill
\begin{minipage}[t]{0.3\textwidth}
\centering
\IfFileExists{images/arch.png}{\includegraphics[width=0.8\textwidth]{images/arch.png}}{\textbf{Arch Linux}}
\end{minipage}
\end{frame}

\begin{frame}{Package managers}
\begin{itemize}
\item \texttt{APT (Advanced Package Tool)} for Debian-based systems.
Expand Down
6 changes: 3 additions & 3 deletions 03-linux/03-linux.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\beamer@sectionintoc {1}{Introduction}{3}{0}{1}
\beamer@sectionintoc {2}{History}{7}{0}{2}
\beamer@sectionintoc {3}{Linux}{13}{0}{3}
\beamer@sectionintoc {4}{Basic Linux commands}{18}{0}{4}
\beamer@sectionintoc {5}{Connection to remote devices}{24}{0}{5}
\beamer@sectionintoc {6}{Running Linux}{28}{0}{6}
\beamer@sectionintoc {4}{Basic Linux commands}{20}{0}{4}
\beamer@sectionintoc {5}{Connection to remote devices}{26}{0}{5}
\beamer@sectionintoc {6}{Running Linux}{30}{0}{6}
Binary file added 03-linux/images/arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 03-linux/images/fedora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 03-linux/images/redhat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.