please I am getting this error message "Warning: Permanently added '54.172.**.***' (ECDSA) to the list of known hosts. Permission denied (publickey).", whie trying to access my web-01 server on the required Ubuntu 16.04 terminal please help, what should I do ?
Check the .ssh directory to see if you still have your private key. If you do, compare the public key in there with the public key on your intranet profile
thanks for the vid budd but mine hasnt yet went how it should il try again till i get it right where can i reach you if i want to have a chat with you ?
First find out which program is using port 5000, you can use the `lsof` command. `sudo lsof -i :5000` in your terminal to identify the process. You should have the name and PID of the service running on port 5000. Once you identify the process using port 5000, you can decide whether to stop that process or reconfigure your app to use a different port for testing purposes, after testing, change it back to port 5000 and Then push to github. Or If the other service running on port 5000 is not essential, you could stop it or kill it with: kill PID to free up the port.
Depends on what you were trying to do, I am guessing creating a virtual environment. I would like to see the commands you used. You could try updates, and reinstall python venv. sudo apt update sudo apt install python3-venv If you're using Debian/Ubuntu like terminal
For task zero... How are we going to use the ssh keys we are told to click for task3#
please I am getting this error message "Warning: Permanently added '54.172.**.***' (ECDSA) to the list of known hosts.
Permission denied (publickey).", whie trying to access my web-01 server on the required Ubuntu 16.04 terminal
please help, what should I do ?
Check the .ssh directory to see if you still have your private key. If you do, compare the public key in there with the public key on your intranet profile
thanks for the vid budd but mine hasnt yet went how it should il try again till i get it right where can i reach you if i want to have a chat with you ?
I revamped the video here.
ruclips.net/video/QrLc_BxkFGE/видео.html
Also reach me here randommallstudio@gmail.com
@@randommall thanks
thank you for your videos but plz change intro its scary
😅 Sure. Didn't see this coming.
I am pleased to redirect you to this new version of this project that i explained greatly
ruclips.net/video/QrLc_BxkFGE/видео.htmlsi=TJZIMOHa9cSah_9c
Great work bro
Thanks a lot your videos are really helpful.
Though i encountered an issue in task 0
You're welcome. What issue did you encounter?
@@randommall when I tried running the command from the example in task 0 it returned a message that
Port 5000 is already in use by another program
First find out which program is using port 5000, you can use the `lsof` command.
`sudo lsof -i :5000`
in your terminal to identify the process.
You should have the name and PID of the service running on port 5000.
Once you identify the process using port 5000, you can decide whether to stop that process or reconfigure your app to use a different port for testing purposes, after testing, change it back to port 5000 and Then push to github. Or If the other service running on port 5000 is not essential, you could stop it or kill it with:
kill PID
to free up the port.
[INFO] Reason: Worker failed to boot. what is the problem ?? I uninstall flask and install it
From webterm or local machine?
webterm@@randommall
webterm@@randommall
local machine @@randommall
@@randommall hey, followed everything but the checker still fails, what could be the issue.
Do i have to use a virtual environment? i don't like to
My task zero is not checking
The advanced task is not working red check in check4 did you fix it
Have not, something changed. When I wrote the command, it initially was okay. Later on... It got a k-leg.
And I no longer have my servers.
@@randommall Can you please send me in steps or script i mean steps for this task if you have in Google Drive or .. thank you
I don't have, I might write one, but it won't be today.
@@randommall ok thank you if you create it put the link in description
Because AT 27 the servers gone
Alright
What do I do if I get the error "unable to locate package python3.0-venev" and "couldn't find any package by glob "python3.0-venv"
Depends on what you were trying to do, I am guessing creating a virtual environment.
I would like to see the commands you used.
You could try updates, and reinstall python venv.
sudo apt update
sudo apt install python3-venv
If you're using Debian/Ubuntu like terminal
I used the command sudo apt install python3.0-venv and it gave me that error
Look carefully at the command, you added a .0 to the command, it has to be strictly
sudo apt install python3-venv
Not
sudo apt install python3.0-venv
Alright, thanks for the correction 👍
Pls can I get the link to all the codes use in the video ?
bro the last task task 7 didnt cheked for me even though i followed you. And great thanks for the help.
I'm not sure why, would check it again, but I no longer have my servers.
drop link to git directory
😢gunicorn is failing huh what i could be doing wrong?
If you can email me a screenshot of the failure. randommallstudio@gmail.com
ls: cannot access '/ect/nginx/sites_avaible': No such file or directory ?????
It is /etc/ not /ect/
Hello please, could you please provide us this file web_dynamic/static/scripts/2-hbnb.js, Thank you for your support
docs.google.com/document/d/1yc-yCL7iqo4zUeybSmw_ZPxhL3YoV8QGh_qiEifi0EI/edit?usp=sharing