Home | Bug Tracker | Wiki | Mailing Lists | Forums | Download  
   Username:  Password:  Signup
دوشنبه، ۲۴ اسفند ۱۳۸۸     
   منوی اصلی
· خانه
   دریافت پارسیکس
· دریافت از SF.Net
· دریافت از Linux Freedom
· دریافت با Bittorrent
· پارسیکس شاپ
   پشتیبانی شما از ما
ما هزینه‌های سرویس‌دهنده پارسیکس و پهنای باند را می‌پردازیم، ساعتهای زیادی صرف آن می‌شود تا بتوانیم سیستم‌عاملی پایدار و قابل استفاده برای شما آماده کنیم تا از آن لذت ببرید و در هزینه‌هایتان صرفه جویی کنید. بنابراین حمایت از ما را فراموش نکنید. متشکریم.

کمک‌ها ۲۰۱۰: $0,00
   جستجو
   گزارش اشکالات

برای کمک به بهتر شدن پارسیکس گنو/لینوکس، اشکالات مشاهده شده در آنرا اینجا گزارش نمایید.
   کاربران حاضر
مدیر
هیچیک از مدیران حاضر نیست
اعضا:حاضر
اعضا:اعضا:0
مهمان‌ها:مهمان‌ها:20
مجموع:مجموع:20
کاربران حاضر
هیچ کاربر حاضری وجود ندارد
   تبلیغات



ارسال عنوان جدید   پاسخ دهی به عنوان
نمایش عنوان قبلی نسخه قابل چاپ ورود برای بررسی پیامهای خصوصی نمایش عنوان بعدی
نویسنده پیام
st0.0pidn0.0bieحاضر نیست
ارسال موضوع: [SOLVED] parsix via bit torrent?  ارسالارسال شده: چهارشنبه، ۰۱ آبان ۱۳۸۷



عضو شده: پنجشنبه، ۰۶ تیر ۱۳۸۷
ارسال: 58

وضعیت: حاضر نیست
link to torrent:

http://linuxtracker.org/index.php?page=torrent-details&id=4664f44f67f73130e84edf7f6f30bc243d6a13a6

that's the i386 version.

are there any plans to release parsix as torrents? it could take a load off your main server, if you are having trouble with hosting costs/bandwidth.

it would also be a way for people to donate that don't have any money to spare.

just a thought Idea


آخرین ویرایش توسط st0.0pidn0.0bie در چهارشنبه، ۰۸ آبان ۱۳۸۷; به تعداد 2 بار ویرایش شده است
 
 نمایش پروفایل کاربری ارسال پیام خصوصی  
پاسخ با متن بازگشت به بالا
ergheziحاضر نیست
ارسال موضوع: RE: parsix via bit torrent?  ارسالارسال شده: چهارشنبه، ۰۱ آبان ۱۳۸۷



عضو شده: دوشنبه، ۲۱ مرداد ۱۳۸۷
ارسال: 37

وضعیت: حاضر نیست
torrent is a good idea ! i cant download parsix until now! please help:(
 
 نمایش پروفایل کاربری ارسال پیام خصوصی نمایش سایت وب ارسال کننده  
پاسخ با متن بازگشت به بالا
cmostحاضر نیست
ارسال موضوع: RE: parsix via bit torrent?  ارسالارسال شده: چهارشنبه، ۰۱ آبان ۱۳۸۷
Forum Moderator
Forum Moderator


عضو شده: سه شنبه، ۳۰ بهمن ۱۳۸۶
ارسال: 205
موقعیت: Cincinnati, Ohio
وضعیت: حاضر نیست
It's certainly easy enough to build a torrent and host the ISO for a few days until enough peers form.

This great article by Mayank Sharma (linux.com) explains how:

The BitTorrent protocol has revolutionized peer-to-peer (P2P) file sharing. It works by enabling users to download fragments of a large file from other users simultaneously, rather than waiting for one file to complete, thus speeding the download process. As a result, many popular Linux distributions have started releasing their ISOs through torrents, many of which you can find at LinuxTracker. But if your favourite distro doesn't offer a release torrent, why not make your own?

Making a torrent isn't rocket science, but it requires a little more effort than moving the file into a sharable folder -- a method that most P2P software relies on. First, create a directory, then populate it with all the distribution ISOs. It's also a good idea to include a text file that has the MD5 checksums, to let those who download the software check the integrity of the ISO. Also include any other important readme or instruction files. You also need a tracker, which coordinates the activity of the transfer and keeps track of the packet flows. The tracker is also referred to as the announce URL. For example, LinuxTracker's announce URL is http://linuxtracker.org/announce.php.

Let's walk through creating a torrent of the GParted live CD. The directory looks like this:

-GParted_LiveCD_0.2.4-3
-gparted-livecd-0.2.4-3.iso
-md5sum
-readme.txt

Apart from the ISO file, you include a file that has the md5sum of the ISO, as well as a readme file that has some information about the distribution and links to its home page, FAQ, and forum boards.

You can create the actual torrent either through the command line with CreateTorrent, or through a graphical user interface (GUI) with MakeTorrent.

CreateTorrent

CreateTorrent is a small utility you can use to create torrents from the command line. Download the tarball, untar it, and then follow the ./configure, make, and sudo make install procedures to install the utility. The program depends on OpenSSL and some header files that are included in the libssl and libssl-dev packages. If you're using Ubuntu, just use apt-get to install openssl, libssl, and libssl-dev.

The utility lacks a manual page, but createtorrent -h lists its usage and options. You can specify the announce URL, the port through which BitTorrent data flows, the number of bytes each piece of the file is split into, the path to the file on the server, and any comments to the torrent.

Use this code to create a torrent for http://linuxtracker.org:

:-~/UPLOAD$ createtorrent -a http://linuxtracker.org/announce.php UPLOAD/GParted_LiveCD_0.2.4-3/ GParted_LiveCD_0.2.4-3.torrent
ignoring UPLOAD/GParted_LiveCD_0.2.4-3//.
ignoring UPLOAD/GParted_LiveCD_0.2.4-3//..
adding UPLOAD/GParted_LiveCD_0.2.4-3//gparted-livecd-0.2.4-3.iso
adding UPLOAD/GParted_LiveCD_0.2.4-3//md5sum
adding UPLOAD/GParted_LiveCD_0.2.4-3//readme.txt

This gives you a GParted_LiveCD_0.2.4-3.torrent file under the UPLOAD directory, from where you ran the createtorrent command.

BTMakeTorrentGUI

The BTMakeTorrentGUI utility has replaced the btcompletedir utility as of version 4.0 of the BitTorrent client from Bram Cohen, the creator of the BitTorrent protocol. The latest version for Linux is 4.4.0, and it's available as both an RPM and a Debian package. Make sure to remove your existing BitTorrent client before installing the new one by using either sudo dpkg -i BitTorrent-Stable.deb or su -; rpm -i BitTorrent-Stable.rpm.

Once installation is complete, running bittorrent from the command line should bring up the torrent GUI. Navigating to File -> Make New Torrent or pressing Ctrl-N should pop open the torrent file creator. Click on Choose and navigate to the file or directory that you want included in the torrent -- in this case, UPLOAD/GParted_LiveCD_0.2.4-3. Select a Piece Size, which defaults to 256KB, and specify the tracker -- in this case, http://linuxtracker.org/announce.php. Add a comment if you like. Clicking on Make assembles the torrent; once the process completes, you can start seeding directly by clicking on the Start Seeding button. Otherwise, click on OK to return to the torrent creator.

That's it. Now that you have the torrent file, you can share it with your peers. Upload it to the site whose tracker you specified; LinuxTracker allows only registered users to upload torrents. And don't forget to seed your own torrent!

_________________
AMD Athlon 64 X2 3800+
4096 MB DDR 400MHz RAM
nVidia GeForce 9400 GT w 512 MB DDR2
Parsix GNU/Linux (built from Debian Testing and a dash of Sid)
Kernel 2.6.29 amd64
Compiz-Fusion Git
 
 نمایش پروفایل کاربری ارسال پیام خصوصی  
پاسخ با متن بازگشت به بالا
st0.0pidn0.0bieحاضر نیست
ارسال موضوع:   ارسالارسال شده: پنجشنبه، ۰۲ آبان ۱۳۸۷



عضو شده: پنجشنبه، ۰۶ تیر ۱۳۸۷
ارسال: 58

وضعیت: حاضر نیست
thanks for the info, cmost. i wont be able to seed anything initially, as my upspeed is average only a mere 300kbps.
hopefully someone else could set this up who has high speed internet.

it seems the files hosted at sourceforge are unavailable since yesterday:
نقل:

Not Found

The requested URL /sourceforge/xfardic/parsix_1.5r2-i386.iso was not found on this server.
Apache/2.2.3 (CentOS) Server at master.dl.sourceforge.net Port 80


this is where a torrent would really come in handy.
 
 نمایش پروفایل کاربری ارسال پیام خصوصی  
پاسخ با متن بازگشت به بالا
maxpowerحاضر نیست
ارسال موضوع:   ارسالارسال شده: چهارشنبه، ۰۸ آبان ۱۳۸۷



عضو شده: سه شنبه، ۰۷ آبان ۱۳۸۷
ارسال: 5
موقعیت: Tampa, FL
وضعیت: حاضر نیست
I couldn't get Parsix from sourceforge last night, but did find the torrent to download. Thank you to whoever put the torrent together. I've got a pretty good connection so I will keep it seeding.
 
 نمایش پروفایل کاربری ارسال پیام خصوصی نمایش سایت وب ارسال کننده  
پاسخ با متن بازگشت به بالا
st0.0pidn0.0bieحاضر نیست
ارسال موضوع:   ارسالارسال شده: چهارشنبه، ۰۸ آبان ۱۳۸۷



عضو شده: پنجشنبه، ۰۶ تیر ۱۳۸۷
ارسال: 58

وضعیت: حاضر نیست
awesome, thanks. i'll seed for the duration.
link to torrent:

http://linuxtracker.org/index.php?page=torrent-details&id=4664f44f67f73130e84edf7f6f30bc243d6a13a6
 
 نمایش پروفایل کاربری ارسال پیام خصوصی  
پاسخ با متن بازگشت به بالا
cmostحاضر نیست
ارسال موضوع:   ارسالارسال شده: چهارشنبه، ۰۸ آبان ۱۳۸۷
Forum Moderator
Forum Moderator


عضو شده: سه شنبه، ۳۰ بهمن ۱۳۸۶
ارسال: 205
موقعیت: Cincinnati, Ohio
وضعیت: حاضر نیست
I can also seed! Thanks!

_________________
AMD Athlon 64 X2 3800+
4096 MB DDR 400MHz RAM
nVidia GeForce 9400 GT w 512 MB DDR2
Parsix GNU/Linux (built from Debian Testing and a dash of Sid)
Kernel 2.6.29 amd64
Compiz-Fusion Git
 
 نمایش پروفایل کاربری ارسال پیام خصوصی  
پاسخ با متن بازگشت به بالا
mandog
ارسال موضوع:   ارسالارسال شده: چهارشنبه، ۰۸ آبان ۱۳۸۷
Forum Moderator
Forum Moderator


عضو شده: جمعه، ۰۵ بهمن ۱۳۸۶
ارسال: 366
موقعیت: Thetford UK
Although I don't need it I can also seed to help others.

_________________
Parsix running AMD 6000 x2 64bt, Asus mother board 8gb ram, Nvidia graphic card 1gb unboard ram, Plextor PX760, EPSON R300, 2x 500gb sata+2x 500gb usb Hardrive, Netgear, 19" DELL monitor 1600X1200 X 75hz Resolution
 
 نمایش پروفایل کاربری ارسال پیام خصوصی ارسال نامه الکترونیکی AIM آدرس ICQ شماره 
پاسخ با متن بازگشت به بالا
Gingerحاضر نیست
ارسال موضوع:   ارسالارسال شده: یكشنبه، ۱۸ اسفند ۱۳۸۷



عضو شده: سه شنبه، ۲۸ آبان ۱۳۸۷
ارسال: 12
موقعیت: UK
وضعیت: حاضر نیست
64 bit edition, for which I couldn't find a torrent, can now be found here:

http://linuxtracker.org/index.php?page= ... 1d6686b2bc

Please help seed!
 
 نمایش پروفایل کاربری ارسال پیام خصوصی نمایش سایت وب ارسال کننده  
پاسخ با متن بازگشت به بالا
Gingerحاضر نیست
ارسال موضوع:   ارسالارسال شده: چهارشنبه، ۰۵ فروردین ۱۳۸۸



عضو شده: سه شنبه، ۲۸ آبان ۱۳۸۷
ارسال: 12
موقعیت: UK
وضعیت: حاضر نیست
Parsix 2.0r0 Torrents:

64-bit:

http://linuxtracker.org/download.php?id ... 64.torrent


32-bit:

http://linuxtracker.org/download.php?id ... 86.torrent
 
 نمایش پروفایل کاربری ارسال پیام خصوصی نمایش سایت وب ارسال کننده  
پاسخ با متن بازگشت به بالا
Gingerحاضر نیست
ارسال موضوع:   ارسالارسال شده: شنبه، ۱۹ دی ۱۳۸۸



عضو شده: سه شنبه، ۲۸ آبان ۱۳۸۷
ارسال: 12
موقعیت: UK
وضعیت: حاضر نیست
Added torrents for 3.0r1:

64 bit:

http://linuxtracker.org/download.php?id ... 64.torrent


32 bit:

http://linuxtracker.org/download.php?id ... 86.torrent


Please assist with seeding! Thanks Smile
 
 نمایش پروفایل کاربری ارسال پیام خصوصی نمایش سایت وب ارسال کننده  
پاسخ با متن بازگشت به بالا
Gingerحاضر نیست
ارسال موضوع:   ارسالارسال شده: دوشنبه، ۱۲ بهمن ۱۳۸۸



عضو شده: سه شنبه، ۲۸ آبان ۱۳۸۷
ارسال: 12
موقعیت: UK
وضعیت: حاضر نیست
Sorry I had issues with my (non Parsix) machine that was doing the seeding. Will try to rectify this situation and post new torrent links above.... Embarassed
 
 نمایش پروفایل کاربری ارسال پیام خصوصی نمایش سایت وب ارسال کننده  
پاسخ با متن بازگشت به بالا
نمایش ارسالها از قبلی:     
رفتن به:  
تمام زمانها مطابق GMT - 8 ساعت هستند
ارسال عنوان جدید   پاسخ دهی به عنوان
نمایش عنوان قبلی نسخه قابل چاپ ورود برای بررسی پیامهای خصوصی نمایش عنوان بعدی
Copyright© 2005-2010 Parsix Project
Contact: webmaster AT parsix DOT org