Provisioning a CentOS 7 Instance on Vultr

This is a real-world provisioning log, rewritten into a readable deployment walkthrough for Linux admins and technical hiring managers.

Images don't show up in Magento Product Information Page

A quick fix for missing Magento product images after a media directory transfer caused cache permission problems.

Get Magento's database configuration

A quick Magento snippet for reading database connection details from the application config.

Rebuilt Magento Indexes in terminal with php-cli

A quick command-line reminder for rebuilding Magento indexes with the PHP CLI.

Get the offset (index, array key) of an array in PHP

A quick PHP example showing how to access both the array key and value while looping.