Skip to content

Instantly share code, notes, and snippets.

View adeilsonaalima's full-sized avatar
🎯
Focusing

Adeilson Á. A. Lima adeilsonaalima

🎯
Focusing
View GitHub Profile
@adeilsonaalima
adeilsonaalima / wsl2-ubuntu-lamp.md
Created October 9, 2023 11:42 — forked from abobija/wsl2-ubuntu-lamp.md
LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

Apache

sudo apt-get update && sudo apt-get upgrade 
sudo apt-get install -y apache2

PHP