Uncategorized

SOPA Protest

Posted by on January 18, 2012 at 2:52 am

We at OPENKB are highly against the SOPA Bill, Please join us in the protest against the bill .           

Blackberry: Unable to Delete contact list

Posted by on December 20, 2011 at 2:24 am

I was helping a friend/associate of mine with his CrackBerry. (android insider) We spent hours trying to find a way to delete one of his contact list. You would think this was a easy task. Select list , click delete NO this was not the case. After 3 wipes of the device and 3-4 restores. [...]

Mysql: Innodb storage issues- ibdata1

Posted by on November 21, 2011 at 6:36 pm

We encountered a System Administrator Nightmare. Received notice that a server was running low on /var storage. After checking the server we found that the mysql folder was using 9GB. Come to find out it was only one particular file that was using 7GB which was ibdata1. When the server was launch we did not [...]

Off Topic: Netflix New pricing Effective 8/1/2011

Posted by on July 14, 2011 at 12:13 pm

:( Netflix is forcing us to make a life changing decision. no really they are  see the new pricing below. Unlimited Plans Unlimited Streaming (no DVDs) Unlimited Streaming  $7.99 a month Watch instantly as often as you want on your PC, Mac or TV Includes Starz Play service Unlimited DVDs (no streaming) Exchange DVDs as often [...]

ASP.net : Integrated managed pipeline mode

Posted by on March 21, 2011 at 9:39 pm

error : An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode   adding the following code to your web.config file should resolve this error     <system.webServer> <validation validateIntegratedModeConfiguration=”false” /> </system.webServer>