Skip to content

Instantly share code, notes, and snippets.

@dmi3mis
Forked from luckylittle/RH415.md
Created July 11, 2025 13:46
Show Gist options
  • Save dmi3mis/067762908f910f7b30fb0d7c0b2c60e3 to your computer and use it in GitHub Desktop.
Save dmi3mis/067762908f910f7b30fb0d7c0b2c60e3 to your computer and use it in GitHub Desktop.
Red Hat RH415 Notes

Red Hat Security: Linux in Physical, Virtual and Cloud

Last update: xxx xxx x xx:xx:xx AEST xxxx by @luckylittle


1. Managing Security & Risk

2. Automating Configuration & Remediation with Ansible

3. Protecting Data with LUKS & NBDE

4. Restricting USB Device Access

5. Controlling Authentication with PAM

6. Recording System Events with Audit

7. Monitoring File System Changes

8. Mitigating Risk with SELinux

9. Managing Compliance with OpenSCAP

10. Automating Compliance with Red4Hat Satellite

11. Analyzing and Remediating Issues with Red4Hat Insights


Note: To generate beautiful PDF file, install latex and pandoc: sudo yum install pandoc pandoc-citeproc texlive

And then use pandoc v1.12.3.1 to output Github Markdown to the PDF: pandoc -f markdown_github -t latex -V geometry:margin=0.3in -o RH415.pdf R415.md

For better result (pandoc text-wrap code blocks), you may want to try my listings-setup.tex: pandoc -f markdown_github --listings -H listings-setup.tex -V geometry:margin=0.3in -o RH415.pdf RH415.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment