Saturday, May 23, 2009

How does a hovercraft work?

A hovercraft travels over land and water on a cushion or bubble of low-pressure air. A hovercraft has one or more blowers that blow air underneath the craft, which is contained by a skirt. The skirt that is around the perimeter of the hovercraft performs an extremely important function in containing the air cushion. By using a skirt, the amount of engine power required to lift the craft is considerably reduced and as an added benefit, extra hull surface clearance is obtained. The skirt is a long strip of material that is mounted onto the underside of the craft. When the skirt is inflated, it lifts the hovercraft. The escaping air coming from where the skirt touches the ground is what creates a friction-less cushion of air. Because the hovercraft has practically no friction, it takes little force to move the craft.

The diagram above shows the basic principle of a hovercraft. Air is directed underneath the craft by a blower, and the air that escapes out of the flexible skirt creates a near frictionless environment which enables the craft to hover. The craft can move forward and turn by using propellers to propel the craft.
The hovercrafts shown on xinventions either use a leaf blower of vacuum cleaner engine for lift. The larger hovercraft uses an engine for propulsion while the smaller hovercraft has none however one can easily be attached.
Thursday, April 30, 2009

Object Dock

Jealous of that slick Mac interface? Check out ObjectDock, a free utility that replaces the Windows Taskbar with a colorful, animated dock similar to the taskbar in Mac OS X.



ObjectDock displays icons for currently running applications and can hold quick-launch icons for your favorite programs. As you pass the cursor over each icon, ObjectDock magnifies it and displays relevant information, helping you find what you need even when you're running several programs at once. An attractive clock rounds out the toolbar. The tiny utility comes with a dozen attractive skins, and users with slow computers can reduce the animation quality to increase speed.

There is one major drawback: the lack of a system tray. There is a free, imperfect docklet plug-in available from a third-party provider that valiantly tries to remedy the problem, although it's a bit buggy. You can also upgrade to the Plus edition for $20, which includes system tray support, tabbed docks, support for multiple docks and multiple monitors, and other features.

If you're dissatisfied with the Windows Taskbar or just want to spice up your Desktop, ObjectDock makes a very good, no-risk choice.

Try it, download it now http://www.stardock.com/products/objectdock/
Saturday, April 25, 2009

How to fix your Windows MBR with an Ubuntu liveCD

windows-mbr.jpgSomething happen to a windows Master Boot Record (MBR) that you’re responsible for? Want a very quick, very easy way to restore it with nothing but your craft, native intelligence and a liveCD?

Be cautious here - you’re working with your disks in a very direct manner. If you don’t have everything backed up or are unsure of anything, you may want to wait until you have a standard Windows CD/DVD.

Boot into your Ubuntu LiveCD on the offending machine. Once Ubuntu starts up, go to System -> Administration -> Software Sources and enable (by checking it off) the Universal repository.

Now, open a terminal session (Applications -> Accessories -> Terminal) and type the following:

sudo apt-get install ms-sys

ms-sys is a program used to write Microsoft compatible boot records.

Now you’ll need to figure out what partition is the one hosting your Windows operating system. Back in the command line, type:

sudo fdisk -l

That will list the available partitions. You’re looking for a partition that says something like

/dev/sda1 1 9327 74919096 83 NTFS

The two important bits are the ‘/dev/sda1‘ which is the partition itself and the ‘NTFS‘ which tells us it’s a Windows formatted partition. So your Windows partition exists on your drive sda and it’s partition 1. The MBR for drive sda (assuming you boot into windows using it’s native boot loader) is what you want to repair.

We want to fix the MBR on /dev/sda. To do so, type:

sudo ms-sys -m /dev/sda

You’ll want to change the ’sda’ bit if your results from ‘fdisk -l‘ are different. If for instance your windows install is on sdb or hda.

Once you do that, reboot the machine, removing the LiveCD from the drive and Windows should come back to you.

Sure, you could do this by inserting the correct Windows CD and booting into repair mode from it - but I find the Ubuntu way a bit faster and I’m more likely to have an Ubuntu LiveCD on me than a Windows CD.

Popular Posts

About Me

Graphics Talk
View my complete profile