Skip to content

Instantly share code, notes, and snippets.

View ejsiddiqui's full-sized avatar

Ejaz Siddiqui ejsiddiqui

View GitHub Profile
@ejsiddiqui
ejsiddiqui / wp.sh
Created February 5, 2019 23:13 — forked from robertogalan/wp.sh
Shell script to install apache/mysql/php/wordpress into an EC2 instance of Amazon AMI Linux.
#! /bin/bash
# Shell script to install apache/mysql/php/wordpress into an EC2 instance of Amazon AMI Linux.
# Step 1: Create an AWS EC2 instance
# Step 2: ssh in like: ssh -v -i wordpress.pem [email protected]
# Step 3: Run this as root/superuser, do sudo su
echo "Shell script to install apache/mysql/php/wordpress into an EC2 instance of Amazon AMI Linux."
echo "Please run as root, if you're not, choose N now and enter 'sudo su' before running the script."
echo "Run script? (y/n)"
@ejsiddiqui
ejsiddiqui / docker-help.md
Created May 31, 2020 12:29 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info