Install PHP, MySQL, Apache on Debian


Update Package Upgrade Package Install Apache2 Activate Apache2 Rules Install MySQL Full guide on installing MySQL on Ubuntu and Debian Install PHP Install PHP Module Allow to run Apache on boot up Restart Apache Web Server Here is list of commands that you would find useful depending on your usage. ENABLE MOD_REWRITE ON APACHE sudo … Continue reading Install PHP, MySQL, Apache on Debian

WordPress Plugin Development – Getting Started Guide


This post will help you get you started with WordPress plugin development. You’ll understand how WordPress plugin work and how to create a simple WordPress plugin with a few functionality that’ll enhance your WordPress blog, site, or WooCommerce store. We’ll using most commonly used WordPress hooks and actions to create our plugin to understand the … Continue reading WordPress Plugin Development – Getting Started Guide