Add Remi Repo to CentOS/Fedora
Add Remi Repo to CentOS/Fedora
Real Life Tech Problems Solved.
Add Remi Repo to CentOS/Fedora
Add Public Key to Fedora/CentOS
If you get the error Call to undefined function mb_detect_encoding() you are missing the php-mbstring extension.
Article detailing how to install Tomcat 7 on CentOS and Fedora
Guide to installing SpamAssassin on Axigen
Guide to installing Zimbra Open Source Mail Server on Cent OS 5.5
This post should detail how to install Solr and Nutch on Fedora using the Rackspace Cloud, instructions for CentOS should also be identical.
Install Google mod_pagespeed on Fedora 13/14
Fixing error Fatal error: Call to undefined function mb_convert_encoding()
To start MySql Server automatically on a CentOS box simply issue the following command as root: chkconfig –levels 235 mysqld on You can also use this to autostart Apache: chkconfig –levels 235 httpd on