<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Techie Buzz &#187; Download Managers</title> <atom:link href="http://techie-buzz.com/tag/download-managers/feed" rel="self" type="application/rss+xml" /><link>http://techie-buzz.com</link> <description>Know your technology head on</description> <lastBuildDate>Fri, 10 Feb 2012 18:35:40 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Speed Up Program Installs / Upgrades in Ubuntu</title><link>http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html</link> <comments>http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html#comments</comments> <pubDate>Sun, 31 Oct 2010 23:18:54 +0000</pubDate> <dc:creator>Sathya Bhat</dc:creator> <category><![CDATA[Open Source Software]]></category> <category><![CDATA[Download Managers]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Ubuntu]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=36686</guid> <description><![CDATA[apt-fast can speed up apt-get downloads by upto 26 times! Learn on how you can use this.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/132890637167xhfaetbacrj98w1hq2scumbag1328906371tvfda58ddr7hh5opex2c1328906371.btch" class="scumbags" /><p>If you&#8217;re an <a href="http://techie-buzz.com/tag/ubuntu" target="_blank">Ubuntu</a> power user, you&#8217;re probably aware of apt-get. apt-get is a command line tool often used for installing and updating new software in Debian based distributions such as the very popular Ubuntu.</p><p>Now, if you&#8217;re familiar with apt-get you would have probably noticed that apt-get downloads the files with a single connection. Now what if there was a way a file could be split up into multiple pieces and each piece could be downloaded independently, similar to what <a href="http://techie-buzz.com/techie-buzz-search-results?cx=partner-pub-2703385610225771:4q7jy0-xpuo&amp;cof=FORID:11&amp;ie=ISO-8859-1&amp;q=download+manager&amp;sa=Search&amp;siteurl=techie-buzz.com/tag/download%2Bmanager" target="_blank">download managers</a> such as FlashGet / Internet Download Manager would do ?</p><p>Enter apt-fast. apt-fast is an apt-get supplement/replacement script by <a href="http://www.mattparnell.com/projects/apt-fast-and-axel-roughly-26x-faster-apt-get-installations-and-upgrades.html">Matt Parnell</a>. Basically apt-fast does pretty much the same thing as apt-get does, except that the download part of it is handled by <a href="http://axel.alioth.debian.org/" target="_blank">axel</a>. The result being that your program installation downloads finish faster. A lot faster. Up to 26-times, according to Matt.</p><p>Here are the steps in setting up apt-fast:</p><h3>Install axel</h3><p>Even though apt-fast can detect and auto-install axel if it&#8217;s not installed, let&#8217;s do it by ourselves. As usual, it&#8217;s apt-get to the rescue.</p><p><code>sudo apt-get install axel</code></p><h3>Download apt-fast script</h3><p>Download apt-fast.sh from <a href="http://www.mattparnell.com/linux/apt-fast/">here</a>. Save it to your home directory.</p><h3>Setup apt-fast</h3><p>Before we can start using apt-fast we need so setup certain things &#8211; permissions and the like. First, move apt-fast to /usr/bin</p><p><code>sudo mv ~/apt-fast.sh /usr/bin/apt-fast</code></p><p><em>Note: sudo is required here since a regular user does not have permissions to write to /usr/bin directory.</em></p><p>Give permissions to apt-fast to make it executable</p><p><code>sudo chmod +x /usr/bin/apt-fast</code></p><h3>Wrapping it up</h3><p>That&#8217;s about all that is required to setup apt-fast. So now, instead of using apt-get to install software, just use apt-fast. Axel will download the software, and apt-get will perform the installation. The below screenshot should how the downloads look like now.</p><p><img class="alignnone" title="apt-fast downloads" src="http://cache.techie-buzz.com/images2/sathya/apt-fast.png" alt="apt-fast downloads" width="644" height="119" /></p> <img src="http://cache.techie-buzz.com/132890637167xhfaetbacrj98w1hq2scumbag1328906371tvfda58ddr7hh5opex2c1328906371.btch" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Speed Up Program Installs / Upgrades in Ubuntu http%3A%2F%2Fbit.ly%2FbQBohZ via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html&title=Speed Up Program Installs / Upgrades in Ubuntu" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html&title=Speed Up Program Installs / Upgrades in Ubuntu" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html&title=Speed Up Program Installs / Upgrades in Ubuntu" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/download-managers" rel="tag">Download Managers</a>, <a href="http://techie-buzz.com/tag/linux" rel="tag">Linux</a>, <a href="http://techie-buzz.com/tag/ubuntu" rel="tag">Ubuntu</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html" title="Speed Up Program Installs / Upgrades in Ubuntu">Speed Up Program Installs / Upgrades in Ubuntu</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Sathya Bhat on Sunday 31st October 2010 07:18:54 PM under <a href="http://techie-buzz.com/category/foss" title="View all posts in Open Source Software" rel="category tag">Open Source Software</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/foss/speed-up-program-installs-upgrades-in-ubuntu.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Use MDownloader to Quickly Download Files From File Hosting Services</title><link>http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html</link> <comments>http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html#comments</comments> <pubDate>Mon, 12 Jul 2010 14:57:02 +0000</pubDate> <dc:creator>Amit Banerjee</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Download Managers]]></category> <category><![CDATA[Freeware]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=29175</guid> <description><![CDATA[MDownloader is a free utility for Windows which lets you download files from a wide range of file hosting services.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1328906371qact7ickcb1um0jpjdpascumbag13289063718wo3irvmb3mfhoxonkpv1328906371.png" class="scumbags" /><p>There are quite a good number of file hosting services out there which lets users host large files and share the download link with anyone. Some of the very popular file hosting services are Rapidshare, Megaupload, Snapfiles where you have certain limitations and have to wait for a timer to complete before you can start to download any file.</p><p>All these file hosting services are great but there are some disadvantages. The first disadvantage is on the download limitation, you can complete a maximum of one or two downloads in the time span of 24 hours. Another disadvantage is when you are downloading a large file using a browser and there is a power cut or something, your download crashes in the middle.</p><p>Hence I have made a switch and now use a full featured desktop app for downloading large files from free file hosting services.</p><p><a href="http://mdownloader.codeplex.com/"><strong>MDownloader</strong></a> is a free utility for Windows which lets you download files from most of the file hosting services. You can download multiple files in one go, don&#8217;t have to wait for the timer to finish, don&#8217;t have to fill up those boring captchas and can schedule downloads at your convenience.</p><p><img style="display: block; float: none; margin-left: auto; margin-right: auto;" src="http://cache.techie-buzz.com/images/postimg/mdownloader.png" alt="" /></p><p>The application works just the same way as other download managers  grab the download links, put them in the queue and hit the Downloadbutton. There is a quick paste button available at the MDownloader toolbar which lets you quickly paste URL&#8217;s from Windows Clipboard. The best thing about MDownloader is that you can pause and schedule downloads when you want. This is really helpful when you do not want to stay awake just because a file download is in progress.</p><p>Apart from downloading files, MDownloader can also be used to upload files to several file hosting services. You can also use the RSS monitor function in MDownloader to monitor a list of RSS feeds for newer downloads and selectively download the files you want.</p><h3>Techie Buzz Verdict</h3><p>MDownloader is a very useful application for downloading files from file hosting services. The program requires .NET Framework to be installed on your system and works perfectly in Windows XP, Windows Vista and Windows 7.</p><p><strong>Techie Buzz rating:</strong> 4/5 (Excellent).</p> <img src="http://cache.techie-buzz.com/1328906371qact7ickcb1um0jpjdpascumbag13289063718wo3irvmb3mfhoxonkpv1328906371.png" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Use MDownloader to Quickly Download Files From File Hosting Services http%3A%2F%2Fbit.ly%2FdtdySF via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html&title=Use MDownloader to Quickly Download Files From File Hosting Services" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html&title=Use MDownloader to Quickly Download Files From File Hosting Services" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html&title=Use MDownloader to Quickly Download Files From File Hosting Services" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/download-managers" rel="tag">Download Managers</a>, <a href="http://techie-buzz.com/tag/freeware" rel="tag">Freeware</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html" title="Use MDownloader to Quickly Download Files From File Hosting Services">Use MDownloader to Quickly Download Files From File Hosting Services</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Amit Banerjee on Monday 12th July 2010 10:57:02 AM under <a href="http://techie-buzz.com/category/softwares" title="View all posts in Software" rel="category tag">Software</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/softwares/mdownloader-download-files-file-hosting-services.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              11546
Template:           index
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 15/29 queries in 0.085 seconds using disk: basic
Content Delivery Network via cdn4.techie-buzz.com

Served from: www.techie-buzz.com @ 2012-02-10 15:39:31 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          tag/download-managers/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.296s
Header info:
Set-Cookie:         PHPSESSID=p3co1261iu0jprrr006er2cvv5; path=/
X-Pingback:         http://techie-buzz.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Fri, 10 Feb 2012 20:39:31 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Fri, 10 Feb 2012 20:49:31 GMT
Pragma:             public
Cache-Control:      max-age=600, public, must-revalidate, proxy-revalidate
Etag:               465ae3c13f45826db80d604be3e00552
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
