NFOmation.net - Your Ultimate NFO Upload Resource! Viewing NFO file: ruTorrent-Noir.nfo ruTorrent-Noir
sudo apt-get update sudo apt-get upgrade sudo apt-get install -y build-essential pkg-config libcurl4-openssl-dev libsigc++-2.0-dev libncurses5-dev >> curl lighttpd nano screen subversion libterm-readline-gnu-perl php5 php5-curl php5-common php5-cli php5-cgi >> libwww-perl libwww-curl-perl apache2-utils sudo useradd tron cd /tmp sudo wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz sudo tar zxfv libtorrent-0.12.6.tar.gz cd libtorrent-0.12.6 sudo ./configure sudo make sudo make install cd /tmp sudo svn checkout http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable xmlrpc-c cd xmlrpc-c/ sudo ./configure sudo make sudo make install cd /tmp sudo wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.6.tar.gz sudo tar zxfv rtorrent-0.8.6.tar.gz cd rtorrent-0.8.6 sudo ./configure --with-xmlrpc-c sudo make sudo make install sudo nano /etc/lighttpd/lighttpd.conf +-+- Go to the end of Server.Modules and paste +-+- scgi.server = ( "/RPC1" => # XXXXX ( "127.0.0.1" => ( "host" => "127.0.0.1", "port" => 5001, "check-local" => "disable" ) ) ) server.modules += ( "mod_auth" ) auth.backend = "htdigest" auth.backend.htdigest.userfile = "/etc/lighttpd/.auth" auth.debug = 2 auth.require = ( "/rutorrent/" => ( "method" => "digest", "realm" => "Authorized users only", "require" => "valid-user" ) ) +-+- Save using CTRL + X, followed by Y then enter. +-+- +-+- Paste the following into terminal. Then press enter +-+- if [ -e /etc/lighttpd/conf-available/10-fastcgi-php5.conf ]; then sudo /usr/sbin/lighty-enable-mod fastcgi-php5 else sudo /usr/sbin/lighty-enable-mod fastcgi fi sudo /etc/init.d/lighttpd force-reload cd /var/www/ sudo svn checkout http://rutorrent.googlecode.com/svn/trunk/rutorrent cd rutorrent cd /conf/users sudo mkdir tron cd tron sudo cp /var/www/rutorrent/conf/access.ini /var/www/rutorrent/conf/users/tron sudo cp /var/www/rutorrent/conf/config.php /var/www/rutorrent/conf/users/tron sudo cp /var/www/rutorrent/conf/plugins.ini /var/www/rutorrent/conf/users/tron sudo cp /var/www/rutorrent/conf/.htaccess /var/www/rutorrent/conf/users/tron sudo ldconfig sudo nano config.php +-+- Change value of $scgi_port = 5000; +-+- to $scgi_port = 5001; +-+- Change value of $XMLRPCMountPoint = "/RPC2"; +-+- to $XMLRPCMountPoint = "/RPC1"; +-+- save using CTRL + X, followed by Y then enter. +-+- cd /home/tron sudo mkdir Downloads sudo mkdir TFiles sudo mkdir .session +-+- I have made a .rtorrent.rc with proper config. +-+- sudo wget http://leetleech.org/Tr0N/.rtorrent.rc sudo htdigest -c /etc/lighttpd/.auth 'Authorized users only' tron sudo /etc/init.d/lighttpd force-reload +-+- Were adding some plugins You can add more if you want +-+- cd /var/www/rutorrent/plugins sudo wget http://rutorrent.googlecode.com/files/theme-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/_getdir-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/throttle-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/rpc-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/erasedata-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/diskspace-3.2.tar.gz sudo tar zxvf theme-3.2.tar.gz sudo tar zxvf _getdir-3.2.tar.gz sudo tar zxvf throttle-3.2.tar.gz sudo tar zxvf rpc-3.2.tar.gz sudo tar zxvf erasedata-3.2.tar.gz sudo tar zxvf diskspace-3.2.tar.gz sudo rm -rf *tar.gz +-+- I have made a init.d start|stop|restart for user tron +-+- cd /etc/init.d/ sudo wget http://leetleech.org/Tr0N/rtorrent-tron sudo chmod +x rtorrent-tron cd /home/tron +-+- Now we need cron AND crash detecter script +-+- sudo wget http://leetleech.org/Tr0N/rtorrent-checker sudo chmod +x rtorrent-checker sudo nano crontab -e +-+- PASTE the following +-+- */5 * * * * /home/tron/rtorrent-checker > /dev/null 2>&1 +-+- Save using CTRL + X, followed by Y then enter. +-+- sudo chown -R www-data:www-data /var/www/rutorrent sudo chown -R tron:tron /home/tron cd /home/tron sudo ./rtorrent-checker now go to http://IP/rutorrent/ and login. All should be setup. This NFO File was rendered by NFOmation.net
sudo apt-get update sudo apt-get upgrade sudo apt-get install -y build-essential pkg-config libcurl4-openssl-dev libsigc++-2.0-dev libncurses5-dev >> curl lighttpd nano screen subversion libterm-readline-gnu-perl php5 php5-curl php5-common php5-cli php5-cgi >> libwww-perl libwww-curl-perl apache2-utils sudo useradd tron cd /tmp sudo wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz sudo tar zxfv libtorrent-0.12.6.tar.gz cd libtorrent-0.12.6 sudo ./configure sudo make sudo make install cd /tmp sudo svn checkout http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable xmlrpc-c cd xmlrpc-c/ sudo ./configure sudo make sudo make install cd /tmp sudo wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.6.tar.gz sudo tar zxfv rtorrent-0.8.6.tar.gz cd rtorrent-0.8.6 sudo ./configure --with-xmlrpc-c sudo make sudo make install sudo nano /etc/lighttpd/lighttpd.conf +-+- Go to the end of Server.Modules and paste +-+- scgi.server = ( "/RPC1" => # XXXXX ( "127.0.0.1" => ( "host" => "127.0.0.1", "port" => 5001, "check-local" => "disable" ) ) ) server.modules += ( "mod_auth" ) auth.backend = "htdigest" auth.backend.htdigest.userfile = "/etc/lighttpd/.auth" auth.debug = 2 auth.require = ( "/rutorrent/" => ( "method" => "digest", "realm" => "Authorized users only", "require" => "valid-user" ) ) +-+- Save using CTRL + X, followed by Y then enter. +-+- +-+- Paste the following into terminal. Then press enter +-+- if [ -e /etc/lighttpd/conf-available/10-fastcgi-php5.conf ]; then sudo /usr/sbin/lighty-enable-mod fastcgi-php5 else sudo /usr/sbin/lighty-enable-mod fastcgi fi sudo /etc/init.d/lighttpd force-reload cd /var/www/ sudo svn checkout http://rutorrent.googlecode.com/svn/trunk/rutorrent cd rutorrent cd /conf/users sudo mkdir tron cd tron sudo cp /var/www/rutorrent/conf/access.ini /var/www/rutorrent/conf/users/tron sudo cp /var/www/rutorrent/conf/config.php /var/www/rutorrent/conf/users/tron sudo cp /var/www/rutorrent/conf/plugins.ini /var/www/rutorrent/conf/users/tron sudo cp /var/www/rutorrent/conf/.htaccess /var/www/rutorrent/conf/users/tron sudo ldconfig sudo nano config.php +-+- Change value of $scgi_port = 5000; +-+- to $scgi_port = 5001; +-+- Change value of $XMLRPCMountPoint = "/RPC2"; +-+- to $XMLRPCMountPoint = "/RPC1"; +-+- save using CTRL + X, followed by Y then enter. +-+- cd /home/tron sudo mkdir Downloads sudo mkdir TFiles sudo mkdir .session +-+- I have made a .rtorrent.rc with proper config. +-+- sudo wget http://leetleech.org/Tr0N/.rtorrent.rc sudo htdigest -c /etc/lighttpd/.auth 'Authorized users only' tron sudo /etc/init.d/lighttpd force-reload +-+- Were adding some plugins You can add more if you want +-+- cd /var/www/rutorrent/plugins sudo wget http://rutorrent.googlecode.com/files/theme-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/_getdir-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/throttle-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/rpc-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/erasedata-3.2.tar.gz sudo wget http://rutorrent.googlecode.com/files/diskspace-3.2.tar.gz sudo tar zxvf theme-3.2.tar.gz sudo tar zxvf _getdir-3.2.tar.gz sudo tar zxvf throttle-3.2.tar.gz sudo tar zxvf rpc-3.2.tar.gz sudo tar zxvf erasedata-3.2.tar.gz sudo tar zxvf diskspace-3.2.tar.gz sudo rm -rf *tar.gz +-+- I have made a init.d start|stop|restart for user tron +-+- cd /etc/init.d/ sudo wget http://leetleech.org/Tr0N/rtorrent-tron sudo chmod +x rtorrent-tron cd /home/tron +-+- Now we need cron AND crash detecter script +-+- sudo wget http://leetleech.org/Tr0N/rtorrent-checker sudo chmod +x rtorrent-checker sudo nano crontab -e +-+- PASTE the following +-+- */5 * * * * /home/tron/rtorrent-checker > /dev/null 2>&1 +-+- Save using CTRL + X, followed by Y then enter. +-+- sudo chown -R www-data:www-data /var/www/rutorrent sudo chown -R tron:tron /home/tron cd /home/tron sudo ./rtorrent-checker now go to http://IP/rutorrent/ and login. All should be setup. This NFO File was rendered by NFOmation.net