How to install uTorrent in CentOS 6.0

December 25, 2012 6:04 pm Linux, Network

หลังจากที่นั่งหาไปหามา ก็ไปเจอวิธีลง uTorrent บน CentOS ขึ้นมา และนี่ไม่ใช่การลง uTorrent ธรรมดานะครับ เป็นการลง  webUI ลงไปด้วย เราไปดูกันดีกว่า

  1. update yum library
    yum update -y
  2. ติดตั้ง library ที่จำเป็น
    yum install -y wget glibc glibc.i686 openssl openssl.i686 libgcc libgcc.i686 unzip
  3. ทำการ map library path
    ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8
    ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.0.9.8
  4. Download utorrent
    wget "http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz"
  5. คลายไฟล์
    tar xf utorrent-server-3.0-25053.tar.gz
  6. ติดตั้ง web interface
    cd utorrent-server-v3
    unzip webui.zip
  7. จากนั้นเราสั่งให้ uTorrent ทำงานได้ทันที
    ./utserver &