Posts tagged Software
New version of AVG anti-virus available
For those of you that run AVG Free (free for personal use) there is a major update available. For those of you that don’t run any antivirus software on your computer – SHAME ON YOU!
This new version includes anti-spyware, so if you have AVG’s anti-spyware (Ewido) installed, you’ll have to uninstall it first (go to Control Panel, then Add/Remove Programs.)
Here are a few bonuses of AVG Anti-Virus Free Edition:
- available free of charge to home users for the life of the product
- virus database updates are available for the lifetime of the product
- doesn’t slow your system down (like other anti-virus systems I’ve seen)
- integrated spyware protection
- LinkScanner feature that gives users safety rankings for their Google, Yahoo, and MSN searches.
So, go and download it!
The install only takes a few minutes so don’t put it off, do it now!
Over 5,000,000 phpBB sites hacked
I see no problem with running phpBB, but there are so many people that don’t keep their software up to date. This is one reason why I hate to have 50 different types of software running on my servers. It’s just more to keep track of and hard to stay up to date on everything.
Here’s a link to the ComputerWorld article.
Oh that reminds me, I need to update my version of wordpress. BRB.
Ubuntu AMI for Amazon EC2 large & xlarge instances
I just released another Ubuntu public AMI for Amazon EC2. This one is nearly identical to the first one I released except it can be used with large and extra large instances.
Here are the current tech specs and costs for the different instance sizes:
Small Instance (Default) – $0.10/hr
1.7 GB of memory, 1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit), 160 GB of instance storage, 32-bit platform
Large Instance – $0.40/hr
7.5 GB of memory, 4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each), 850 GB of instance storage, 64-bit platform
Extra Large Instance – $0.80/hr
15 GB of memory, 8 EC2 Compute Units (4 virtual cores with 2 EC2 Compute Units each), 1690 GB of instance storage, 64-bit platform
.bashrc on OS X
I’ve been using my wife’s macbook more and more, due to my old Dell slowly dying. Since I spend most of my life at a command prompt, I like to customized it a little so I’m more efficient.
Unfortunately, OS X doesn’t automatically load your .bashrc when you start up a command window. Fortunately, it’s easy to enable:
sudo vi /etc/profile
Enter your password and add this line:
[ -r $HOME/.bashrc ] && source $HOME/.bashrc
There you have it. I’ll post some of the aliases and settings I like to have in my .bashrc later.
Upgrade Ubuntu 6.06 LTS (Dapper) to 7.04 (Feisty)
I’m in the process of testing some software and wanted to upgrade a server I have with Ubuntu 6.06 LTS (Dapper) to 7.04 (Feisty)
The steps are simple, but aren’t documented on Ubuntu’s website (since we’re upgrading two version levels.)
(more…)
Mozy acquired by EMC for $76 million
I really like to see good things happen to good companies. I’ve been testing out mozy for personal and business use recently and am glad to see things go well for the company.
Here’s the original news story.
OS X Leopard Pre-order
I just realized that OS X Leopard is due to be released next month (October). I’ve studied up on a few of the feature enhancements and am pretty excited to get it. I also found out that you can pre-order it from Amazon right now for $129 plus free shipping.
Amazon has a “Pre-Order Price Guarantee” so even if you order now, you’re guaranteed to get the lowest price on the day of release.

I’ve been using iFolder for a few years now and am now in the process of switching my desktop from SuSE 10.1 to Kubuntu Gutsy. I was a little saddened that I couldn’t find a native ifolder package for ubuntu, so I had to compile it myself.