Too Jewish with Rabbi Cohon

How to disable the “uninstall password” to uninstall Symantec Antivirus

I was trying to install Oracle 11g client on to a WinXP box but Symantec Antivirus wouldn’t let me because it thought it was infected with over 800 viruses.  Same file was marked clean on another box.  So, I picked several of the viruses it said was infected with and looked for any evidence of them on the WinXP box.  No dice.  This led me to believe that Symantec Antivirus itself was somehow mucked up.

When I tried to uninstall Symantec Antivirus, it asked for a password.  When I put in the correct password, it refused it.  So how to uninstall it with a messed up password?  Easy..

Open up regedit (as an administrator) and change HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion\AdministratorOnly\Security\UseVPUninstallPassword to “0″ (zero).

I was able to uninstall and reinstall Symantec Antivirus.

Get it here! Perl DBD::Sybase 1.09.01 for Active State Perl 5.10 and 5.8 on Windows XP/Vista/7 32bit

Assuming that you installed Sybase OpenClient 15.5 from the 15.5 PC Client:

Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn’t already installed.  It should be but you never know…

  1. Start -> ActiveState Perl -> Perl Package Manager
  2. install DBI
  3. exit

Now, the easy part.  Install the DBD::Sybase 1.09.01 PPM:

  1. download DBD::Sybase 1.09.01 PPM
  2. extract zip file to temporary directory (e.g. c:\test)
  3. Start -> Run -> cmd.exe (as Administrator if Vista or Windows 7)
  4. cd \test
  5. ppm install DBD-Sybase.ppd
  6. exit

That’s it :)

It should automatically install the DBD::Sybase for Perl 5.8 or 5.10 depending on which version of Active State Perl you have installed.

For those of you that don’t know, last week I had my wisdom teeth removed. There were a few complications..

Tuesday, I took Jason to the oral surgeon’s to have all four of his wisdom teeth pulled. The surgery itself took about 45 minutes. It turned out there was a lot of infection back there, and as the doctor put it “it was messy”. The anesthesia made Jason really funny, and he took direction very well, which was nice for a bit.

However, the bleeding didn’t stop the way it should have. After a few hours of constant, continuous, copious bleeding, I called the doctor’s office again, and they had us go back in. They gave him two more stitches, and Jason finally clotted, after losing about 2 pints of blood.

We came home, and I got Jason to drink a bit of milkshake, and managed to keep him conscious until the fear of actually losing him passed.

He’s still incredibly weak and tired – mostly due to the blood loss.

- My wife’s account of it

The oral surgeon wasn’t aware of how much blood was lost, neither myself or my wife were in any condition to think clearly Tuesday. I should have received a transfusion.

Nearly a week later and even though my mouth is doing fine, I’m quite low on red blood cells. Made it into the office today (wife drove) and am leaving early because the room is spinning nearly nonstop and I’m fighting to stay conscious. Going to try to see a doc today/tomorrow … maybe I’ll get some blood. If not, give me a blinkin’ straw and I”ll do it myself… Who’s A Positive around here?

How To: Fix Nick Berlette’s excellent Redirect Plugin for WordPress 2.6 and higher

The static pages (like Store) are working again.  I’ve had to fix the redirect plugin by Nick Berlette.  If you want it to work with your modern Wordpress blog (2.6 or higher) you just need to change a tiny bit.
Remove this:

require_once($_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-config.php’);

Replace with:

$root = dirname(dirname(dirname(dirname(__FILE__))));

if (file_exists($root.‘/wp-load.php’)) {
    require_once($root.‘/wp-load.php’);
} else {
    require_once($root.‘/wp-config.php’);
}

It should work fine now :)

Free Sybase Power Designer 15 Viewer!

If you ever receive a Sybase Power Designer file (such as the pdm file from Jeff Tallman) but you don’t want to either purchase or install the full blown Power Designer, then I have an answer for you.  It is the Power Designer Viewer from Sybase.

While it is free, you have to fill out a form to get access to the download.  Sybase Sales will likely call you regarding purchasing a full blown version of Power Designer.  If you’re not interested in purchasing it, just tell them – Sybase Sales People are generally very nice folk. :)