Skip to content

Instantly share code, notes, and snippets.

View twf-nikhila's full-sized avatar
🎯
Focusing

Nikhil Agrawal twf-nikhila

🎯
Focusing
View GitHub Profile
@twf-nikhila
twf-nikhila / lamp-setup.sh
Created September 12, 2020 07:34
Quick Lamp Setup for development & staging server.
#!/bin/sh
sudo apt update;
# Installing apache
sudo apt install -y apache2;
# Install mysql
sudo apt install -y mysql-server;
#TODO: automate mysql new user & password