Step-by-Step Guide: Setting Up a LAMP Stack on Ubuntu 24.04 Server!

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • Learn how to set up a LAMP stack (Linux, Apache, MySQL, PHP) on Ubuntu 24.04 Server Edition with ease! In this tutorial, I'll guide you through the entire process, from updating your server to installing and configuring Apache, MySQL, and PHP. Perfect for beginners and those looking to enhance their web development skills. Watch now and start building your own powerful web server!
    ubuntu.com
    Linux Operating System | Beginners Crash Course - 3 Hours
    • Linux Operating System...
    Rocky Linux by CIQ: ciq.co/rocky-l...
    Remember to Like, Share, and Subscribe if you enjoyed the video! Also, if you are interested in more Linux content, please consider becoming a channel member so I can continue to produce great content!
    ✔️RECOMMENDED LINUX BOOKLIST
    -------------------------------
    Linux Pocket Guide: Essential Commands: amzn.to/3xGPvsK
    CompTIA Linux+ Certification All-in-One Exam Guide: Exam XK0-004 amzn.to/3uQ3wmh
    101 Labs - CompTIA Linux+ amzn.to/3vtj7rb
    How Linux Works: What Every Superuser Should Know amzn.to/3vrLkOO
    Linux Bible amzn.to/3rwEkPH
    ✔️SOCIAL NETWORKS
    -------------------------------
    KeepItTechie: keepittechie.com/
    Facebook: / keepittechie
    Twitter: / keepittechie
    Instagram: / keepittechie
    Discord: / discord
    CashApp: cash.app/$Keep...
    Patreon: / keepittechie
    --------------------------------
    #LAMPstack
    #UbuntuServer
    #LinuxTutorial
    #WebDevelopment
    #KeepItTechie

Komentáře • 17

  • @JohnCutter317
    @JohnCutter317 Před 3 měsíci +8

    Running through all these videos after this ccnp cert I want that Rhcsa. Good stuff

  • @IamDoQtorNo
    @IamDoQtorNo Před 3 měsíci +13

    Howdy and grand rising. Great videos. Wish I had learned linux sooo many moons back but MS had the world on a choke hold for those who just didnt know lol. I have an old optiplex that I'm turning into a web server that I am going to use to develop website and upload to domain hosting company for testing and production. I am using a 1TB for boot drive and a 4TB that I want to use as the main drive for files for the websites. Could you do a video on how I can setup that drive to be the main source of the mysql, wordpress, etc? Hope I'm making sense...

  • @BigRock-nd9mp
    @BigRock-nd9mp Před 3 měsíci +2

    Can you please make a video for Lemp server optimised for wordpress

    • @KeepItTechie
      @KeepItTechie  Před 2 měsíci +1

      Thanks for the suggestion! I’ll definitely consider making a video on setting up a LEMP server optimized for WordPress. It would cover installing Nginx, MySQL, PHP, and configuring WordPress for optimal performance. Stay tuned to my channel for updates!

  • @AlexSanchez-rh1qg
    @AlexSanchez-rh1qg Před 2 měsíci +1

    Thank you. You've helped me a lot

  • @JimFikes
    @JimFikes Před měsícem

    Excellent tutorial. You really explain things well.

  • @kiddoc89
    @kiddoc89 Před měsícem

    Just learning Linux and this and your other vids have been FANTASTIC! Could you please post the php file test.php. I put it in from video but the site would not load although the info.php loaded fine. Thank you again.

  • @sonofdson
    @sonofdson Před 3 měsíci +2

    Hello Sir.
    While following your guide on the Linux tutorial and Ubuntu installation and configuration yesterday, this is what I see each time I boot up my VM.
    "*ERROR VMUGFX seems to be running on an unsupported hypervisor.
    This configuration is likely broken.
    please switch to a supported graphic device to avoid problems*"
    (These statements came with some numbers).
    what can I do to resolve it?
    Please help.

    • @KeepItTechie
      @KeepItTechie  Před 2 měsíci +1

      Hello! It sounds like there's an issue with the VM's graphics configuration. To resolve it, you can try changing the graphics settings in your VM. Open your VM's settings, go to the "Display" section, and change the Graphics Controller to "VBoxVGA" or "VMSVGA". Additionally, installing Guest Additions can help. Start your VM, log in, insert the Guest Additions CD image from the VM menu, and run the installer from the mounted image. Finally, make sure you're using the latest version of your virtualization software, such as VirtualBox or VMware. These steps should help resolve the issue.

    • @sonofdson
      @sonofdson Před 2 měsíci

      @@KeepItTechie Thank you so much sir.
      I will do as you 've instructed and get back.
      Thanks again.

    • @sonofdson
      @sonofdson Před 2 měsíci

      @@KeepItTechie Hello Sir.
      Thank you once again, it's currently on "VMSVGA" and the Graphics Controller doesn't look like it can be changed. I tried clicking it and it didn't respond.

  • @jordanmackay9156
    @jordanmackay9156 Před měsícem

    Great video man! It was going perfect until i tried to test the php connection to mysql and it only gives me a blank page. Any advice?

  • @luckystarfan77
    @luckystarfan77 Před 2 měsíci

    KeepiItTechie, you're my goat. Thank you

  • @MoeDouHamitou
    @MoeDouHamitou Před 17 dny

    I started working at a university and have students from 5 years ago still on, how can I set up a Lamp server that auto deletes accounts every 4months or do a clean up of the existing server and set that up after?

  • @IamDoQtorNo
    @IamDoQtorNo Před 3 měsíci

    Question 2: Is there a way to add multiple websites to the website server (localhost)? To add to the previous question/use case: I want to develop the websites locally and then upload when it's time to allow the clients to see the proofs and test out the functionality.