Latest Entries »

2011 in review

The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.

Here’s an excerpt:

The concert hall at the Syndey Opera House holds 2,700 people. This blog was viewed about 26,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 10 sold-out performances for that many people to see it.

Click here to see the complete report.

Getting Started with GitHub

Hi Patrons,

 

Just created my first GitHub repository.

I am really excited about this… Would it mean I wont be losing all my information? Still early days but it looks quite promising.

Will add more details about it soon.

In future would be adding all my latest projects into this repository.

Nits

I came across this situation where my admin account for OER got locked, So I could not get on the management screen to rectify this and was pretty much stuck.

Solution:

Follow these Steps to unlock user Accounts(including admin account) in OER:

  1. Stop the OER server if running.
  2. Log onto your DB server and log into the OER schema and Execute the following command
  3. update ENTSECUSERS set ACTIVESTATUS=0 where USERNAME=’xxxxxxxx’; (admin in my case)
  4. Pick the value of ‘id’ from entsecusers table execute
  5. update CMEEUSERS set ACTIVESTATUS=0 where ENTSECUSERID=’id value’;
  6. Save your changes and
  7. Restart OER
  8. Log onto the OER console and use the same password you previously had, you should be set to go.
Follow

Get every new post delivered to your Inbox.