13
2012
Call to undefined function mb_detect_encoding()
If you get the error Call to undefined function mb_detect_encoding() you are missing the php-mbstring extension.
3
2011
Install Tomcat 7 on Fedora/CentOS
Article detailing how to install Tomcat 7 on CentOS and Fedora
16
2011
Install Zimbra on CentOS 5.5
Guide to installing Zimbra Open Source Mail Server on Cent OS 5.5
16
2010
Install Solr and Nutch on Fedora 14
This post should detail how to install Solr and Nutch on Fedora using the Rackspace Cloud, instructions for CentOS should also be identical.
28
2010
Fatal error: Call to undefined function mb_convert_encoding()
Fixing error Fatal error: Call to undefined function mb_convert_encoding()
21
2010
Autostart MySQL on CentOS
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
3
2010
Show my Fedora Version
To see what version of Fedora you have running (note this also works with CentOS and RedHat) issue the following command: cat /etc/redhat-release

An article by medialam


