I figure since there is one day left, there is no harm in posting this.
If you want to upgrade From Ubuntu Intrepid (8.10) to Jaunty (9.04) use this tutorial for faster upgrades.We are going to use apt-p2p for this tutorial.apt-p2p is a p2p proxy for apt dowloads, it will act as a proxy between apt requests and a repository server, downloading any request files from peers (if possible), else will fallback to direct HTTP download. In general, apt-p2p save bandwidth, use limited cpu and memory resources and reduce congestion on the ubuntu mirrors.apt-p2p will get the request files from peers, therefore, it will avoid the congestion on the ubuntu mirrors.
Note:- This is only for advanced users, IF DONE WRONG, IT CAN AND WILL MESS UP YOUR OPERATING SYSTEM.
apt-p2p features
* Downloads from peers, increasing the available bandwidth to the user
* Reduces the bandwidth requirements needed to setup a repository of packages
* Seamlessly integrates with the current APT tool
* Automatically falls back to downloading from an HTTP mirror when peers are not available
* Builds on other already existing tools where possible
* Fast and requires limited CPU and memory
* Will try to download any file it can find a hash for from peers (including Packages.bz2, Sources.gz, …)
Install apt-p2p in ubuntu
This will complete the installation.Code:sudo aptitude install apt-p2p
Configuring apt-p2p
First you need to take a backup of your source list
Edit sources.list fileCode:sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
Add “localhost:9977/ after the “http://” save and exit the fileCode:gedit /etc/apt/sources.list
So basically just insert “localhost:9977″ after the “http://” and where **mirror-address** is the address of the mirrorCode:deb http://localhost:9977/archive.canonical.com/ubuntu intrepid partner deb-src http://localhost:9977/archive.canonical.com/ubuntu intrepid partner deb http://localhost:9977/*mirror-address*/ubuntu/ intrepid main universe restricted multiverse deb-src http://localhost:9977/*mirror-address*/ubuntu/ intrepid main universe restricted multiverse
Now remove the cache files using the following command
Update the source list file using the following commandCode:sudo rm -rf /var/cache/apt-p2p/cache/*
Start upgrade from Interpid to JauntyCode:sudo apt-get update
If you want to Check peers, downloads and uploads speed and DHT statistics Open Internet browser,Code:sudo update-manager
go toCode:http://localhost:9977
KEEP IN MIND THIS IS FOR ADVANCED USERS ONLY. If you still have a limited experience with Linux, then DON'T DO IT OR ASK HOW TO. This is as simple as this can be made.
Another way to update to Ubuntu 9.04 is by the HTTP method. This is slower, but not only easier, but more of a chance of success without errors. Simply go System>Adminstration>Software Sources and change the drop down to Normal Releases as seen here:
You should now be able to update via the Update Manager.
The third, and perhaps second easiest way is to either have the CD shipped to you or download and burn to a disk, then boot from it. Once booted, you should see an option to upgrade the current OS. Choose that and install it that way. Since it doesn't deal with the internet, it is going to be safer then the others.
Finally, the fourth way, the easiest way: back up your data and install the new version over top of the old one.Doesn't get any easier.
REMEMBER! Run these commands in a day, when the new version of Ubuntu is official! And for the love of cod, DON'T use the Apt-p2p unless you know exactly what you're doing. There are safer ways to update, as you can see.
Apt-p2p tut written by UbuntuGeek. I could have stolen last year's tut from TorrentFreak but as you could guess, it's out of date.![]()


LinkBack URL
About LinkBacks

Doesn't get any easier.





Reply With Quote

That I can do. 
Lol, but honestly, I think you've gone though enough formating, so that's why I posted this. If you aren't using apt-p2p, you don't need to add to your sources.