Linux 에 deluge 를 설치 하여 BT 오프라인 다운 로드 를 실현 합 니 다.

홈 페이지http://dev.deluge-torrent.org/ 항목 주소https://github.com/deluge-torrent/deluge
GTK UI for the desktop Web UI for the browser Console UI for the command line
세 가지 버 전이 있 습 니 다.웹 UI 만 설치 되 어 있 습 니 다.
소프트웨어 소스 에서 설치
  • Ubuntu
  • apt-get install python-software-properties software-properties-common
    add-apt-repository ppa:deluge-team/ppa
    apt-get update
    apt-get install deluge deluge-web deluge-webui
    
  • Debian
  • apt-get update
    apt-get install deluged deluge-web deluge-webui
    

    기타 시스템 은 홈 페이지 의 튜 토리 얼 을 참고 하 시기 바 랍 니 다.
  • http://dev.deluge-torrent.org/wiki/Download
  • http://dev.deluge-torrent.org/wiki/Installing

  • 원본 코드 컴 파일 설치
    데 비 안&우 분투 설치 의존
    apt-get install python python-twisted python-openssl python-setuptools intltool python-xdg python-chardet geoip-database python-libtorrent python-notify python-pygame python-glade2 librsvg2-common xdg-utils python-mako 
    

    컴 파일 설치 ftp 다운로드 GitHub 다운로드
    wget http://download.deluge-torrent.org/source/deluge-1.3.12.tar.gz
    tar zxf deluge*.tar.gz
    cd deluge*
    python setup.py build
    python setup.py install
    

    시동 을 걸다
    정상 가동
    deluge-web
    Go to http://localhost:8112/ default-password = "deluge"
    

    지정 포트 시작deluge-web -f -p 54321백그라운드 실행
    #   screen
    apt-get install screen
    #       deluge   screen,      ,        
    screen -S "deluge"
    #    screen     
    deluge-web
    #          ,        ,  ctrl+a+d ,   screen     ,      
    screen -r deluge
    #        ,           
    

    레 퍼 런 스
    공식 위 키 는 Ubuntu 14.04 에 deluge 를 설치 하여 VPS 에서 bt 오프라인 다운 로드 를 실현 합 니 다.

    좋은 웹페이지 즐겨찾기