How To: Virtualmin CentOS Upgrade PHP 5.3 to 5.4

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo1. Enable the REMI repo and Upgrade software yum –-enablerepo=remi install mysql The reason for using install mysql is that the yum software utility will install/upgrade all dependencies to ensure that all the…

How to: QR Code – Multi Platform – Apple App Store and Android Google Play Store – redirect PHP

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBelow is a simple PHP script to detect the users device type and then redirect them to the appropriate Apple iTunes App Store or Google Play store – in my case I actually…

SOLVED: APK download file size not shown – no download percentage – SetEnv – htaccess – PHP Content-Length – Apache Server – CentOS

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboWhen trying to host an APK file on my server I was able to get it to download fine – but I was not able to get the file size to show in…

How to: CentOS, Virtualmin – htaccess rewrite index.php, redirect .php to no extension, rewrite non .php to .php

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboHere is a quick guide on how to 1.  rewrite index.php to root 2. redirect .php to no extension (non .php) 3.  rewrite non .php to .php using a .htaccess file To do…

How to: CentOS 6 Virtualmin Logwatch Install and Configure – Mail to Email – Disable Service Monitoring – Debug and fix – MySQL and HTTP Error

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis How to contains instructions on how to install and configure Logwatch 7.4.0 on CentOS 6 running Virtualmin, and how to – Configure Mail to Email –  Disable Service Monitoring – Debug and Fix…

How to: CentOS 5 Virtualmin Joomla 2.5 Memcached PHP client library

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboInstalling and setting up the Memcached server Memcached is available as a ready-made package in the Remi  repository. So lets install the Remi repository first: cd /etc/yum.repos.d wget http://rpms.famillecollet.com/enterprise/remi.repo Memcached server install yum –enablerepo=remi…