@@ -234,6 +234,44 @@ \section{Linux}
234234 \end {minipage }
235235\end {frame }
236236
237+ \begin {frame }{Red Hat Enterprise Linux}
238+ \begin {minipage }[t]{0.65\textwidth }
239+ Red Hat Enterprise Linux (RHEL):
240+ \begin {itemize }
241+ \item Commercial, enterprise-focused distribution by Red Hat (IBM)
242+ \item Emphasis on stability, long-term support, certifications
243+ \item Follows Fedora as upstream; ships well-tested packages
244+ \item Common in servers, cloud, and regulated environments
245+ \item Uses \texttt {dnf }/\texttt {yum } and SELinux by default
246+ \end {itemize }
247+ \end {minipage }
248+ \hfill
249+ \begin {minipage }[t]{0.3\textwidth }
250+ \centering
251+ \IfFileExists {images/redhat.png}{\includegraphics [width=0.9\textwidth ]{images/redhat.png}}{\textbf {Red Hat }}
252+ \\ [6pt]
253+ \IfFileExists {images/fedora.png}{\includegraphics [width=0.75\textwidth ]{images/fedora.png}}{\textbf {Fedora }}
254+ \end {minipage }
255+ \end {frame }
256+
257+ \begin {frame }{Arch Linux}
258+ \begin {minipage }[t]{0.65\textwidth }
259+ Arch Linux:
260+ \begin {itemize }
261+ \item Rolling-release, minimalist, KISS philosophy
262+ \item User-centric: manual setup, explicit configuration
263+ \item Uses \texttt {pacman } and the Arch User Repository (AUR)
264+ \item Fast access to latest software; requires proactive maintenance
265+ \item Popular among advanced users and developers
266+ \end {itemize }
267+ \end {minipage }
268+ \hfill
269+ \begin {minipage }[t]{0.3\textwidth }
270+ \centering
271+ \IfFileExists {images/arch.png}{\includegraphics [width=0.8\textwidth ]{images/arch.png}}{\textbf {Arch Linux }}
272+ \end {minipage }
273+ \end {frame }
274+
237275\begin {frame }{Package managers}
238276 \begin {itemize }
239277 \item \texttt {APT (Advanced Package Tool) } for Debian-based systems.
0 commit comments