How to Stop Firefox 3 From Crashing on MSN.com

Posted on June 18th, 2008 in Microsoft, Web | 2 Comments »

Here is a quick and easy fix for an issue I have been running into with my newly upgraded Firefox 3. I noticed that every time I visited www.msn.com my Firefox 3 browser crashed. After some basic troubleshooting I realized that upgrading to the latest version of Microsoft’s Silverlight fixed the issue.

Click here to download the latest version of Microsoft Silverlight.

I hope that helps! Let me know if Firefox 3 still crashes on www.msn.com after installing the lastest version of Silverlight.

Microsoft Windows XP SP3 Now Available

Posted on May 14th, 2008 in Computers, Microsoft | No Comments »

Well it is official, Microsoft has released the Windows XP Service Pack 3 (SP3) either via the Windows Update or Microsoft’s Download Center (website).

I’ve compiled a few quality links about the Windows XP SP3 as well as download information below. As with all my posts please feel free to post your comments (good or bad), I’m interested to hear what your opinions on the new service pack!

Windows XP Service Pack 3 Resources

Get Windows XP Service Pack 3

TechNet Subscribers:

Non-TechNet Subscribers:

Windows XP SP3 is now available to non-subscribers:

Good luck and of course backup your important files before making any OS upgrade - I cannot tell you how easy it is to lose everything in a split second.

How to Upgrade to FreeBSD 6.3-RELEASE

Posted on January 22nd, 2008 in General | 3 Comments »

I just upgraded my servers from FreeBSD 6.2 to 6.3 (even though FreeBSD 7.0 will be here any day). Here are the steps to upgrade, make sure to backup!

# fetch http://people.freebsd.org/~cperciva/freebsd-update-upgrade.tgz

Downloading and verifying the digital signature for the tarball (signed by the FreeBSD Security Officer’s PGP key) is highly recommended.# fetch http://people.freebsd.org/~cperciva/freebsd-update-upgrade.tgz.asc

# gpg –verify freebsd-update-upgrade.tgz.asc freebsd-update-upgrade.tgz

The new freebsd-update(8) can then be extracted and run as follows:# tar -xf freebsd-update-upgrade.tgz

# sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade

# sh freebsd-update.sh -f freebsd-update.conf install

The system must be rebooted with the newly installed kernel before continuing.# shutdown -r now

Finally, freebsd-update.sh needs to be run one more time to install the new userland components, and the system needs to be rebooted one last time:# sh freebsd-update.sh -f freebsd-update.conf install

# shutdown -r now

For more information, see:http://www.daemonology.net/blog/2007-11-10-freebsd-minor-version-upgrade.html