LAMP

  • Tutorial Cara Install LAMP Pada Ubuntu Server 20.04 LTS | Apache , Mariadb , PHP | Linux Indonesia

    Tutorial Cara Install LAMP Stack Pada Ubuntu Server 20.04 LTS | Apache , Mariadb , PHP ——————————- Tutorial install lamp di web : ——————————- Tutorial Lainnya : Tutorial Cara Mengganti Hostname pada Centos 7 : Tutorial Cara Mengganti Password Root Pada Centos 7 : Tutorial Cara Reset Password Centos 7 : Cara Install Centos 8 : Cara Install SSL Let’s…

    Read More »
  • How to Install LAMP on Linux Debian

    In this video we will install a LAMP stack on a Debian 12 (Linux) server and run a PHP code on it. Here are the commands you can use to follow up with this tutorial: # Update package list sudo apt update # Install Apache sudo apt install apache2 sudo systemctl enable apache2 sudo systemctl start apache2 # Install MySQL…

    Read More »
  • How To Install Apache, MySQL, & PHP on Windows Subsystem for Linux (WSL)

    View on website: In this video, part 2 of the series of setting up a development environment on Windows Subsytem for Linux (WSL), I show you how to install a LAMP server. This means installing Apache, MySQL, & PHP. It’s easy to do and I’ll put the commands here. Before getting started, update and upgrade the software you have on…

    Read More »
Back to top button