Difference between revisions of "TorrentFlux-b4rt"
m (→My Installation Notes) |
m (→Make a safe(r) installation: - Added links, bit of cleanup) |
||
Line 10: | Line 10: | ||
=== My Installation Notes === | === My Installation Notes === | ||
− | ====Make a safe(r) | + | ====Make a safe(r) installation==== |
− | * .ssh/authorized_keys : add public key | + | * .ssh/authorized_keys : add public key [http://the.earth.li/~sgtatham/putty/0.55/htmldoc/Chapter8.html] |
− | * Downloaded Darwin ISO | + | * Downloaded Darwin ISO darwinx86-801.iso.gz [http://developer.apple.com/Darwin/] |
Upload following files from ISO: | Upload following files from ISO: | ||
Line 21: | Line 21: | ||
bunzip2 | bunzip2 | ||
du | du | ||
+ | |||
+ | And | ||
+ | chmod 755 nohup which uptime wget bunzip2 du | ||
+ | chown root:wheel nohup which uptime wget bunzip2 du | ||
+ | |||
Upload following packages from ISO: | Upload following packages from ISO: | ||
bzip2-9.root.tar.bz2 | bzip2-9.root.tar.bz2 | ||
Line 31: | Line 36: | ||
Now: | Now: | ||
sudo mount -uw / | sudo mount -uw / | ||
− | And copy/untar the files into correct locations | + | And copy/untar the files into correct locations (/usr/bin and untar with -C / option) |
* vi /etc/sshd_config: | * vi /etc/sshd_config: | ||
Line 37: | Line 42: | ||
ChallengeResponseAuthentication: no | ChallengeResponseAuthentication: no | ||
− | * Make sure your public/private key login works and: reboot | + | * Make sure your public/private key login works (test it!) and: |
+ | reboot | ||
====Install XAMPP (and disable most of it afterwards)==== | ====Install XAMPP (and disable most of it afterwards)==== |
Revision as of 10:48, 27 March 2008
Contents
TorrentFlux-b4rt
Wanted to directly download movies/series onto my AppleTV. Installed TorrentFlux, currently only using the wget method (as I don;t have a Mac to compile the transmissioncli).
Can now download directly onto AppleTV using my preferred usenet supplier (easynews) web interface.
Below is the (first) dump of my notes during installation.
My Installation Notes
Make a safe(r) installation
Upload following files from ISO:
nohup which uptime wget (from http://wiki.awkwardtv.org/wiki/Apple_TV_Binaries ) bunzip2 du
And
chmod 755 nohup which uptime wget bunzip2 du chown root:wheel nohup which uptime wget bunzip2 du
Upload following packages from ISO:
bzip2-9.root.tar.bz2 curl-28.root.tar.bz2 gnuzip-19.root.tar.bz2 top-15.root.tar.bz2 vim-13.root.tar.bz2 zip-6.root.tar.bz2
Now:
sudo mount -uw /
And copy/untar the files into correct locations (/usr/bin and untar with -C / option)
- vi /etc/sshd_config:
PermitPasswordLogin: no ChallengeResponseAuthentication: no
- Make sure your public/private key login works (test it!) and:
reboot
Install XAMPP (and disable most of it afterwards)
- Downloaded XAMPP
- http://wiki.awkwardtv.org/wiki/XAMMP_-_Apache/MySQL/PHP5/Perl
mv /Applications /mnt/Scratch ln -s /mnt/Scratch/Applications /Applications
- mkdir ~/htdocs
StopFTP StopSSL
- edit httpd.conf, remove all AliasMappings and point DocumentRoot to your ~/htdocs
setHostName etc.
Set path and add xamppfiles/bin to it.
Install torrentflux-b4rt
Download latest version (beta2) and install torrentflux-b4rt
Set register_globals: off Must set php path yourself
In ClientHandler.wget.php - inject: Add $url = str_replace("http://downloads.members.easynews.com", "http://username:password@downloads.members.easynews.com", $url)
--Pier 16:58, 25 March 2008 (CET)