How to Sell Your Vehicle

Unless you are thinking about keeping your old vehicle and giving it to someone else, you will eventually need to sell it. There’s many ways to sell your vehicle, but first let’s consider the preparation of your vehicle prior to advertising or trading.

Presentation is the key factor
The first thing one should consider when selling an old vehicle is how you can sell it for more money. The technique, which most people seem to overlook, is to simply make it look absolutely stunning!

This does not mean just washing and vacuuming it, although that’s a very good start. It is the overall preparation and detailing that counts. This is a well-known secret of most used motor dealers.

You would be surprised to see the condition of some of the vehicles they purchase, but after a few hours in the detailing shop you wouldn’t think it was the same vehicle! The best advice to anyone selling his or her car, is to have a professional car detail carried out. This will cost you around the $200 mark and it will be money well spent.

It will, in effect, save you hours of hard work trying to do it yourself with nowhere near the same result. This alone will add hundreds of dollars to your vehicle, particularly when selling online.

I know of people who have had their car detailed and fallen back in love with their car deciding not to go ahead with the sale.

Once the detailing has been completed you should make sure any minor defects are fixed. It is also important that you have the service books and any relative mechanical history at the ready, as this is now becoming a major factor when buying or selling a used car. If a service is due or near due, make sure you have it done prior to selling. This will give a prospective buyer a good idea of how well you have kept your car.

What is your car worth?
Before you start selling your vehicle, either privately or to a dealer, you must know its market value. There is nothing worse than advertising your vehicle with a highly inflated price.

One way to find out the value of your vehicle is by studying the used car section of your local newspapers, which will give you a reasonable guide. Another way is to look in dealership yards to see what price similar vehicles are being sold for, but you must remember these vehicles have margins built into them to cover the dealership’s operating costs and over-stock.

Alternatively, the internet can provide a wealth of information on vehicle valuations. This is only web-based information and is generalised, so it does not give you accurate pricing on your own vehicle because of the specific condition and accessories fitted.

Web sites where you can gather this type of information are the individual dealership web sites and vehicle pricing-guide sites such as www.redbook.com.au and www.glassguide.com.au

This data is purely to assist you in making a qualified and rational decision when buying or selling your vehicle. Remember, these sites are to be used only as a guideline, they are not entirely accurate as they do not take into consideration the individual buying or selling trends within the different states.

There are always variations to the rules about pricing, so you should follow your intuition when setting a price and be sure to leave room for negotiating in your asking price. Your starting price should be higher than the price for which you really want to sell your vehicle.

For classic car rental and vintage car rental, check out http://egocars.com.au

Install Linux on Windows to Run Linux in Windows!

pocket protector[1]If you already have a computer system with Windows installed, you can easily get a free Linux distribution and install Linux on Windows. This allows you to run Linux in Windows and get Linux training so you can learn how to use Linux!

To run Linux in Windows, you run the free virtual machine “player” (program) and then open a free Linux virtual machine.

A Linux virtual machine is a complete new Linux distribution, including the Linux OS (operating system) and Linux software programs, that has been compressed into a single Linux download file.

All you need to do is download and install the free Linux virtual machine player and a free Linux virtual machine, so you can run Linux in Windows, as described in the steps below.

7 Steps to Install Linux on Windows So You Can Run Linux in Windows!

1. Download the free Linux virtual machine player to your Windows desktop and a player installation icon appears on the desktop so you can install the player.

2. Double-click on the player installation icon and follow the prompts to install the Linux virtual machine player. The player program easily installs like any other Windows program and this takes just a few minutes. After the installation, a virtual machine player icon appears on the desktop. This second icon is used to run the player, as opposed to the icon that was used to install the player.

3. Download a free Linux virtual machine. This is a single large compressed (zipped) file. And this file contains several Linux virtual machine files, all of which make up the virtual machine. These files provide a “pre-installed” version of a new Linux OS, including Linux software programs. Lots of free Linux virtual machines are available for many popular Linux distributions.

Linux Tips: When you download Linux as a virtual machine, be sure to get one that includes a Linux desktop. Some virtual machines are created without Linux desktops and are used as Linux servers. As a new Linux user, you will want a Linux desktop so you can easily use the menus to run Linux software programs. The desktop also allows you to open one or more terminal emulation windows so you can go to the Linux command line and run Linux commands.

Linux Tips: Also be sure to get the password of the root user, which will be posted at the site where you download Linux. When you go to the Linux command line to run Linux commands, you need the root user password to run the Linux administration commands.

4. Create a folder on your Windows hard disk for the Linux virtual machine files. You need to create this folder before uncompressing (unzipping) the single file that contains the compressed Linux virtual machine files.

5. Uncompress (unzip) the Linux virtual machine files, from the single Linux download file, into the folder you created on your Windows hard disk.

6. Run the Linux virtual machine player. Just double-click on the virtual machine player icon that was created on the desktop. At this point, you will be prompted for the name of a virtual machine to “open”.

7. Browse to the folder you created and “open” the Linux virtual machine. This quickly and easily runs Linux in Windows!

Linux Tips: A compressed Linux virtual machine file is quite large. High-speed Internet accesses is highly recommended. If you don’t have high-speed access, look into getting a Linux live CD version. These are inexpensive to buy and have delivered to you by mail.

By installing Linux on Windows to run Linux in Windows you get practical Linux training and valuable experience at how to use Linux!

Copyright © 2007 Clyde Boom. All rights reserved. — Clyde Boom, Author and Expert Trainer with 20+ Years of Training Successes.

Watch Free Sample I Learn Linux Video Tutorials now at http://www.iLearnLinux.com/ and get over the steep Linux learning curve (tra).

If you need a Linux Pocket protector, or a pocket protector, visit The One Page Linux Manual web site..

How to Use Linux Command Line Components

Linux Commands – The great thing about Linux commands is that they are virtually identical from one Linux distribution (version) to another. So the way the real pros do Linux administration is to work at the Linux command line and run Linux commands.

Learning how to run a Linux command can be very difficult for someone new to Linux, so here are some Linux tips that will help you to learn how to use Linux commands when working at the Linux command line prompt.

There are three main parts of a Linux command:

1. the Linux command name

2. options that can be used with the Linux command

3. the “item(s)” that the Linux command is being run “on”

When you run a Linux command, spaces are used between: the Linux command name, the command options and the “item” the command is being run “on”. The “item” could be a Linux directory, file, user or some other Linux software component.

For example, you run the Linux command named ls (for list) “on” a Linux directory to see a list of files in the directory. You run the Linux command named rm (remove) “on” a Linux directory to remove the directory from the Linux file system.

To run a Linux command, you type in the name of the command, and any other parts of the command, such as options, and press the Enter key.

You can see an example of the Linux command that is used to create a new Linux user below. The useradd command is being run “on” the bthatcher user name to create this Linux user.

Linux Tips: Linux commands are run at the Linux command line prompt and this prompt is shown as ]# at the left of the command. You don’t type in the prompt, you type the Linux command at the right of the prompt.

Linux Tips: The Linux command prompt may also appear as: ]$ or as another symbol, instead of # or $.

]# useradd -c “Becky Thatcher” bthatcher

This Linux command creates a new Linux user named bthatcher with the full name of “Becky Thatcher”. The -c (for comment) option is used with this command to add the full name as a comment to the Linux user name of bthatcher.

One of the easiest and best ways to get Linux training is to see Linux commands being run in Linux video tutorials. With this method – you see, hear and do.

With a Linux video tutorial, you see and hear how to run a Linux command and see and hear a description of the output of the command. You can also pause the video so you can run the Linux command yourself!

About Author

Clyde Boom, Author and Expert Trainer with 20+ Years of Training Successes.

Watch Free Sample I Learn Linux Video Tutorials now at http://www.iLearnLinux.com/ and get over the steep Linux learning curve (tra).

Sign up Now for Free I Learn Linux News to receive Linux tips!

Had it with Windows Vista ? – There is an Alternative

Windows has dominated the personal computer operating system market for the last 14 years. And with every new version of Windows Microsoft releases, it seems there’s a higher price tag to go with it —just look at the retail prices for Windows Vista and you’ll see what I mean. New versions of Windows often means an expensive hardware upgrade just to run the operating system, especially a memory upgrade.

But if you thought your options ended with back-grading to XP, think again. There’s another operating system that’s growing in popularity around the world and it’s not Apple’s Mac OS X.

It’s called Linux and while it has had the reputation in the past of being the geek’s alternative, Linux is quickly becoming a viable alternative to Windows for everyday users.

It is already appearing in PCs and notebooks from Dell as well as the little Eee PC from ASUS, but best of all, Linux is absolutely free. Yes my friends, it’s fast, reliable and free.

There’s an investment in time required, but the actual operating system is free and there’s heaps of free support available via the Internet with Linux support forumns offering world-class support and information springing up like weeds.

Welcome to Xubuntu Linux

There are dozens of different versions of Linux available and that’s because Linux is a bit like a Lego set set — you can pick and choose the bits you want and leave out those you don’t.

But if you’ve never tried Linux before, there are one or two versions, or distributions (that’s short for distribution), that are perfect for beginners — they mimic things that Windows does and in many cases, can actually do them better.

The one we’re going to look at is called Xubuntu. It’s a spin-off of Ubuntu, the most popular Linux distribution to date, but I think Xubuntu is ideal for beginners, because it’s almost the ‘Windows 98′ of the Linux world — it has a neat, user-friendly interface, but can happily run on older computers. So, if you have an older computer lying around, now’s the time to flash it up and give it a coat of paint.

Try before you install

Unlike Windows, many of the Linux distributions, including Xubuntu, allow you to use them on an almost try before you install basis, meaning you can actually use the operating system direct from the installation CD without having to install anything on your computer’s hard drive.

This special type of installation CD is known as a live CD, because the operating system is ready to go live on the CD — all you need to do is setup your PC to boot from the CD drive, load in the live CD, boot up and Xubuntu will start up.

It can take 2-3 minutes to finish booting. Not much longer than Windows Vista !

Your Windows hard drive remains intact. All you have to do to get back into Windows is to remove the CD, reboot and Windows will load as usual.

Some people always carry a Linux live CD with them so that if their Windows system breaks, they can at least boot into Linux and recover important files. In many cases they will be able to continue editing these files using applications like Open Office which comes bundled free with many Linux Live CD distributions.

However, Xubuntu is ideal if you have an old computer lying around and you’d like to learn and play around with Linux. It just needs a PC with a lO Gig hard drive and 256M of memory. If it has a 400MHz or faster processor, you’re good to go.

Download your new operating system

The first thing you need to do is download the operating system, which you can do directly from the Xubuntu Web site. Just go to Google and do a search on Xubuntu 8.04 download. Alternatively search on Xubuntu Live CD.

This software is a completely free operating system that you download as what’s called an ISO image, which just means the data of a CD stored as a single file. It’s about 590M of download, but that’s smaller than most similar versions. Your best bet is to set this up to download overnight if you’re on dial-up or low-speed broadband.

Once you have your ISO you will need to burn it to a bootable CD. Programs like Nero or Burn4free can help you there.

Setting up your PC

The last thing you need to do before giving Linux a go is to make sure your PC or notebook is ready to boot up from your CD-ROM drive. For the vast majority of PCs this will be the default setting, so the best bet is to try and boot the Xubuntu disk.

If the disk doesn’t boot automatically when you restart, you’ll need to check either the notebook or desktop motherboard manual to locate how to make the CD drive the first priority boot device. This involves getting into the CMOS or BIOS setup of the computer. If you’re not sure about doing this, rope in a knowledgeable mate who can help you. At worst, your local computer shop should be able to set it up for you in about three minutes.

Linux is one of the best value downloads on the Internet. It can make an old PC useful again, help recover a Windows PC and comes with a bunch of powerful applications. You will find that for most Windows applications, there is a free Linux equivalent.

About Author

If your looking for a Brisbane web designer, contact johnhacking.com   For corporate and group SEO Training, contact Search Tempo.