Advertising
advertising
related pastes to tag 'rtorrent'
- 1650883 - rtorrent daemon script linux rtorrent daemon
- preview unavailable
- 1536739 - ubuntu dedicated setup/how to: ubuntu torrent transmission rtorrent
-
- sudo apt-get update && sudo apt-get upgrade
- sudo apt-get install flashplugin-nonfree swfdec-mozilla sun-java6-plugin sun-java6-jre mc unrar rar cfv filezilla
- sudo apt-get install proftpd
- sudo chmod 777 /home/ftp
- ####################
- 951239 - rssdler034.py config: config rtorrent rssdler034.py
-
- # lines (like this one) starting with # are comments and will be ignored by the config parser
- # the only required section (though the program won't do much without others)
- # sections are denoted by a line starting with [
- # then the name of the section, then ending with ]
- # so this is the global section
- [global]
- # download files to this directory. Defaults to the working directory.
- downloadDir = /Users/richard/Torrents
- 951230 - rssdler034.py config: config rtorrent rssdler034.py
-
- # lines (like this one) starting with # are comments and will be ignored by the config parser
- # the only required section (though the program won't do much without others)
- # sections are denoted by a line starting with [
- # then the name of the section, then ending with ]
- # so this is the global section
- [global]
- # download files to this directory. Defaults to the working directory.
- downloadDir = /Users/richard/Torrents
- 939363 - Anonymous: rtorrent rss
-
- #!/usr/bin/python
- import os
- import pickle
- import feedparser
- import xmlrpclib
- ...
- 939357 - Anonymous: rtorrent rss
-
- #!/usr/bin/python
- import os
- import pickle
- import feedparser
- import xmlrpclib
- ...