Skip to content

Instantly share code, notes, and snippets.

View davidrobertbrt's full-sized avatar
👽
Lock in

Bratosin David - Robert davidrobertbrt

👽
Lock in
  • IT&C Dept. Unibuc
  • Buzău
  • 16:46 (UTC +03:00)
View GitHub Profile
@davidrobertbrt
davidrobertbrt / wsl2-ubuntu-lamp.md
Last active October 19, 2024 10:44 — 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