Ahmed Amayem has written 90 articles

A Web Application Developer Entrepreneur.

Incorporating in Canada Series: My Personal Story

This series of posts will go through the process of how we started our own corporation Sole Marketing, so that it may serve as a reference point for me in the future if I decide to make more corporation. I hope my experiences may be of benefit to others as well. My Story Deciding on…

Updating WordPress Manually on a Linux (CentOS 6) Step-by-Step

These are the instructions needed to upgrade WordPress Manually on a linux (CentOS 6) system. Requirements WordPress has been fully installed and configured Have root Priveleges I also suggest backing up your data which can be done using Akeeba as explained here Manual Upgrade Go to your WP root Directory [ahmed@amayem ~]$ cd /var/www/wpsiteroot/ Download…

Backing Up WordPress and Database using Secured Akeeba

Backing up your WordPress site (or multisite) is an important task if you care about your content. A good backing up system can save you a lot of time if something happens to your data or, even configuration. This tutorial will go through how to setup and use Akeeba Backup CORE for WordPress. Requirements WordPress…

Installing a Plugin (MU (MultiSite) Domain Mapping) on a MultiSite WordPress Installation

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) After setting up a network wordpress site you may want to install some plugins. So in the network admin dashboard we click on Plugins and search for some way to install it as we are used to with the regular…

Creating a WordPress MultiSite Network on Linux (CentOS 6)

This post is part of a step-by-step series on installing WordPress on Linux (CentOS 6) A WordPress MultiSite installation gives you the ability to make more than one WordPress site using one installation directory (though each site has its own upload media directory). You can allow anyone to make a WordPress site from your WordPress…