domingo, abril 17, 2016

torrent for linux

http://deluge-torrent.org/
http://flexget.com/ (the basis for other torrent clients)


topic discussing about torrent on raspberry pi
https://www.raspberrypi.org/forums/viewtopic.php?t=6958



https://sourceforge.net/projects/btit-tracker/files/?source=navbar


w3btorrent download | SourceForge.net



Web based torrent client

Linux torrent

µTorrent centos

utorrent centos

How to install uTorrent on CentOS 6


uTorrent is famous bit torrent client and a few years ago the uTorrent client was only supported the Windows platform. So if you need to run the uTorrent on Linux you need to have wine windows emulator for run this client.
Now uTorrent has release the uTorrent Linux version that build the binary based on Ubuntu OS. The Linux version provides only WebUI interface for use. If you need to run on CentOS 6 you can following the installation steps below.
Step for install uTorrent on CentOS 6
  1. Install needed packages
    [tum@ezylinux ~]$ yum install -y wget glibc openssl libgcc unzip
  2. Create sym link for libssl because the CentOS 6 has newer version of uTorrent required
    For i686 or x86
    [tum@ezylinux ~]$ ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8
    [tum@ezylinux ~]$ ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.0.9.8
    For x86_64
    [tum@ezylinux ~]$ ln -s /usr/lib64/libssl.so.1.0.0 /usr/lib64/libssl.so.0.9.8
    [tum@ezylinux ~]$ ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.0.9.8
  3. Download uTorrent for Linux and Extract it.
    For i686 or x86
    [tum@ezylinux ~]$ wget -qO - http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.tar.gz |tar xvzf -
    For x86_64
    [tum@ezylinux ~]$ wget -qO - http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz |tar xvzf -
  4. Go to utorrent folder and extact webui.zip file by following:
    [tum@ezylinux ~]$ cd utorrent-server-v3_0
    [tum@ezylinux utorrent-server-v3_0]$ unzip webui.zip
  5. Start utserver
    [tum@ezylinux utorrent-server-v3_0]$ ./utserver &
  6. Open the browser and go to url below:
    http://:8080/gui/
    Login information
    ** user = admin and no password

Nenhum comentário: