Today I begin my journey with HTML 5. I don't know how far I'll get until I get bored with it, but since it appears to be what we all might be moving to in the near future I am going to get some of it into my brain starting now.
Today I begin my journey with HTML 5. I don't know how far I'll get until I get bored with it, but since it appears to be what we all might be moving to in the near future I am going to get some of it into my brain starting now.
Along with my megacli post, I need to remember how to check drives/RAID on an HP server so here it is. hpacucli controller slot=1 ld all show You'll need to replace the slot with the appropriate one for your configuration. That should do it.
Suppose you would like to send a copy of an incoming email to another account while the email still goes to the original account. You can do this by modifying the .qmail file of the original recipient and adding an entry that looks like the following: &user@domain.com On a Plesk server, a full .qmail file [...]
I ran into an issue in which I needed to test whether sqlite and the pdo plugin had support for UTF-8. From the documentation, sqlite3 should be able to handle this and other charsets. Further, the pdo should be charset agnostic. The following script should return UTF-8 because of the 'pound' symbol if indeed both [...]