Upgraded to WordPress 2.6.1

Upgraded to WordPress 2.6.1 today. Not a security release so no need to update if you’re happy with 2.6. [Read the change log.][2] Tried out the WordPress Automatic Upgrade plugin today (WPAU). A few scares with directory permissions as usual, but besides that, the upgrade was a success. Download WPAU here. [1]: /wp-content/uploads/2008/08/wordpresslogo.jpg) [2]: http://trac.wordpress.org/query?status=closed&milestone=2.6.1&resolution=fixed&order=priority

2008-08-16 · 1 min · Danesh Manoharan

Updated my RSS feed

Please be informed that my RSS feed has changed. The feed’s now available at http://feedproxy.google.com/TheDaneshProjectFeed I’ll post about why It changed in my next post. Sorry for the inconvinence caused guys….. Sorry!! Left out my email subscription. Subscribe by mail.

2008-08-15 · 1 min · Danesh Manoharan

WordPress is_home() conditional tag

I use the is_home() conditional tag to control when my ads show up. I prefer to only have my ads show up when single posts are viewed. Helps keep my home page looking clean and relevant. Currently, I have my ads setup to show on all pages except for my home page. To get the same functionality setup on your WordPress simply wrap your ad codes with the code below....

2008-08-14 · 1 min · Danesh Manoharan

How to reset the root password for MySQL

It happens, you set a super complicated password for your MySQL root account and 2 months down the road forget what it was. Here’s how you’d fix that. Stop your current MySQL database if it is running root@abubu# service mysqld stop Start MySQL in safe mode and bypass reading the privilege table. root@abubu# mysqld_safe --skip-grant-tables Reset your root password MySQL console. If it goes well you will not need to key in a password....

2008-08-13 · 1 min · Danesh Manoharan

My openSUSE 11 repositories

These are the repositories I typically use with my openSUSE installs. Might come in handy for you [1]: /wp-content/uploads/2008/08/opensuse11-repository.png)

2008-08-10 · 1 min · Danesh Manoharan