Archive

Archive for October, 2008

Vista & Ubuntu – the similarities

October 12th, 2008 Anurag Bhandari 9 comments

VS

Windows Vista and Ubuntu Linux – both are totally disparate entities and I am talking about similarities? Yup, I sure am. And I have reasons to believe this.

Most of us know what Vista is. Vista is the latest edition to the most popular operating system (OS) lineup – Windows. For those who are unfamiliar with Ubuntu, Ubuntu is one of the most popular Linux-based OS that is available for free.

Here I discuss some of the similarities that I have noted in due course of my usage of both the operating systems.

Computer
In both, the name given to the central access point to all the disks and partitions on a computer is “Computer”. In earlier versions of Windows, we used to know it with the name “My Computer”.

Sub-folders in user profile folder
The default folders present in the user profile folder (or the home folder) are something like – Documents, Music, Pictures, Videos – in both the OSes.

Graphical effects
Starting from Ubuntu 7.10, both the OSes have given stress on providing graphical desktop effects to the end user. In Ubuntu, the effects are a result of Compiz Fusion software. In Vista, the most common and appealing effect is Flip 3D.

Creation of a new folder
When a new file/folder is created within another folder in either of the OS, the newly created item rearranges itself automatically in alphabetical order with respect to the other items contained by the parent folder. This wasn’t the case in earlier versions of Windows.

Renaming file
When a file is renamed (by right-clicking and choosing “Rename” or by pressing F2) in either of OSes, only the name of the file is selected, leaving the file extension unselected.

Navigation strip
When a folder within a folder within a folder (and so on…) is visited, a navigation strip appears near the top of the explorer/file manager window. In both the OSes, this navigation strip is very similar looking and a helpful aid.

Verdict
Does this imply anything? Were Vista’s features inspired by Ubuntu? Or Ubuntu’s features by Vista? Or neither of the cases. It’s upto you to decide. ;)

Note: The similarities between Vista and Ubuntu are primarily because of the desktop environment used by Ubuntu – GNOME. So, these similarities are common between Vista and many other Linux distributions that use the latest version of GNOME.

Install Shockwave in Linux using Wine

October 9th, 2008 Anurag Bhandari 16 comments


Adobe Shockwave is an advanced platform for 3D applications on the Internet, and online games benefit the most out of it. But unfortunately, Adobe never released a version of Shockwave for the Linux platform.

If you are a Linux user, worry not. Using Wine, you can easily play for favorite games made using Shockwave. Wine is a software that allows running Windows applications on Linux. Wine is an open-source, free software, and is now available as a stable 1.0 version.

Here’s what you need to do:

  1. Install the latest version of Wine.
  2. Install the latest version of Shockwave for Windows using Wine. To do that, open command-line (Konsole/Terminal) and cd to the folder where Shockwave’s installer has been stored. Next, issue the command: wine Shockwave_Installer_Slim.exe. This will install Shockwave as it does in Windows.
  3. Next, install the latest version of Mozilla Firefox for Windows using Wine, in the similar way as above.
  4. After it’s installation, open Firefox, go to the desired URL containing your favorite Shockwave application, and viola! The Shockwave application is ready to be used.

The screenshot in the beginning of this post shows Miniclip’s Table Tennis game being played in Google Chrome installed in Linux using Wine.

[ To installed Google Chrome using Wine on Linux, refer to this excellent tutorial ]