Skip to content

Instantly share code, notes, and snippets.

View ZakariaSelassi's full-sized avatar

zakaria selassi ZakariaSelassi

View GitHub Profile
@ZakariaSelassi
ZakariaSelassi / lamp-setup.md
Created January 19, 2023 16:29 — forked from dharma017/lamp-setup.md
Install apache, mysql, php with phpmyadmin and adminer (Ubuntu 14 and above)

Install Apache, MySql, Php, Phpmyadmin (Ubuntu 14 and above)

Step 1: Update and Upgrade your system

Open your terminal by opening the dash (Using the Super/Windows key) and typing “terminal”, then type:

sudo apt-get update
sudo apt-get upgrade