Tag: linux

  • Setting up new Debian 9 Turnkey Lamp with php 7.2 notes

    Notes for setting up a new lamp php 7.2 dev environment: Download Turnkey Lamp ISO Setup new VM in VMWare. Use iso to create. Install php 7.2 #!/bin/bash # To add this repository please do: if [ “$(whoami)” != “root” ]; then SUDO=sudo fi ${SUDO} apt-get -y install apt-transport-https lsb-release ca-certificates ${SUDO} curl -ssL -o…