Menu

Server

Simplify MySQL and phpMyAdmin Setup with Docker Compose
Are you tired of manually setting up MySQL/Mariadb and phpMyAdmin for your development environment? Docker Compose comes to the rescue! In this tutorial, [...]
Load Balancers: 4 reasons why you should start using them!
Before we dive into why you should start using load balancers, let us first briefly understand what is load balancing. What is load balancing? Load [...]
Bash Scripts – Prompt User Inputs, Validate and Perform Calculations
While writing a Bash Script, sometimes it becomes important to prompt for user input, validate them and then perform some calculations. In this tutorial, [...]
Zipping and Unzipping using Terminal
In order to “unzip” a file using terminal, make sure you have the application installed on your system. Zipping files using the terminal [...]
Adding Startup Scripts to Launch Daemon on Mac OS X Sierra 10.12.6
Being new to working on OS X, it has been somewhat confusing to how things work on Mac compared to that on Linux — to be completely honest it has been a [...]
Configuring Apache with PHP7 FPM on MacOS Mojave using HomeBrew
These installation steps is a basic guide on how to setup Apache Server with PHP7.2 FPM on MacOS Mojave. Before we start with installation process, let us [...]