Assignment on DevOps Engineering class
09:14 26 Jan 2026

Please who can explain and guide me on this assignment thank you.

We walked through examples of all 10 labs during demos. Complete them on your local machine to solidify everything:

1.Hello World basics 2.Variables & arithmetic 3.User input interaction 4.Command-line arguments 5.Arrays 6.Conditionals 7.Loops & menus 8.Redirection & debugging 9.Comprehensive interactive system tool (menu with greet, system info,backup, password generator)Main Assignment:WordPress + LAMP Automation Project Build the full real-world script we discussed:●Prompt for domain, DB name/username/password●Install LAMP stack(Apache,MariaDB,PHP)with firewall rules●Configure virtual Host and self-signed SSL●Setup database●Download/extract WordPress, configure wp-config.php,set permissions●Use functions for modularity,add comments throughout Runit on a fresh Ubuntu VM.Include screenshots of the running script and final Word Press site.OptionalChallenge:Add set-euo pipe fail,logging to a file,and basic error checks.Get your assignment done and bring questions—see you next time!🚀Feel free to to reply with your lab progress or script issues.Happy scripting

linux bash backend devops system