<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Linux Ultra Fast Command Line Downloader

Sunday, September 03, 2006

Everyone knows that wget is the ULTIMATE command line downloader, but really it doesn't do much to speed up the actual download. So, being the good nerd that I am... I went on the quest to find a faster command line downloader... which kinda failed. But, today... what do ya know... there was an article on the digg homepage about a faster Linux command line downloader! The downloader is called axel and speeds up your download a whole lot. So read this article and give it a try! Don't forget to digg!

Note from the Nerd: In response to aleska's comment, I have in fact tried out axel. My tests included downloading the Damn Small Linux iso (~50MB) and the Ubuntu 6.06 Dapper Drake iso (~700MB) with wget and then with axel. It runs out that the download with axel was about 4 times faster than that of wget's! The DSL iso was download in just 2 minutes using axel and it took a full 8 minutes with wget... yeah... drastic results. Of course, everything depends on your internet connection too, but for most things axel will do a dramatically faster download than wget!
posted by linnerd40, Sunday, September 03, 2006


3 Comments:

I am using Axel in my brand new ubuntu feisty and after the download is "completed" I can't find the file! where is it located?

I try the command below

axel -n 10 http://xxxx.divx

using files from www.stage6.com

commented by Blogger Simon Tay, 8:57 PM  

For me, it is always in the directory where I issued the command. So if you issue the axel command in your /home/user directory, it should be there.

commented by Blogger linnerd40, 8:59 PM  

I am going to download it right now! I just received great service for broadband, it's so fast, check out their site! http://nationwidebandwidth.com

commented by Anonymous Anonymous, 7:00 PM  

Add a comment