Skip to content

Instantly share code, notes, and snippets.

View abraham-yusuf's full-sized avatar
🦅
Web3 & Blockchain Enthusiast

Abraham Yusuf abraham-yusuf

🦅
Web3 & Blockchain Enthusiast
View GitHub Profile
@abobija
abobija / wsl2-ubuntu-lamp.md
Last active February 25, 2024 08:07
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