Browsing articles from "October, 2010"
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()

Oct
14
2010

Find internal IP address on Fedora on Rackspace Cloud

Fedora

Find internal IP address on Fedora on Rackspace Cloud

Oct
14
2010

Restart Apache on Fedora 13

To restart Apche simply issue the following command: /etc/init.d/httpd restart

Oct
14
2010

MySQL add new user

To add a new user to MySQL perform the following In PuTTY log into your server with MySQL on it and open MySQL using the following command mysql -u root -p It will now as for your password which you should type in Now set up your users, you can limit where a user can log in from by changing the ‘@’%’. % means from anywhere, localhost ‘@’localhost’ would mean just from the local computer, [...]