0x1A. Application server

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 59

  • @ayodeleayomidotun4115
    @ayodeleayomidotun4115 7 месяцев назад

    For task zero... How are we going to use the ssh keys we are told to click for task3#

  • @RexEjikeOnyegbule-iv5wm
    @RexEjikeOnyegbule-iv5wm 2 месяца назад

    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 ?

    • @randommall
      @randommall  2 месяца назад

      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

  • @karabomokherere1179
    @karabomokherere1179 2 месяца назад

    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 ?

    • @randommall
      @randommall  2 месяца назад

      I revamped the video here.
      ruclips.net/video/QrLc_BxkFGE/видео.html
      Also reach me here randommallstudio@gmail.com

    • @karabomokherere1179
      @karabomokherere1179 2 месяца назад +1

      @@randommall thanks

  • @ahmedkhalil3727
    @ahmedkhalil3727 8 месяцев назад +4

    thank you for your videos but plz change intro its scary

    • @randommall
      @randommall  8 месяцев назад +2

      😅 Sure. Didn't see this coming.

  • @randommall
    @randommall  Год назад +4

    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

  • @cletusoyinesam4766
    @cletusoyinesam4766 7 месяцев назад +1

    Great work bro

  • @fortunepeter4107
    @fortunepeter4107 6 месяцев назад

    Thanks a lot your videos are really helpful.
    Though i encountered an issue in task 0

    • @randommall
      @randommall  6 месяцев назад

      You're welcome. What issue did you encounter?

    • @fortunepeter4107
      @fortunepeter4107 6 месяцев назад

      @@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

    • @randommall
      @randommall  6 месяцев назад

      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.

  • @Abdozg-m6j
    @Abdozg-m6j 8 месяцев назад

    [INFO] Reason: Worker failed to boot. what is the problem ?? I uninstall flask and install it

    • @randommall
      @randommall  8 месяцев назад

      From webterm or local machine?

    • @Abdozg-m6j
      @Abdozg-m6j 8 месяцев назад

      webterm@@randommall

    • @Abdozg-m6j
      @Abdozg-m6j 8 месяцев назад

      webterm@@randommall

    • @Alpha_Aquila
      @Alpha_Aquila 8 месяцев назад

      local machine @@randommall

    • @chelelkorir302
      @chelelkorir302 7 месяцев назад

      @@randommall hey, followed everything but the checker still fails, what could be the issue.

  • @ygr4943
    @ygr4943 6 месяцев назад

    Do i have to use a virtual environment? i don't like to

  • @ayodeleayomidotun4115
    @ayodeleayomidotun4115 7 месяцев назад

    My task zero is not checking

  • @hyperayoub
    @hyperayoub 6 месяцев назад

    The advanced task is not working red check in check4 did you fix it

    • @randommall
      @randommall  6 месяцев назад +1

      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.

    • @hyperayoub
      @hyperayoub 6 месяцев назад

      ​@@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

    • @randommall
      @randommall  6 месяцев назад +1

      I don't have, I might write one, but it won't be today.

    • @hyperayoub
      @hyperayoub 6 месяцев назад

      @@randommall ok thank you if you create it put the link in description
      Because AT 27 the servers gone

    • @randommall
      @randommall  6 месяцев назад +1

      Alright

  • @femianthony8245
    @femianthony8245 Год назад

    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"

    • @randommall
      @randommall  Год назад

      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

    • @femianthony8245
      @femianthony8245 Год назад

      I used the command sudo apt install python3.0-venv and it gave me that error

    • @randommall
      @randommall  Год назад +1

      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

    • @femianthony8245
      @femianthony8245 Год назад

      Alright, thanks for the correction 👍

    • @femianthony8245
      @femianthony8245 Год назад +1

      Pls can I get the link to all the codes use in the video ?

  • @robsonaliye
    @robsonaliye 11 месяцев назад

    bro the last task task 7 didnt cheked for me even though i followed you. And great thanks for the help.

    • @randommall
      @randommall  11 месяцев назад

      I'm not sure why, would check it again, but I no longer have my servers.

  • @enochamankwah9057
    @enochamankwah9057 Год назад +1

    drop link to git directory

  • @yoniem9835
    @yoniem9835 7 месяцев назад

    😢gunicorn is failing huh what i could be doing wrong?

    • @randommall
      @randommall  7 месяцев назад

      If you can email me a screenshot of the failure. randommallstudio@gmail.com

  • @Abdozg-m6j
    @Abdozg-m6j 8 месяцев назад

    ls: cannot access '/ect/nginx/sites_avaible': No such file or directory ?????

  • @ZouhairBARTA
    @ZouhairBARTA 11 месяцев назад

    Hello please, could you please provide us this file web_dynamic/static/scripts/2-hbnb.js, Thank you for your support

    • @randommall
      @randommall  11 месяцев назад

      docs.google.com/document/d/1yc-yCL7iqo4zUeybSmw_ZPxhL3YoV8QGh_qiEifi0EI/edit?usp=sharing