The Eye RSS Feeds



The Bacon


Ian May

Create Your Badge

drop.io: Leave Stuff for me here

Yahoo Takeover

No Gravatar

Microsoft is up to its usual game.

Find a target, try to take it over. If it doesn’t happen peacefully, then use bullying tactics.

Microsoft feels threatened by Google right now.

Microsoft has never been an innovator; they’ve always bought or loosely copied what they want to get to market. That goes right back to MS-DOS days.

Microsoft still effectively have a licence to print money with their Windows Operating System, and MS-Office. This has largely come about due to deals with PC manufacturers and dealers, not because Windows or other Microsoft products are particularly superior in any way.

Microsoft has sold around 500 million Office licenses to date.

It’s $400 price tag means it’s largely aimed at the corporate world. The average home buyer certainly can’t afford or justify that kind of layout; they probably only paid about that for the PC itself these days.

I’ve already said that I use Google products in preference.  They’re free, yes, but more importantly, they do what I want, and I can access my documents anywhere there’s an Internet connected machine.  I did download the latest MS-Office 2007 trial recently. Even on my Dual core AMD CPU equipped PC with 4GB RAM it wasn’t fast, and downright slow at times. I deliberately installed all the bells and whistles, and stuff like Plaxo and LinkedIn add-ins.

Well, with my Google Docs/Gmail/Remember The Milk set up, along with online access to Plaxo and LinkedIn I can do all that I need to do anyway.

So it’s people like me that are the real threat to Microsoft. Heck, I can do all that I do with my set up above without even using Windows, and I don’t on my laptop, which runs Ubuntu, and two of my desktops here.

Yahoo lost it’s way some time back. They tried offering more online apps, such as Yahoo Answers, and Yahoo 360, while Google went quietly ahead and developed very good search algorithms.

So Microsoft want to take over Yahoo, so they can somehow get a greater online presence. I do recall some time back that Gates said the Internet wouldn’t catch on. Ho Hum.

Upgrade

No Gravatar

I decided to try and keep a little ahead of the game, so I tackled an Operating System Upgrade on one of my desktops.

It currently runs Ubuntu 7.10 (Gutsy Gibbon), and I went for the next release, Hardy Heron, which is still in beta, with a final release due out in April. This continues the policy of Canonical Ltd, the makes of Ubuntu to bring out a new release every six months.

Now, for Windows users, the though of an upgrade usually instills fear and dread. Will it work, or will I get the eternal Blue Screen of Death?

Will my existing software work, or will I need to spend hundred of dollars and as many hours upgrading all that too? Will I be able to use my printer, my camera and so on.

Well, this is how I upgraded my Ubuntu system.

Remember it’s free anyway, and none of this activation nonsense. You don’t need to call anyone.

Firstly, bring up a terminal window. Oh no, I hear you cry, not command line stuff! Relax it’s is really so so easy.
I run the KDE desktop, and I use Kate as my editor.

So the first line we type in the terminal window is:

sudo kate /etc/apt/sources.list

The system will ask you for your password. You know that, it’s the one you used when you logged on six months ago. Seriously, I’ve had Linux systems run that long without a reboot. Try that with Windows!

OK, Kate comes up in its own window, with the sources.list file loaded. This file tells the system where to go and get updates. Do a find and replace, changing the word “gutsy” to “hardy”. Save the file. Quit Kate.

Back in your terminal window type:

sudo apt-get update

This command tells the system to go off to the repositories (which you just changed from gutsy to hardy), and find any files that need upgrading.

When that’s scrolled thru a lot of lines, and dropped you back at the command prompt (that $), you type this line:

sudo apt-get dist-upgrade

This applies all the files it’s found. This will take quite some time. It takes longer than when you first installed Ubuntu from CD, as it has to go through finding and replacing each file that needs updating.

When its finished, probably 30-40 mins later, you type this:

sudo shutdown -r now

Your system will shut down. Restart it, and you’ll have a nice new upgraded system. Of course, it’s not only upgraded the Operating System, but (with a very few exceptions) all of the software on it. Remember too, that Ubuntu comes with Firefox, and OpenOffice, and a whole host of other programs too.

Now, perhaps you wonder less why I so prefer running Linux to Windows.