Browsing articles in "CentOS"
Feb
13
2012

Call to undefined function mb_detect_encoding()

PHP Icon

If you get the error Call to undefined function mb_detect_encoding() you are missing the php-mbstring extension.

May
3
2011

Install Tomcat 7 on Fedora/CentOS

Tomcat

Article detailing how to install Tomcat 7 on CentOS and Fedora

Feb
17
2011

Install SpamAssassin on CentOS for Axigen

Email

Guide to installing SpamAssassin on Axigen

Feb
16
2011

Install Zimbra on CentOS 5.5

Email

Guide to installing Zimbra Open Source Mail Server on Cent OS 5.5

Nov
16
2010

Install Solr and Nutch on Fedora 14

Nutch

This post should detail how to install Solr and Nutch on Fedora using the Rackspace Cloud, instructions for CentOS should also be identical.

Nov
4
2010

Install mod_pagespeed on Fedora 13

Fedora

Install Google mod_pagespeed on Fedora 13/14

Oct
28
2010

Fatal error: Call to undefined function mb_convert_encoding()

PHP Icon

Fixing error Fatal error: Call to undefined function mb_convert_encoding()

Sep
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

Sep
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