Archive for the ‘Technical’ Category

Aug-21-08

One Lakh Hits

posted by Monkey

Err, hard to believe and totally insignificant too, but now I can boast of being a Lakhpathi. :) 1,00,000 hits and counting. (Ok, by now, the ‘and counting’ looks silly. You don’t sit and count numbers after that.) So, I decided I’d install StatCounter, just to see how the hits and the visits differ in the future. It’s up and running.

I thought of a few minor modifications to the blog, but I don’t think that would be all that necessary. I don’t know if I can blog all that actively in another 15 days or so anyway. Anyway, regardless, keep reading and keep the score board ticking.

I would not like to thank anyone for being a big support and all that. Jobless people, go do something useful for a change. :P

Tags:
Jul-25-08

The Eclipse challenge

posted by Monkey

Past few days were nerve wrecking, with almost no answer to the mysterious error thrown by the Eclipse IDE. It all started when I downloaded Eclipse 3.4 Ganymede edition. Then I installed Websphere Community edition. Only after 30 hours did I know that Eclipse 3.4 doesn’t support IBM’s websphere community edition of the application server. Boy, was I frustrated..

Right then, I downloaded Eclipse 3.2.2, which was the only older version of eclipse available in their site archives. From then on, the journey to solve the eclipse puzzle began. Still going on.. on and on..

Tags:

WordPress requires a valid user name and password credentials in order to access administration Dashboard, where every settings and configurations, including posting blog post entries in the WordPress-powered blog taking place.

If you’re sole administrator for the WordPress blog, losing or forgotten the password to the WordPress Dashboard is kind of hell, as the blog can be considered lost other than continue publishing existing contents. Luckily WordPress has some built-in mechanisms that allow blogger, user or administrator reset or recover the password.

Note: Actually WordPress doesn’t allow user to recover or retrieve back the existing password. Any password recovery method will reset the password to a new password which can then be used to login to Dashboard.

The most easy method to reset and recover password for WordPress user is to use Lost your password? link at the WordPress wp-login.php login page.

Upon clicking on “Lost your password?” link, WordPress will display a “Lost Password” page which allows user to enter username or e-mail address. Enter either one, and then click on Get Net Password button, and you will receive a new password via e-mail.

The default password recovery method for WordPress works if user defines a valid and working email address in the user profile. If for some reason the e-mail account is no longer accessible, and hence user won’t be able to read the email with new password, it’s possible to reset the password for the WordPress user in the database wp-users table. Note that this trick only works on WordPress 2.0 or newer version, and requires user to manage the MySQL database which stores and saves the data for the blog which password been forgotten or lost with phpMyAdmin.

  1. Login to phpMyAdmin connected to the MySQL database server.
  2. Select the database the used by the WordPress blog that the password wanted to be reset.
  3. Locate the wp_users table (normally the last row), and then click on the Browse icon under Action column on the same line.
  4. Browse wp_users Table
  5. Locate the user_login which the password want to be recovered and reset, and then click on the Edit button in front of the line.
  6. Edit WordPress User Table in Database
  7. Under the user_pass field, delete everything in the corresponding Value field on the same line.
  8. Enter a new desired password (case sensitive) in the now empty Value text box, i.e. NEW PASSWORD in the illustration.
  9. Reset WordPress User Password
  10. Select MD5 in the Function field drop-down menu.
  11. Click on Go button to save and reset the password.

After resetting the password, use the new password to log in to WordPress.

Tags: