Knowledge Compendiums¶
2491 Q&A pairs across Ansible, Linux, and Python — the ultimate study resource.
By Topic¶
| Compendium | Questions | Link |
|---|---|---|
| Ansible | 886 | Ansible Trivia Compendium |
| Linux | 804 | Linux Trivia Compendium |
| Python | 801 | Python Trivia Compendium |
Shuffled Mix¶
All 2491 questions from all three compendiums, shuffled together:
Open the Shuffled Compendium →
CLI Tool¶
Run random batches from the terminal:
make trivia # 10 random, all topics
make trivia TRIVIA_ARGS="--topic linux --count 20" # 20 Linux questions
make trivia TRIVIA_ARGS="--reveal" # show answers immediately
make trivia TRIVIA_ARGS="--loop" # keep going until you quit
Or directly: