How To Install LAMP Stack on Ubuntu 22.04

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • In this video we are going to look at How To Install LAMP Stack on Ubuntu 22.04 and 20.04. LAMP is a software stack of Linux, Apache, MySQL and PHP.
    Commands
    sudo apt update
    sudo apt install -y apache2 apache2-utils
    sudo apt install -y mariadb-server mariadb-client
    sudo mysql_secure_installation
    sudo apt install -y php php-mysql libapache2-mod-php
    sudo systemctl restart apache2
    "Disclosure: Some of the links in this video description may be affiliate links, which means I earn a commission if you make a purchase through the link. This comes at no additional cost to you and helps support this channel.

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

  • @tldw8354
    @tldw8354 Год назад +3

    this may be very basic information, but for me and others (as I am starting with linux), it is very valuable. thank you

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

    Worked perfectly. Thanks for sharing.

  • @juanmacias5922
    @juanmacias5922 2 года назад +2

    So my inet ip address from ifconfig didn't work on another computer, like it did for you, could it be because i'm using a VM?

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

    Thanks for the help

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

    thanks a lot!!

  • @paoloemiljio424
    @paoloemiljio424 10 месяцев назад

    Great

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

    Thanks

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

    There are holes in all these instructive videos.

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

    Did you close the terminal at 5:44? Because I can't clear nor type at all after running "systemctl status apache2"

    • @tldw8354
      @tldw8354 Год назад +3

      this program does not close by itself and blocks the terminal. you have to press key q to quit it. after that the terminal is ready again for new commands.

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

      @@tldw8354 thank you

  • @ah.najeemnooran4075
    @ah.najeemnooran4075 5 месяцев назад

    What about mysql

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

    not so informative...