Posted by Security is just an illusion at Friday, January 25, 2013
Read our previous post
Deluge BitTorrent Client + Webinterface
Deluge is a free software cross-platform BitTorrent client written with Python and GTK+. The program uses the libtorrent-rasterbar C++ library as its backend for torrent networking functionality through the project's own Python bindings.
- Upload Script to your root Server
- chmod 0777 scriptname.sh
- ./scriptname.sh
- Connect to http://IP_ADDRESS_OF_SERVER:8112/
#!/bin/bash # by cr4shyyy Auto Deluge-BitTorrentServer apt-get update && apt-get -y install g++ make gettext screen subversion python-all-dev python-all python-twisted python-twisted-web python-pyopenssl python-simplejson python-setuptools python-xdg python-chardet python-mako libssl-dev zlib1g-dev libboost-dev libasio-dev libboost-python-dev libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev cd /tmp wget http://download.deluge-torrent.org/source/deluge-1.3.5.tar.gz tar xvzf deluge-*.tar.gz cd deluge-* python setup.py build python setup.py install ldconfig #start deluge deluged screen -fa -d -m -S deluge-web deluge-web echo "http://IP_ADDRESS_OF_SERVER:8112/"
No comments:
Post a Comment