Exam Review Guides
Review Recommendations:
Use Gemini to create interactive quizzes for the following topics:
- shell commands
- create an interactive quiz - 15 to 20 questions - about common shell commands
- ssh (public private keys, authorized_keys, known_hosts)
- create an interactive quiz - 15 to 20 questions - about ssh topics like private and public keys, authorized keys, and known hosts
- permissions and user group other and root / sudo
- create an interactive quiz - 15 to 20 questions - about permissions - reading file permissions, changing user and group, access issues based on permissions, and sudo / root
- bash scripting
- create an interactive quiz - 15 to 20 questions - about bash scripting - if statements, test, loops, argument parsing and functions
- text manipulation (regex, grep, sed, awk)
- create an interactive quiz - 15 to 20 questions - about regular expressions, grep, sed, and awk, and using these to answer data questions
- git
- create an interactive quiz - 15 to 20 questions - about git basics - clone, add, commit, push, pull and rm
- file redirection
- create an interactive quiz - 15 to 20 questions - about file redirection - include input and output and error streams and piping