Comprehensive guides and exam preparation for Red Hat technologies.
- RHEL 10 — Practical guides for modern Linux infrastructure
- RHOAI EX267 — Exam prep for Red Hat Certified Specialist in OpenShift AI Self-Managed
This site uses GitHub Pages. Push to the main branch of the rhoai-ex267.github.io (or configured) repository to deploy.
- Push to GitHub
- Go to Settings > Pages > Source > Deploy from a branch
- Select
mainbranch and/ (root) - Site will be available at
https://yourusername.github.io/
Use a site/ branch if you want the root of the repo as the GitHub Pages source.
.
├── index.html # Main landing page
├── css/
│ └── style.css # Shared styles
├── rhel/ # RHEL 10 guides
├── rhoai-ex267/ # RHOAI EX267 exam prep
└── .gitignore