Skip to content

Instantly share code, notes, and snippets.

View meidikawardana's full-sized avatar

meidikawardana

  • West Pasaman, Indonesia
  • 04:15 (UTC +07:00)
View GitHub Profile
@meidikawardana
meidikawardana / aws-lamp-ubuntu-18_0_4.md
Created April 7, 2021 14:27 — forked from webmechanicx/aws-lamp-ubuntu-18_0_4.md
How To Install LAMP On Ubuntu 16.04 or 18.04 – EC2 Instance

How To Install LAMP On Ubuntu 16.04 – EC2 Instance

Anyone who knows a little bit about the Linux and UNIX platforms, he/she must be heard about the LAMP Stack. LAMP Stack is the group of services that work together in order to serve the dynamic websites and web apps. The LAMP stack can be installed and configured on almost all Linux variants such as Amazon Linux, Ubuntu, Red Hat, and Fedora. In this tutorials, we will explain how to install LAMP on Ubuntu 16.04 EC2 instance. Generally, LAMP stack consists of the following components:

  • L= Linux as the operating system platform.
  • A= Apache as the Web server
  • M= MySQL as the database server
  • P= PHP as the supportive language
@meidikawardana
meidikawardana / install_duc_mac.sh
Created March 13, 2021 07:17 — forked from drivard/install_duc_mac.sh
how to install duc on mac using brew
# /bin/bash
#
## Install duc from http://duc.zevv.nl/
## Adapted from https://gist.github.com/turtlemonvh/09a79a810d485f18af19
## Find the latest release here https://github.com/zevv/duc/releases
DUC_VERSION=1.4.3
if ! which brew ; then
echo "ERROR: brew is required"