Installing VMWare Server in Ubuntu 7.10

Installing VMWare in Ubuntu 7.10 was much simpler than I thought.

Install

Open Terminal from the Applications – Accessories menu.

  1. Update the sources.list file. Enter password when prompted.
  2. sudo vi /etc/apt/sources.list

    Add this line with “gutsy partner” to the end of file:

    deb http://archive.canonical.com/ubuntu gutsy partner

    Save or :wq

  3. Run an update.
  4. sudo apt-get update
  5. Now install VMWare.
  6. sudo apt-get install vmware-server

    Wait for a little bit for installation to complete.

  7. After the install, access the VMWare Server from the Applications – System Tools menu and select VMWare Server Console.
  8. Just select Localhost and Connect.

Please refer to the VMWare documentation how to use VMWare.

Uninstall

sudo apt-get remove --purge vmware-server
sudo rm -r /etc/vmware

Auto Suggesting WordPress Tags

I just read the latest WordPress Weekly Digest and this line item grabbed my attention: The introduction of auto-suggest for tag entering. Wow. That is going to be one great feature. I guess it will all depend on what kind of auto-suggestion feature WordPress will implement. The two styles I’m familiar with are Google’s Search box which uses the pull-down menu, and del.icio.us in-line suggestion. See snapshots below. I like the del.icio.us feature because it’s simple, effective and non-obtrusive. It will be a perfect fit for WordPress. Regardless, I’m happy to have an auto-suggesting tagging in WordPress.

Google Search

google.jpg

Del.icio.us

delicious.jpg

Del.icio.us’ feature appears and disappears if there is data in the tag field.

Black-Letterhead 1.4

I just released Black-Letterhead 1.4. See it here!

Preview | Download

blackletterhead-1-4.png

The Mountain Dawn Theme

Introducing the Mountain Dawn Theme. For support, visit the Support Forum.

mountaindawn.png

Download - downloaded 597 times. Version 0.1. Filesize 46.46 KB.

The Box Theme

Introducing The Box Theme. For support, visit the Support Forum.

box.png

Download - downloaded 484 times. Version 1.1. Filesize 101.7 KB.

GraffitiCMS vs WordPress

GraffitiCMS claims it is an alternative to WordPress. Charles Stricklin mentioned it his blog. So did Matt. The question is, Is GraffitiCMS really better than WordPress? Let’s take a closer look.

Comparison Chart

checkWordPress GraffityCMS
Product checkSince 2003, now version 2.3.2 Private Beta 1
Development checkOpen Source (Free) Proprietary
Platform checkPHP, Linux (Free) ASP.NET
Database checkMySQL (Free) VistaDB, SQL Server
User Base checkMillions of users A handful of users
Themes checkThousands of (Free) themes A handful of themes
Installation 5 steps, 5 minutes 3 steps, 2 minutes
Price check$0 (Free) $199, $99

It looks like WordPress wins hands-down. Graffiti claims the installation is faster than WordPress. Ok, I’ll give them that, although I know WordPress is by far one of the easiest software I’ve ever installed. By looking at the installation steps, the steps seem to be identical, perhaps GraffitiCMS even omitting certain steps to appear easier. I’m not about to pay $99 or $199 just to find out if the installation process is really faster than WordPress.

What is interesting is the word Free seems to crop up everywhere in the comparison chart. That’s the bottom line for me.