Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

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
  1. sudo apt-get update && sudo apt-get upgrade
  2. sudo apt-get install flashplugin-nonfree swfdec-mozilla sun-java6-plugin sun-java6-jre mc unrar rar cfv filezilla
  3. sudo apt-get install proftpd
  4.  
  5.  
  6. sudo chmod 777 /home/ftp
  7.  
  8. ####################
  9.  
951239 - rssdler034.py config: config rtorrent rssdler034.py
  1. # lines (like this one) starting with # are comments and will be ignored by the config parser
  2. # the only required section (though the program won't do much without others)
  3. # sections are denoted by a line starting with [
  4. # then the name of the section, then ending with ]
  5. # so this is the global section
  6. [global]
  7. # download files to this directory. Defaults to the working directory.
  8. downloadDir = /Users/richard/Torrents
  9.  
951230 - rssdler034.py config: config rtorrent rssdler034.py
  1. # lines (like this one) starting with # are comments and will be ignored by the config parser
  2. # the only required section (though the program won't do much without others)
  3. # sections are denoted by a line starting with [
  4. # then the name of the section, then ending with ]
  5. # so this is the global section
  6. [global]
  7. # download files to this directory. Defaults to the working directory.
  8. downloadDir = /Users/richard/Torrents
  9.  
939363 - Anonymous: rtorrent rss
  1. #!/usr/bin/python
  2. import os
  3. import pickle
  4. import feedparser
  5. import xmlrpclib
  6.  
  7. ...
  8.  
  9.  
939357 - Anonymous: rtorrent rss
  1. #!/usr/bin/python
  2. import os
  3. import pickle
  4. import feedparser
  5. import xmlrpclib
  6.  
  7. ...
  8.  
  9.  
fantasy-obligation