<?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>TorrentFreak &#187; Ubuntu</title>
	<atom:link href="http://torrentfreak.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://torrentfreak.com</link>
	<description>Breaking File-sharing, Copyright and Privacy News</description>
	<lastBuildDate>Tue, 28 Oct 2014 19:18:38 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>Use BitTorrent to Upgrade to Ubuntu &#8216;Intrepid Ibex&#8217;</title>
		<link>http://torrentfreak.com/use-bittorrent-to-upgrade-to-ubuntu-intrepid-ibex-081029/</link>
		<comments>http://torrentfreak.com/use-bittorrent-to-upgrade-to-ubuntu-intrepid-ibex-081029/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 14:17:37 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[Tutorial & How To]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=6011</guid>
		<description><![CDATA[Ubuntu, the open source GNU/Linux based operating system, is about to release its next big update - Intrepid Ibex. In the past, the update servers would crash very quickly on a big release day, making it hard for people to get the latest update. With BitTorrent, however, this can be easily avoided.<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img src="http://torrentfreak.com/images/ubuntu.jpg" align="right" alt="ubuntu">Most users of Linux based operating systems such as <a href="http://www.ubuntu.com/">Ubuntu</a> are familiar with BitTorrent. In fact, Ubuntu even comes with a BitTorrent client, and millions of Ubuntu users got their install disk via the popular filesharing protocol.</p>
<p>When it comes to upgrading their OS, however, most users still rely on Ubuntu&#8217;s central servers. Because of this, the servers are overloaded with upgrade requests every time a big update is released, which often causes them to crash. The next Ubuntu update, version 8.10 aka <a href="http://releases.ubuntu.com/8.10/">Intrepid Ibex</a> is scheduled to be released this week, and since the OS is more popular than ever, updating might be troublesome.</p>
<p>There is an easy solution to this problem though. One that not only prevents the Ubuntu servers from crashing, but also speeds up the update progress, because it uses BitTorrent. A bunch of TorrentFreak readers were kind enough to write a basic tutorial to guide you through the upgrade process, which we have posted below.</p>
<p>Update to Ubuntu &#8216;Intrepid Ibex&#8217; using BitTorrent</p>
<h4>Step 1: Setting sources.list to a close-local mirror</h4>
<p>First off, it&#8217;s definitely recommended to reset to a local mirror. This way, you will download any needed files from a closer and supposedly faster source.</p>
<p>Either do an auto-check: System -> Administration -> Software Sources -> Download From: -> Other -> Select Best Server (It&#8217;ll run a couple hundred tests (takes less than five minutes) and select the best mirror for you. Make sure to remember which mirror it is, because you will need that later.)</p>
<p>Or select your local mirror yourself according to your country.</p>
<h4>Step 2: Disable 3rd Parties repositories</h4>
<p>It is also very much recommended to disable 3rd party repositories! If you don&#8217;t know exactly what you are doing, go to the 3rd Parties tab and deselect all of the entries there.</p>
<h4>Step 3: Install apt-p2p</h4>
<p>Next you need to install &#8220;apt-p2p&#8221;. Version 0.2.5 is needed because of a major bug in older versions. This is beta software, so it might not be stable for everybody. If it can&#8217;t download the file via BitTorrent, however, it will revert to http download.</p>
<p>As apt-p2p is not in the hardy repos yet, we have to fetch it from a server directly. Below I have have two scripts for 32-bit and 64-bit. Use the one that matches your OS. </p>
<p>For 32bit versions use <a href="http://torrentfreak.com/files/32bit.sh">this script</a>, and for 64bit versions use <a href="http://torrentfreak.com/files/64bit.sh">this script</a>.</p>
<p>Save the script file as &#8220;apt-p2p.sh&#8221; on your desktop. Then open a terminal (Applications > System > Terminal) and issue these commands (you&#8217;ll be prompted for your user password):</p>
<div class="command">
cd ~/Desktop<br>
sudo sh apt-p2p.sh
</div>
<p>The scripts will create a apt-p2p folder in the /temp folder, enter that folder and download apt-p2p from the intrepid repositories (they work fine on hardy), including all dependencies. Finally, it will install everything in the required order.</p>
<h4>Step 4: Prepare the sources.list</h4>
<p>Once installed type the following:</p>
<div class="command">
sudo cp /etc/apt/sources.list /etc/apt/sources.list-apt-p2p-backup<br>
gksudo gedit /etc/apt/sources.list
</div>
<p>Now you are looking at the sources.list file for Ubuntu; this specifies which servers to contact for updates and new programs. You should see a bunch of lines that look similar to this:</p>
<h5>
deb http://archive.canonical.com/ubuntu hardy partner<br>
deb-src http://archive.canonical.com/ubuntu hardy partner<br>
deb http://*mirror-address*/ubuntu/ hardy main universe restricted multiverse<br>
deb-src http://*mirror-address*/ubuntu/ hardy main universe restricted multiverse<br>
</h5>
<p>where **mirror-address** is the address of the mirror you chose earlier.</p>
<p>Don&#8217;t worry, you may not have all of these, and you may have more. However, you only want to change ones that are similar to these. You want to change these to look like this:</p>
<h5>deb http://localhost:9977/archive.canonical.com/ubuntu hardy partner<br>
deb-src http://localhost:9977/archive.canonical.com/ubuntu hardy partner<br>
deb http://localhost:9977/*mirror-address*/ubuntu/ hardy main universe restricted multiverse<br>
deb-src http://localhost:9977/*mirror-address*/ubuntu/ hardy main universe restricted multiverse</h5>
<p>So basically just insert &#8220;localhost:9977&#8243; after the &#8220;http://&#8221;. Now close the program and save the file. Note: If you messed anything up, go back to the terminal and run this command:</p>
<div class="command">sudo cp /etc/apt/sources.list-apt-p2p-backup /etc/apt/sources.list
</div>
<p>This WILL overwrite your sources.list file with your backup and we are almost done! </p>
<h4>Step 5: Update the packages &#038; upgrade to Intrepid</h4>
<p>Back at the terminal, type the following command:</p>
<div class="command">sudo apt-get update</div>
<p>This will update the list of software, as well as fully integrate apt-p2p. If you get any errors, run the following commands (Warning: If not done carefully, these commands could destroy your system): </p>
<div class="command">sudo rm -rf /var/cache/apt-p2p/cache/*<br>
sudo apt-get update </div>
<p>Once everything looks okay, you&#8217;ll want to forward the ports for apt-p2p to your system (if you have a router, see <a href="http://portforward.com">http://portforward.com</a>, port for apt-p2p is 9977 TCP and UDP). At this point, you&#8217;re all set to receive regular updates via BitTorrent. If you want to upgrade to Intrepid ahead of time you may type one of the following commands in the terminal:</p>
<div class="command">sudo update-manager -d</div>
<p>Click on the &#8220;upgrade&#8221; button on the top right of that window and follow the wizard. When asked, that no valid mirror was found and whether it shall replace hardy with intrepid, then select &#8220;Yes&#8221;.</p>
<p>or use</p>
<div class="command">sudo apt-get dist-upgrade</div>
<p>Note: When issuing a &#8220;dist-upgrade&#8221; in the terminal you will first need to manually alter the entries in the sources.list from &#8220;hardy&#8221; to &#8220;intrepid&#8221;.</p>
<p>Now you&#8217;re all set, and by using BitTorrent to update Ubuntu you will be updated much faster, and help relieve the strain on the update servers on launch day. As always, tips and suggestions are welcome in the comments.</p>
<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/use-bittorrent-to-upgrade-to-ubuntu-intrepid-ibex-081029/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Transmission Becomes Default BitTorrent Client for Ubuntu</title>
		<link>http://torrentfreak.com/transmission-bittorrent-client-ubuntu-080130/</link>
		<comments>http://torrentfreak.com/transmission-bittorrent-client-ubuntu-080130/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 20:47:05 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Transmission]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/transmission-bittorrent-client-ubuntu-080130/</guid>
		<description><![CDATA[The popular cross-platform BitTorrent client Transmission, praised by its users for being full-featured but lightweight, is now officially the new default client for Ubuntu. <p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><img src="http://torrentfreak.com//images/transmission.jpg" align="right" alt="transmission">Transmission is already included in the 4th Alpha release of <em>Hardy Heron</em>, and is set to replace the <a href="http://gnome-bt.sourceforge.net/">Gnome</a> BitTorrent client that Ubuntu has used up until now. A stable version of Ubuntu 8.04 is expected to be released in April 2008. </p>
<p><a href="http://www.transmissionbt.com/">Transmission</a> has gained a lot of popularity over the last year, and is considered to be one of the fastest and lightweight BitTorrent clients. It is an Open Source project, and the application is currently available on almost every operating system except Windows. Similar to uTorrent, it focuses on being lightweight, while including all the features a demanding BitTorrent user needs.</p>
<p>The Transmission team describes it as follows: &#8220;Transmission has been built from the ground up to be a lightweight, yet powerful BitTorrent client. Its simple, intuitive interface is designed to integrate tightly with whatever computing environment you choose to use. Transmission strikes a balance between providing useful functionality without feature bloat.&#8221;</p>
<p>Transmission uses little resources, and we&#8217;ve heard of people running it on their routers, NAS devices and even mobile phones. There is also a great WebUI for Transmission, called <a href="http://clutchbt.com/">Clutch</a>. With Clutch you can easily monitor and control your torrents remotely. Today, the Clutch team has released version 0.3, and instructions on how to get started are <a href="http://recurser.com/trac/transmission/wiki/GettingStarted">over here</a>.</p>
<p>Downloads and more information about Ubuntu Hardy Heron can be found in the <a href="https://wiki.ubuntu.com/HardyHeron/Alpha4">Ubuntu Wiki</a>.</p>
<p><img src="http://torrentfreak.com//images/transmission-gtk.jpg" alt="transmission"></p>
<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/transmission-bittorrent-client-ubuntu-080130/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
		<item>
		<title>Convicted BitTorrent Admin Fights for his Right to Use Linux</title>
		<link>http://torrentfreak.com/convicted-bittorrent-admin-fights-for-right-to-use-linux-070908/</link>
		<comments>http://torrentfreak.com/convicted-bittorrent-admin-fights-for-right-to-use-linux-070908/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 10:58:18 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/convicted-bittorrent-admin-fights-for-right-to-use-linux-070908/</guid>
		<description><![CDATA[Scott McCausland, a convicted ex-administrator of the EliteTorrents BitTorrent tracker is going back to court to fight for his right to use Ubuntu GNU/Linux while he is home confined. The US government <a href="http://torrentfreak.com/bittorrent-admin-monitored-by-us-government-forced-to-dump-linux/">is forcing him to use Windows</a>, because that's the only OS their monitoring software can run on. <p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>September last year Scott <a href="http://torrentfreak.com/bittorrent-user-pleads-guilty/">pleaded guilty</a> to &#8216;conspiracy to commit copyright infringement&#8217; and &#8216;criminal copyright infringement&#8217; for uploading &#8216;Star Wars: Episode III&#8217; onto the internet hours before the theatrical release. Scott was later <a href="http://torrentfreak.com/another-elitetorrents-admin-jailed-for-five-months/">sentenced</a> five months in prison, followed by five months of home confinement. </p>
<p>After his release from prison Scott was told by his Probation Officer that he has to install Windows so that the government can monitor his online activities. A cruel punishment for someone who&#8217;s used to Ubuntu GNU/Linux, and Scott has now decided to fight this decision in court.</p>
<p>&#8220;My lawyer is filing a motion to go back in front of the judge and find out what is next to happen,&#8221; Scott <a href="http://sk0t.com/2007/09/back-to-court.html">writes on his blog</a> &#8220;It will either end in one of two ways: First, he could tell me to just suck it up and install windows, or he could say that no where in the Computer Monitoring Guidelines does it say that I have to use Windows, and it is the Probation Offices responsibility to be the Cyber Police and support all possible options.&#8221;</p>
<p>The court will now have to decide whether he can be forced by the US Government to use Windows. In the meantime, he is allowed to keep Ubuntu installed which means his online activities won&#8217;t be monitored. </p>
<p>Scott told TorrentFreak <a href="http://torrentfreak.com/bittorrent-admin-monitored-by-us-government-forced-to-dump-linux/">earlier</a>: &#8220;I think that this whole situation is just one more way that they can impose their will onto me. It isn&#8217;t the fact that I have to be monitored that bothers me, it is the fact that I have restructure my life (different OS, different software on that OS) and that they would require (force) me to purchase software while I a currently unemployed and relatively unemployable with the 2 felonies that they gave me.&#8221;</p>
<p>Not all convicts like to use Windows, let&#8217;s hope this case will motivate the US government to develop multi-platform monitoring software. It can&#8217;t be that hard can it? </p>
<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/convicted-bittorrent-admin-fights-for-right-to-use-linux-070908/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>BitTorrent Admin Monitored by US Government, Forced to Dump GNU/Linux</title>
		<link>http://torrentfreak.com/bittorrent-admin-monitored-by-us-government-forced-to-dump-linux/</link>
		<comments>http://torrentfreak.com/bittorrent-admin-monitored-by-us-government-forced-to-dump-linux/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 17:21:38 +0000</pubDate>
		<dc:creator><![CDATA[enigmax]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[elitetorrents]]></category>
		<category><![CDATA[justice-department]]></category>
		<category><![CDATA[sk0t]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/bittorrent-admin-monitored-by-us-government-forced-to-dump-linux/</guid>
		<description><![CDATA[Sk0t, an ex-administrator of the EliteTorrents BitTorrent tracker is to have his internet connection forcibly monitored by the US Government. If that wasn't bad enough, the monitoring software is Windows based - which means he is being forced to ditch GNU/Linux - or face being barred from the internet.<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Scott McCausland (sk0t), the ex-administrator of the EliteTorrents BitTorrent tracker isn&#8217;t having much luck lately. Back in September 2006, he pleaded <a href="http://torrentfreak.com/bittorrent-user-pleads-guilty">guilty</a> to two charges &#8211; &#8216;conspiracy to commit copyright infringement&#8217; and &#8216;criminal copyright infringement&#8217;. Both charges relate to him uploading &#8216;Star Wars: Episode III&#8217; onto the internet hours before the theatrical release, earning him 5 months in jail and 5 months home confinement.</p>
<p>Sk0t has now been released from jail but this doesn&#8217;t mean that everything is back to normal. </p>
<p>Back on 17 July, sk0t had to see his Probation Officer for the first time and two days later he had to have a special ankle bracelet attached. This monitoring device is there to enforce the terms of his release: Monday to Friday 08:30 to 21:00 he is free to do as he pleases. Weekends are more restrictive &#8211; freedom is allocated between 08:30 to 17:00. The one good thing about this device is that it will be removed before Christmas (Dec 19th).</p>
<p>According to a <a href="http://sk0t.com/2007/08/opinions-needed.html">post</a> on his blog, following another meeting with his Probation Officer, it seems sk0t is having more trouble:</p>
<blockquote><p>So, I am getting shafted by the Justice Department again&#8230;&#8221;</p></blockquote>
<p>sk0t was informed by his Probation Officer that he has to have special software installed on his PC so that the government can monitor his online activities. However, what is a more bitter pill to swallow for him is that the monitoring software is Windows only and as sk0t is an <a href="http://sk0t.com/2007/07/i-did-nothing-today.html">Ubuntu</a> user, the Justice Department is forcing him to switch operating systems.</p>
<blockquote><p>I had a meeting with my probation officer today, and he told me that he has to install monitoring software onto my PC. No big deal to me, that is part of my sentence. However, their software doesnt support GNU/Linux (Which is what I use). So, he told me that if I want to use a computer, I would have to use an OS that the software can be installed on.</p></blockquote>
<p>Sk0t is left with a tough choice. Give in to the evils of the monitoring software, format his hard drive and install Windows &#8211; or be barred from using a PC completely. </p>
<p>Sk0t told TorrentFreak: &#8220;I think that this whole situation is just one more way that they can impose their will onto me. I have contacted my attorney, and we are going to fight this. It isn&#8217;t the fact that I have to be monitored that bothers me, it is the fact that I have restructure my life (different OS, different software on that OS) and that they would require (force) me to purchase software while I a currently unemployed and relatively unemployable with the 2 felonies that they gave me. It is just a ridiculous situation. Why should I conform to them when I am consenting to the software&#8230; they should have software that conforms to me.&#8221;</p>
<p>Unfortunately, thanks to the <a href="http://en.wikipedia.org/wiki/Family_Entertainment_and_Copyright_Act">Family Entertainment and Copyright Act</a>, some BitTorrent users are considered criminals these days, which means these unusual measures can be forced upon them. In a society where &#8216;the punishment should fit the crime&#8217;, you can&#8217;t help but think that somewhere along the line there&#8217;s been a big miscalculation when regular citizens are turned into criminals for sharing files.</p>
<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/bittorrent-admin-monitored-by-us-government-forced-to-dump-linux/feed/</wfw:commentRss>
		<slash:comments>379</slash:comments>
		</item>
		<item>
		<title>Popular Linux Distro Torrents</title>
		<link>http://torrentfreak.com/popular-linux-distro-torrents/</link>
		<comments>http://torrentfreak.com/popular-linux-distro-torrents/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 12:29:41 +0000</pubDate>
		<dc:creator><![CDATA[Ernesto]]></dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Torrent Sites]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Fedora-Core]]></category>
		<category><![CDATA[Gentoo-Linux]]></category>
		<category><![CDATA[KNOPPIX]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[SUSE-Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/popular-linux-distro-torrents/</guid>
		<description><![CDATA[Looking for the latest Linux distro&#8217;s? At linux.etorrents.info you can find most of the popular distro&#8217;s, including a short description of each one. Using BitTorrent to download the latest copy of your favorite distro is not only faster than a http or ftp mirror, it also saves the distributors some bandwidth. Currently listed are: Ubuntu, [&#8230;]<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Looking for the latest Linux distro&#8217;s? At linux.etorrents.info you can find most of the popular distro&#8217;s, including a short description of each one.</p>
<p><img src="http://TorrentFreak.com//images/linux.gif" align="right" alt="linux">Using BitTorrent to download the latest copy of your favorite distro is not only faster than a <em>http</em> or <em>ftp mirror</em>, it also saves the distributors some bandwidth.</p>
<p>Currently listed are: Ubuntu, Kubuntu, SUSE Linux, Fedora Core, Gentoo Linux, Slackware, and KNOPPIX.</p>
<p><a href="http://linux.etorrents.info/">linux.etorrents.info</a></p>
<p>Can&#8217;t find what you need? There&#8217;s always <a href="http://linuxtracker.org/">Linuxtracker</a>.</p>
<p>Source: <a href="http://torrentfreak.com">TorrentFreak</a>, for the latest info on <a href="http://torrentfreak.com/category/copyright-issues/">copyright</a>, <a href="http://torrentfreak.com/category/pirate-talk/">file-sharing</a> and <a href="http://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/">anonymous VPN services</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/popular-linux-distro-torrents/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
