Skip navigation.
Home
Now Shipping Version 7.0

Howto download Mepis Linux 2003.10.01 using Bit Torrent

Bit Torrent is a great tool for ad-hoc downloading of a file that is in demand. I have set up a torrent for the latest release of Mepis (2003.10.01) since the mirrors are still getting the new iso, and they are usually rather slow when everyone is trying to download after the initial release of a new version. If you have experience with Bit Torrent, the torrent links are here and the alternate link is here

Linux Users Howto

First you need the Bit Torrent client (included with Mepis). If you are running a Debian based distribution simply type

apt-get install bittorrent
. If you are running a distro that is not Debian based, obtain the right package for your distribution here. Once the package is installed, download the .torrent file (in this case metainfo.torrent) from one of the above links. If your browser does not suggest opening the file with btdownloadgui save it to your home directory. Click the "K" menu and click "Run command". In the box type
btdownloadgui /home/yourusername/metainfo.torrent
. If the browser does ask if you want to open it with btdownloadgui say yes. Once this is done, choose a place to save the file and you should begin downloading!

Windows Users Howto

Download the Bit Torrent client for Windows here. Double click the .exe file and install Bit Torrent. Once it is installed, go to one of the torrent links above in your browser. It should prompt you to open the file with Bit Torrent. Say open, choose a place to save, and you should be downloading.

For more information on Bit Torrent check here.

-Garrett

Also, install the recommended

Also, install the recommended file libwxgtk2.4-python.
There must not be a lot of people downloading, I'm showing 23 hours, 39 minutes. I'll have it by Sunday!
Augusta, GA
"People get ready, there's a train acoming"- Curtis Mayfield

BT rules!

Worked perfectly here, I had the ISO in about 3hrs!
My 1st ever torrent download, btw, using azureus.

Alt link 404's

Yes, I had to take the shoego

Yes, I had to take the shoegoo.homelinux.org torrent link down since I am also sending the iso, it was eating too much bandwidth and some people were having trouble connecting, sorry for the inconvinience.

-Garrett
------
www.whatsinyourbox.org

Torrent on PCLO

I submitted the torrent to PCLinuxOnline, and they published it here.
-----
www.whatsinyourbox.org

Tracker?

--Any chance of getting a tracker up, such as this one?
http://torrent.unix-ag.uni-kl.de:6969/

http://wolfrdr.tripod.com/linuxtips.html

I am working on setting up a

I am working on setting up a better tracker. I don't know PHP, so it wont be anything real customized. If anyone wants to code a special tracker, I'd be willing to host it here, I dont have space to keep the ISO's forever though.
------
www.whatsinyourbox.org

apt-get install bittorrent -Done

Now? Now I rebooted (Actully shut this off, went to bed, and clicked it back on this morning), clicked a .torrent file, saved it to a known folder, navigated to that folder, right click, open with, btdownloadgui and nothing found .. what gives? It's installaded, I did a whereis bittorrent and nothing came up, but I did a find in the find file and only one thing turned up :/usr/lib/python2.2/site-packages/BitTorrent

Any ideas on what I'm doing wrong? I'd like to snag a new copy O' Mepis, I scratched my cd and can't find the iso (Prolly lost on my server).

Thanks,
Justin

BT (bittorrent) script

Don't forget to chmod +x it, and chown 700 ; suggested location is /usr/local/bin

BEGIN btor
#!/bin/bash

#export ftp_proxy=http://10.0.0.1:3128/
#export http_proxy=http://10.0.0.1:3128/

# BitTorrent download
time btdownloadcurses --url $* \
--max_uploads 2 \
--rerequest_interval 240 \
--display_interval 3 \
--max_upload_rate 32
### END

--To use, copy the .torrent link and paste into command line: ' btor http://www.whatsinyourbox.org/metainfo.torrent '

--BTW, I know for a fact that the 2nd torrent link he specified is dead. Try the 1st link as described above. This script currently needs to be run on the dsl/broadband connected box, you will probably need to open up BT-related ports in your firewall ((
# Allow BitTorrent connections
# xxx 2003.1012 modified for only 3 ports (was 6881:6889)
iptables -A INPUT -p tcp -s 0/0 -i ppp0 --dport 6881:6883 -j ACCEPT
iptables -A INPUT -p tcp -s 0/0 -i ppp0 --dport 6969 -j ACCEPT
))

http://wolfrdr.tripod.com/linuxtips.html

Torrent is down

--Just noticed the torrent is down - is there a new one anywhere?

http://wolfrdr.tripod.com/linuxtips.html

about 2003.10.02?

is there some torrent for the 2003.10.02?

thank you Smiling

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.