How To Archives

The main subject of this site: how to get something done, further divided by tags.

How to install MySQL on CentOS

Assuming you’d like to run WordPress on your very own vanilla CentOS system, open a terminal window and do the following: yum install php-mysql mysql mysql-server /sbin/chkconfig –levels 235 mysqld on /etc/init.d/mysqld start You have to be logged on as root to do this. The next thing you probably want to do is create a … Read more

How to replace a Header Image

Not every theme provides a convenient “upload header” option. That’s luxory really. But there’s a fairly easy way to replace every header image in every theme with one of your own pieces of art. Here’s what you do: Right-click on the image you want to replace and select Properties. This will give you an idea … Read more

How to increase your PHP Memory Limit

With certain plugins, you may encounter error messages that tell you your PHP memory limit is not high enough. It usually means: you need more! Like your computer being really slow when you run out of memory, PHP does the same thing, sometimes refusing to work flat out. That’s not so good. There are several … Read more

How to embed YouTube videos in HD quality

Since YouTube are offerning higher quality playback, surely there should be an easy way to embed videos in this grandiose new quality too. There is indeed, even though YouTube are not very forthcoming with how this works. Fret not, the Guru can help you! You know how to embed a standard video into your posts/websites? … Read more