Showing posts with label Downloads. Show all posts
Showing posts with label Downloads. Show all posts

Wednesday, April 29, 2009

Downloading Software From The Web

You can download a wide range of useful software over the Internet.
The following summaries provide information on download management,
tips, web sites, and other resources.

Management. Some software installs over the web using a custom install
application, in which case you should simply follow the directions,
and there is very little management required on your part. However,
many applications require you to download the software and then
install it locally. The following four steps will help you efficiently
manage the download process:

Download folder. If you don't already have one, create a folder called
Download Files (or something similar) and store it on your desktop.
Download software. Download the software into your Download Files
folder (see tips below).
Decompress. Open up Download Files and double-click the downloaded
file. One of two things will happen:


It starts up an install program, in which case follow the directions
to install the software.


It decompress a folder of files, in which case look for a file called
"Readme", and if there is one then double-click it and read it. Then
look for the startup file, usually called "setup", or "install",
double-click it, and follow the directions to install the software. If
your system needs help decompressing the file, try using the WinZip or
Stuffit applications.
Delete. When the installation is finished, unless you want to save the
original downloaded file to perform additional installations later,
delete the file to save disk space.
Tips. When you click on a link to download a file, some browsers try
to load the file into the browser window instead of downloading the
file onto your computer. These techniques can help:


Internet Explorer. Right-click on the link and select "Save Target
As...", and then save the file to your download folder.
Mozilla Firefox. Right-click on the link and select "Save Link As...",
and then save the file to your download folder.

Sites. The following sites are good sources for free software downloads:

Google - Freeware
Google - Shareware
Yahoo - Shareware
CNet -- Download.com
CNet -- Shareware.com
File Transit
IT Pro Downloads
Nonags.com
Rocketdownload
Shareware Junkies
Simtel.Net
Strouds CWSApps
Tucows.
Resources. Additional downloading resources are listed below:

Common Internet File Formats
Graphics File Formats
Virus Protection Software.

Downloading Software From The Web

You can download a wide range of useful software over the Internet.
The following summaries provide information on download management,
tips, web sites, and other resources.

Management. Some software installs over the web using a custom install
application, in which case you should simply follow the directions,
and there is very little management required on your part. However,
many applications require you to download the software and then
install it locally. The following four steps will help you efficiently
manage the download process:

Download folder. If you don't already have one, create a folder called
Download Files (or something similar) and store it on your desktop.
Download software. Download the software into your Download Files
folder (see tips below).
Decompress. Open up Download Files and double-click the downloaded
file. One of two things will happen:


It starts up an install program, in which case follow the directions
to install the software.


It decompress a folder of files, in which case look for a file called
"Readme", and if there is one then double-click it and read it. Then
look for the startup file, usually called "setup", or "install",
double-click it, and follow the directions to install the software. If
your system needs help decompressing the file, try using the WinZip or
Stuffit applications.
Delete. When the installation is finished, unless you want to save the
original downloaded file to perform additional installations later,
delete the file to save disk space.
Tips. When you click on a link to download a file, some browsers try
to load the file into the browser window instead of downloading the
file onto your computer. These techniques can help:


Internet Explorer. Right-click on the link and select "Save Target
As...", and then save the file to your download folder.
Mozilla Firefox. Right-click on the link and select "Save Link As...",
and then save the file to your download folder.

Sites. The following sites are good sources for free software downloads:

Google - Freeware
Google - Shareware
Yahoo - Shareware
CNet -- Download.com
CNet -- Shareware.com
File Transit
IT Pro Downloads
Nonags.com
Rocketdownload
Shareware Junkies
Simtel.Net
Strouds CWSApps
Tucows.
Resources. Additional downloading resources are listed below:

Common Internet File Formats
Graphics File Formats
Virus Protection Software.

Downloading evolved with Metalink

Anyone who has tried downloading a popular software or Linux
distribution on or just after release day, knows of the pain of the
phrase "connection timed out"�. Getting the software can be quite a
struggle, despite all the mirrors and BitTorrent Samaritans. Anthony
Bryan's Metalink is an open standard that makes downloading easier,
faster, and more reliable by helping users extract the last drop of
juice out of their connection.

I emailed a set of questions to Bryan to understand what separates
Metalink from other run-of-the-mill download accelerators and listen
in awe as he explains how Metalink combines traditional HTTP and FTP
methods of downloading files along with BitTorrent.

Mayank Sharma: Let's begin with the traditional what is question --
what is Metalink? Is it another way to download "stuff"?

Anthony Bryan: Yep, Metalink is a way to download "stuff." But it's
not a new transfer protocol like FTP or P2P method. It attempts to
make the traditional download process simpler by automating advanced
features and hiding complexity where possible. It's something that
download programs like Web browsers, FTP programs, download managers,
and P2P clients support. Information about the files to be downloaded
is stored in a simple XML file with a .metalink extension.


MS: So how exactly is using a metalink beneficial over other
traditional methods of downloading?

AB: In general, it should be easier and be error free. It can also be
much faster. The information a download program would need is in a
machine-processable format in the .metalink file, stuff like all the
different ways to download a file (from multiple mirrors to P2P) and
other things like the priority and geographical location of the
mirrors, checksums, publisher, license, OS, language, etc. More the
information, more the things that can be done!

So, instead of a single link to a file, you have many links. This
means higher availability. If many servers are down or very busy (like
on a release day), your download program can automatically check links
and see which ones are good. You don't have to manually gather and
check each link. This improves usability. Some programs can use the
multiple links to download different parts or segments of a file from
many places, which is called multi-source downloading. Usually, your
download will be much faster, but that all depends on your connection.
A single source download usually can't offer as fast download speeds.

Metalinks can also contain checksums or repair information to fix
corrupted downloads, either files downloaded with other programs or
repairing the download in progress. You can repair downloads with
rsync and some P2P, but with Metalink you can do it over regular
FTP/HTTP.

These benefits are mainly seen in large downloads like ISO files
(CD/DVD images), which can range from 500 MB to 4 GB or larger. Time
is money and sometimes you need things downloaded before you can get
work done. If there was an error in one of these files, it could be
painful to need to re-download it. This could be very helpful to movie
and music downloads, where (once this technology is included in
browsers) you'll be able to download huge files and recover from
errors, and download a whole album or multiple albums in one click,
within a browser and not some special application. For instance, when
you buy a bunch of albums on Bleep.com, you can download the files
individually or in an archive. The archive takes up resources on the
server and on your computer. With Metalink, you can list all the files
and have them added to a download queue in one click. This is also
useful for software like KDE that is available in multiple files.


MS: Whoa, those are some advantages. While it's good for the person
downloading, what about the person offering the download? Any reasons
why he should make a .metalink for his downloads?

AB: As we've already discussed, Metalink should offer your downloaders
an improved experience - more reliable and without errors.

This translates to cheaper bandwidth bills and support costs. Not very
exciting unfortunately, but something that needs to be done since it's
simple and can be automated. You can give different mirrors or P2P
sources a priority. If you list FTP/HTTP mirrors and P2P, the mirrors
can be used in case the person can't access P2P or if the file is no
longer on the P2P network. This can be handy in situations where a
business or university may block P2P because of copyright concerns or
that they don't want someone continuously uploading and using
bandwidth, or because of configuration issues with routers, etc. In
the end, you want people to be able to download whatever you are
distributing.


MS: Great! So how does one create a .metalink for their downloads?

AB: The easiest way to create a .metalink is with the Metalink Editor
which has a graphical interface. If you're going to be making a bunch,
you may want to use the automated tools which have a command line
interface or server tools which are meant to be run on mirrors. This
article on osresources details the non-graphical methods for .metalink
creation.


MS: Right. So do I need a special application to use a metalink
download? Won't it work with wget?

AB: Right now you do need a special application that supports reading
the .metalink file and using that info. Luckily, most download
managers support it right now, but no Web browsers natively. Support
in Opera and Firefox would make the benefits way more accessible to
regular people. wget doesn't support it yet, but aria2 is a similar
command-line program that does. The beauty of free and open source
software is that if people are interested enough, then support can be
added to a bunch of download programs quickly and easily.


MS: Do you track the number of projects using Metalink?

AB: Yes, mostly free and open source projects use it right now, but
some proprietary companies and game makes use it. OpenOffice.org,
openSUSE, cURL, Arch Linux, DesktopBSD, blag linux, StartCom Linux,
Berry Linux, PC-BSD, Linux Mint, Ubuntu Christian Edition, redWall
Firewall, GoboLinux, TrueBSD, PuppyLinux, UniProt Consortium, Eiffel
Software, and Ankama games have used Metalink.


MS: Any new feature Metalink users, both offering and downloading
stuff, should keep an eye out for?

AB: I view Metalink as basic infrastructure and hopefully it will get
to the point where people don't even know they are using it. Metalink
as it is now is Wave One (or maybe .5) of coming improvements. I think
we can build on it and offer some really cool things, which will again
work transparently for people. Not all clients support all the
features of Metalink, like using repair information - that's a really
important feature.

Phex is the first program with Metalink support that is primarily P2P
(other BitTorrent clients like aria2 and GetRight support it). You'll
be able to export your library, or parts of it. If you want to share
something with a friend, you can just email a .metalink or put it on a
server for download, and they'll get the same exact files since
they're identified with checksums. No weeding through search results
searching for similar files will be needed.


MS: Thanks for taking time out for the interview. Please share a
little information about yourself and your life outside of computers.

AB: I'm 29, just finished my Master's degree, and looking for work
related to Metalink with open source projects. :) I live in
southeastern Florida, in Pompano Beach. I'm pretty laid back and I
love the ocean. I'm really into music, mostly instrumental, from
electronic to Indian, dub, jazz, and even normal stuff. I like old
books and movies and I'm interested in technology and how it affects
our lives.
--------------------------------------------------------------------------------
Mayank Sharma is a freelance writer from New Delhi, India. He is blown
away by the power of Free and Open Source Software and its usefulness
to developing nations.

Check out his blog at http://www.geekybodhi.net/


--------------------------------------------------------------------------------

Tips for Downloading Software Online

Do you ever find yourself surfing the Internet, looking for software
to complete a task you need to do, or to get something accomplished
faster than you are now? I'm sure we all have at least once, and if
you haven't, well, that's inevitable; eventually we all will do it at
least once. If you use your computer regularly to get things done,
there are loads of different software packages out there than can
simplify even the most complex tasks.

Many times you will come across software companies that are very
well-known and their outstanding software has won several awards, and
to top it off, the features or benefits of the software seems to fit
what you are looking for. However, if you are on a budget like me,
then chances are you will want to download the software first to make
sure that it is exactly what you need to get the job done. The
unfortunate thing about it is that not all companies offer software
downloads of their programs. So now you have to make the decision to
take the chance and go ahead and purchase the software, or you can
look around a bit and see if there is any other software downloads out
there that may fit the bill.

Some of the places you can check to download software is the
manufacturers' Website; like CoffeeCup Software, or you can look at
some of the software library sites on the Internet like Tucows or
Download.com. These are all reputable sources for downloading software.

If you are new to the Web, or have not downloaded anything before,
downloading software and testing it out can be fun! There are many
programs out there that can suit your needs and perhaps it can also
help you to define more of what you maybe looking for; you may
download a program that has a particular feature that you didn't think
of which could be very useful to you.

When downloading software from the Internet there are some things you
should keep in mind. Here is a brief listing of the most important
Do's and Don'ts on downloading software from the Internet:

Do - Make sure that you read the installation instructions. Some may
require that you uninstall the previous versions before installing the
new one, or you may need to have another type of software installed.
Do - Make sure that you download software that is compatible with your
operating system. There may be several different versions available
for download; such OS X, Windows or Linux. If you don't download the
correct version, you could run into troubles or the software may
simply not work; leading to frustration and wasted time for you.
Do - Backup your system just in case something doesn't go right. If
you are using Windows XP there is a rollback feature that will allow
you rollback your system to a previous restore point; make sure that
you've created a restore point before downloading.
Do - Make sure that you scan the file before opening it even if it is
from a trusted source. Typically you can do this by right-clicking the
file and selecting scan from the pop up menu.
Don't - Download software through a file sharing program, you have no
idea what you may or may not be getting.
Don't - Install software that you don't own. There are many sites out
there that distribute registered software which violates the license
agreement, downloading from these sites can lead to trouble.
Don't - Download software through e-mails unless it is from a trusted
source. Most software companies do not send their software as
attachments in email.
Don't - Download from unreliable sources. To avoid getting bad
software you should download software from a trustworthy site; such as
the developers Website or a download software archive library.
How to Download Software
When you have found the right software and you are ready to download,
the site you are visiting will more than likely have a download link
in which you can click on to start the software download process.
After you click on the software download link, a box will pop up and
you will be given the option to Run, Save or Cancel the download. It
is very important that you choose the Save option so that you can save
it to your computer in the place that you want, and so that you can
run it at a later time if you wish to. If you choose run, it will
download the file to a temporary folder and automatically start the
installation.
When you click on Save, you will be prompted to save it in a specific
directory on your computers hard drive. You should download it into a
directory on your hard drive so that after you download the software
it will be easier for you to find. The simplest way I have found to do
this is to create a download folder on the desktop and download the
software into that folder. Or you can simply download the file
directly to your desktop. This way, you know exactly where the file is
and it can save you time from trying to hunt down the software on your
computer.

Once you've downloaded the software, you can then double-click on the
.exe file and it will start the installation process. Do understand
though that some of the software you download may also be in a .zip
file. A .zip file is a file that has been compressed to make it
smaller in size so that it is faster for you to download. In this case
you will need to have unzipping software installed on your computer to
unzip the file first, and they you can run the installation file
During the installation process, you will be asked questions as to
where you want to install the software, what program group you want to
add it to etc. Unless you have a personal preference where it
installs, I would suggest sticking with the default settings.

Once you are done installing, and depending on the software, you can
choose to have a desktop icon created so that you can simply click on
that to start the program. The desktop icon will allow you to quickly
start the program and save you the steps from hunting it down on the
Start menu.

The best place to start with your newly downloaded software is the
help file. The help file will walk you through the steps of using the
software, and many help files often have a Quick Start Guide included
so that you don't waste all your time reading and can start using the
software right away.

Removing Software
Once you've installed the software and decide that it's not quite what
you are looking for you can uninstall the software from your computer.
There are a few different ways you can do this.
First, and probably the easiest way to remove software from your
computer is to use the uninstall feature that is built into the
software. Typically, the uninstaller is installed as an option in your
program group. You can find this by clicking the Start > Programs >
Program group name > Uninstall.

If the software you installed doesn't have an uninstaller, you can use
the add/remove programs option in your control panel.

If you have a program that you like and decide to purchase it, you
should uninstall the demo version that you have on your computer.
Running two different versions can cause your program not to run
properly and causes conflicts in your system.

Sometimes, companies will give you access to download the full
version, while others may offer to upgrade your trial version that you
already have installed. Normally, the upgrade is done with a
registration key sent to you by the company.

By following the simple outline above for downloading software from
the Internet, you should have loads of fun testing out different
software applications without harm to your system.

Final Note
Downloading software from the Internet can be a little scary at first,
because you really have no idea what to expect. Once you have
downloaded a few programs and start to gain experience, you can really
have fun testing out many different software titles that are available
to you.