Tag Archive for 'Distributions'

2008.0_beta1 unleashed. No joke.

When we said “soon,” even we didn’t
realize how soon it would be. 2008.0_beta1 is here. Your support
and enthusiasm are greatly appreciated—thank you.

You can help make 2008.0 amazing! Test out this beta and report any functionality issues
you encounter. Since this is the first beta, we’re looking only for bugs
in functionality, not bugs in appearance such as desktop backgrounds or
other artwork. We expect to release a second beta once your
testing has helped us fix problems with this first beta.

A migration to RPM was carefully
considered
again
for this release, but in the end we decided to wait for the few
remaining RPM-using distributions to migrate to the superior packaging
format of ebuilds.

Get 2008.0_beta1 from the usual
places
.

Discuss
this!

Help the Community! Learn How to Create Torrents and Start Seeding

One of the best things about free software is that you can freely and, most important, legally, distribute it. One of the most preferred protocols to do it is BitTorrent, created back in 2003. Since then, this protocol gain a lot of popularity and now all major Linux distributions use it for sharing their ISO images. The advantages over HTTP or FTP is bandwidth saving, due to the fact that BitTorrent makes possible to download and upload from users in the same time. Linux benefits of several good clients, like Deluge (GTK) or KTorrent (KDE).

KTorrent, one of the best BitTorrent clients for Linux


In this tutorial I will explain how to create a torrent file using KTorrent and how to put it out there in the wild, for everyone to share.

To install KTorrent on a Debian-based distribution, type apt-get install ktorrent. Just prefix the command with sudo if you use any Ubuntu variant. Next, start KTorrent and go to File -> New. A new window titled Create Torrent will appear. Select the file or folder of which you want to create a torrent. For example, you can legally share sources of the latest versions of Linux applications, like Amarok, Gwenview or GIMP. You can leave the default 256 KB setting at Size of each chunk, and the tick on Start seeding the torrent. The other two options should be unticked by default, so leave them that way.

Next, you will need to add a tracker so you can start seeding the torrent. A list of good trackers which do not require registration on any torrent sites would be:

http://open.tracker.thepiratebay.org/announce
http://www.torrent-downloads.to:2710/announce
http://denis.stalker.h3q.com:6969/announce
udp://denis.stalker.h3q.com:6969/announce
http://www.sumotracker.com/announce
http://pirates.sumotracker.com/announce

I always use the first one. Enter a brief description and hit the Create button and save the torrent file with a suggestive name.

The Create Torrent window in KTorrent


I used KTorrent 2.2.6 for this example, but earlier versions should be similar too. Next, you will need to upload your torrent file to a site so anybody can access it. Mininova.org offers an upload option without the need of registration, so you can upload your torrent using the Mininova.org upload page. Just don’t forget to enter some useful information in the Optional description field, like the files it contains or what it is about, so you’ll make sure that anyone searching for something that is included in your torrent will run into it. All you have to do now is to hit Submit and keep seeding it KTorrent. You’ll soon see people starting to download it. To make sure the torrent will not run out of seeders, keep seeding it for about 1-2 weeks.

Updated: June 10, 2008 (Created: Jun 10, 2008)