If you have a challenge with TASK 1, Please copy and paste the following script to fix it: #!/usr/bin/env bash # install nginx on web-01 sudo apt-get update sudo apt-get -y install nginx sudo ufw allow 'Nginx HTTP' echo "Hello World!" | sudo tee /var/www/html/index.html sudo ngix -t sudo service nginx start
Thank you so much for your kind words and thoughtful feedback! I'm delighted to hear that you found the teaching helpful and the emphasis on understanding was valuable to you. It's my passion to share knowledge, and knowing that it's appreciated makes it all the more rewarding. Happy learning!
your videos are great!.... its a pity i just found out about them It would have made my alx journey smoother You earned a subscriber and i'm now your no. 1 fan🙂🙂
Thank you so much for your kind words! I truly appreciate your support and enthusiasm for my TH-cam content. It's heartwarming to know that you find my explanations helpful. its's subscribers like you who motivate me to keep creating . It's never too late to benefit from our content, and we're here to assist you with your ALX journey. Thank you once again for your continued support.
Thank you for the video. My check 3 is showing an error. I have done all you did in the video. Any suggestions, please? Update: The code you gave the other guy in the comments fixed it! God bless you!
You're welcome! I'm glad the video was helpful to you. Regarding the error you encountered, it's great to hear that the code I provided to someone else in the comments helped resolve the issue for you.
Thanks for your comment! I understand that you're looking for more information on each check .You can find detailed information on each check on the task, there's a button called "QA Review" click on it to display precise details about an error. Hope this helps!@@giftchukwuemeka8324
HERE'S A SUMMARY OF THE CHECKS CHECK 1: Answer file is present and First line contains #!/usr/bin/env bash CHECK 2: The second line contains a comment describing what your Bash script does CHECK 3: Your server web01 returns 200 when querying / CHECK 4: Nginx is installed on your web01 server and accepting traffic on port 80 CHECK 5: Nginx returns at its root / a page that contains Hello World! CHECK 6: Your Bash script configures a new Ubuntu machine to match the task requirements
Sorry to hear about that, Check 6 means your bash script has an error, kindly use this to fix it. Please do not alter any command except the comment, just copy and paste the following script: #!/usr/bin/env bash # install nginx on web-01 sudo apt-get update sudo apt-get -y install nginx sudo ufw allow 'Nginx HTTP' echo "Hello World!" | sudo tee /var/www/html/index.html sudo ngix -t sudo service nginx start
If you have a challenge with TASK 1, Please copy and paste the following script to fix it:
#!/usr/bin/env bash
# install nginx on web-01
sudo apt-get update
sudo apt-get -y install nginx
sudo ufw allow 'Nginx HTTP'
echo "Hello World!" | sudo tee /var/www/html/index.html
sudo ngix -t
sudo service nginx start
Very concise and clearly explained.
weldone bro.
Thanks a lot!
I'm glad the explanation was clear.
Benefited a lot from your DevOps tutorial
Could you create more tutorials please ❤
Thank you
I'm so glad to hear that!
I'll definitely work on creating more tutorials.
Stay tuned! ❤
Thank you for this elaborate teaching and thank you for reminding us that is not about the green checker but about understanding, much appreciated sir
Thank you so much for your kind words and thoughtful feedback! I'm delighted to hear that you found the teaching helpful and the emphasis on understanding was valuable to you. It's my passion to share knowledge, and knowing that it's appreciated makes it all the more rewarding. Happy learning!
nicely said
your videos are great!....
its a pity i just found out about them
It would have made my alx journey smoother
You earned a subscriber
and i'm now your no. 1 fan🙂🙂
Thank you so much for your kind words! I truly appreciate your support and enthusiasm for my TH-cam content. It's heartwarming to know that you find my explanations helpful. its's subscribers like you who motivate me to keep creating . It's never too late to benefit from our content, and we're here to assist you with your ALX journey. Thank you once again for your continued support.
your way of explaining is well done and clear , you should do more videos
thank you so much
That’s so kind of you to say!
I’m happy you enjoyed the content, and I’m already planning more videos to share soon
very explicit , thanks wish you can do more videos. i just subscribed
I'm glad you found it helpful and explicit.
I appreciate you subscribing to my channel.
Will definitely consider creating more videos in the future
great work 👌
at the end of day it is about the knowledge you can get to be a better version of yourself
Well said friend, well said🤝
Good job👍.... Very detailed & elaborate
So nice of you, thank you
Great
Oh thank you!
Good work bruh
You're welcome! I'm glad the video was helpful to you.
Kindly give me the link of the video continuation.
Here's the link to the PART 2
th-cam.com/video/NvDVsxWQUAc/w-d-xo.html
Bless you for the explanation. Please do you tutor or have a study group? I would appreciate a response from you, please
Reach out to me on besthortechhub@gmail.com I will do my best to assist you.
@@besthor_tech thank u so much
The pleasure is all mine @@MikailAjibola-zg6mp
please where is the part 2?
Here's the link to PART 2 th-cam.com/video/NvDVsxWQUAc/w-d-xo.html
cheers man
@@besthor_tech
Thank you for the video. My check 3 is showing an error. I have done all you did in the video. Any suggestions, please?
Update: The code you gave the other guy in the comments fixed it! God bless you!
You're welcome! I'm glad the video was helpful to you. Regarding the error you encountered, it's great to hear that the code I provided to someone else in the comments helped resolve the issue for you.
please how do you guys know what each check is supposed to check. Like check 1 for checking readme files, check 2 for checking shebang etc
Thanks for your comment! I understand that you're looking for more information on each check .You can find detailed information on each check on the task, there's a button called "QA Review" click on it to display precise details about an error. Hope this helps!@@giftchukwuemeka8324
HERE'S A SUMMARY OF THE CHECKS
CHECK 1: Answer file is present and First line contains #!/usr/bin/env bash
CHECK 2: The second line contains a comment describing what your Bash script does
CHECK 3: Your server web01 returns 200 when querying /
CHECK 4: Nginx is installed on your web01 server and accepting traffic on port 80
CHECK 5: Nginx returns at its root / a page that contains Hello World!
CHECK 6: Your Bash script configures a new Ubuntu machine to match the task requirements
@@besthor_tech thanks
my check 6 is showing red i've done everything according to the letter
what do i do
Sorry to hear about that, Check 6 means your bash script has an error, kindly use this to fix it. Please do not alter any command except the comment, just copy and paste the following script:
#!/usr/bin/env bash
# install nginx on web-01
sudo apt-get update
sudo apt-get -y install nginx
sudo ufw allow 'Nginx HTTP'
echo "Hello World!" | sudo tee /var/www/html/index.html
sudo ngix -t
sudo service nginx start