Author: Ken Favors
January 4, 2018
/ Blog
Install LAMP Stack on Ubuntu 14.04
DigitalOcean install reference https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-14-04 assuming you have ubuntu already installed via virtualbox or direct install on pc: first, always do…
May 28, 2017
/ Blog
Vagrant, VirtualBox, Ubuntu 16.04 Setup
Setup Vagrant replace project with any name you wish. $ mkdir project $ cd project $ vagrant init ubuntu/xenial64 In…