Course: CompTIA Linux+ Training Course Code: C1162 Delivered by: Tertiary Infotech Academy Pte Ltd
These are the official hands-on lab exercises and courseware for the CompTIA Linux+ Training course delivered by Tertiary Infotech Academy Pte Ltd.
A complete set of 30 step-by-step labs aligned to the CompTIA Linux+ XK0-006 (V8) exam objectives, ending in an end-to-end capstone. Every lab runs on the free Killercoda Ubuntu Playground (https://killercoda.com/playgrounds/scenario/ubuntu) — no local install, no virtual machine, no credit card required.
Alongside the labs, this repo generates the full courseware set — slide deck, Lesson Plan and Learner Guide — all from a single source so they stay 100% aligned to the labs and exam domains.
Generated deliverables live in courseware/:
| Deliverable | File |
|---|---|
| PPT — visual training deck (all-white house style, 307 slides) | courseware/CompTIA-Linux-Plus-XK0-006-v1.0.pptx |
| LP — Lesson Plan (2-day, Word + PDF) | courseware/LP-CompTIA-Linux-Plus-XK0-006.docx |
| LG — Learner Guide (Word + PDF) | courseware/LG-CompTIA-Linux-Plus-XK0-006.docx |
All three map 1:1 to the five CompTIA Linux+ XK0-006 exam domains and the 30 labs. The Learner Guide also has a Markdown mirror: LG-CompTIA-Linux-Plus-XK0-006.md.
The courseware is generated by the build pipeline under .claude/skills/non-wsq-courseware-build/, driven by one content module so every artifact stays in sync:
build/course_data.py— the single source: course metadata, the five exam domains (weightings + key concepts), learning outcomes, the 2-day schedule and the Learner Guide content.build/data_domain1.py … data_domain5.py— the 30 labs in structured form (objective, goal, build, steps, verification), aligned to labs/.
# one command: PPT + LP + LG as DOCX + PDF, with page-numbered TOCs
bash .claude/skills/non-wsq-courseware-build/build/build_courseware.sh| Domain | Weight | Labs |
|---|---|---|
| 1 · System Management | 23% | Labs 1–7 |
| 2 · Services and User Management | 20% | Labs 8–13 |
| 3 · Security | 18% | Labs 14–19 |
| 4 · Automation, Orchestration, and Scripting | 17% | Labs 20–24 |
| 5 · Troubleshooting | 22% | Labs 25–30 (incl. capstone) |
The 30 step-by-step lab files live in labs/ (lab-01 … lab-30), plus a tools index. Work through them in order — each lab builds on the skills established by the labs before it.
- Killercoda Ubuntu playground — https://killercoda.com/playgrounds/scenario/ubuntu (free, browser-based, root shell).
- Or any Ubuntu 22.04+ system (VM, WSL2 or cloud instance) with sudo access.
Run the labs only on systems you are authorised to administer — several labs change firewall rules, accounts and storage.
© Tertiary Infotech Academy Pte Ltd. All rights reserved.