Browsing all articles by Mysql5 and PHP5 on centos4 – Ivan Villareal

Mysql5 and PHP5 on centos4

I have the need to install php5 and mysql 5 on a centos 4 server, so I found that the Centos Plus repository had this, and this is what I [...]

Mysql unique keys and collations

I’m working on an application that stores unique values on a field, so I used the unique index for this column, everything was ok, until I’ve started inserting multi byte characters in it. [...]

Removing Hybrid feature of an Acomdata drive.

500Gb Acomdata Drive

About 2 years ago I purchased this 500Gb Acomdata drive that was on sale at Fry’s, it was a good deal back then, cost me about 100 bucks, it had [...]

Parsing HTML documents with Simple Html DOM

I had to get some information from an XHTML document, the information required was on nested tables, I’ve started working on that and my first approach was to get the [...]

Setting up ssh keys for passwordless login

Most part of the time I’ve spent on my development machine I have several terminals opened, but thanks to screen I only have one per server. However I’m constantly in [...]