Skip to content

Instantly share code, notes, and snippets.

View netw3rkd's full-sized avatar

netw3rkd netw3rkd

View GitHub Profile
@netw3rkd
netw3rkd / wsl2-ubuntu-lamp.md
Last active April 10, 2022 09:49 — 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 update ; sudo apt upgrade -y
sudo apt install -y apache2

PHP