Poll: What packages should be included? This poll is closed. |
|||
Tranmission (Compiled with --enabled-lightweight) | 17 | 26.56% | |
SickBeard | 14 | 21.88% | |
Leechr | 0 | 0% | |
SABnzbd | 7 | 10.94% | |
NZBGet | 6 | 9.38% | |
Headphones | 9 | 14.06% | |
Couchpotato | 11 | 17.19% | |
Total | 64 votes | 100% |
* You voted for this item. | [Show Results] |
[Part 1] Download torrent & newsserver package
|
15th Feb, 2013, 12:12 AM
Post: #287
|
|||
|
|||
RE: Download torrent & newsserver package
Terminal xbian@xbian:~# mkdir /media/usb/downloads xbian@xbian:~# mkdir /media/usb/incomplete xbian@xbian:~# cp -R /home/xbian/downloads/* /media/usb/downloads/ cp: cannot stat `/home/xbian/downloads/*': No such file or directory xbian@xbian:~# sudo su +root@xbian:/home/xbian# mkdir /media/usb/downloads mkdir: cannot create directory `/media/usb/downloads': File exists root@xbian:/home/xbian# mkdir /media/usb/incomplete mkdir: cannot create directory `/media/usb/incomplete': File exists root@xbian:/home/xbian# cp -R /home/xbian/downloads/* /media/usb/downloads/ cp: cannot stat `/home/xbian/downloads/*': No such file or directory root@xbian:/home/xbian# cp -R /home/xbian/incomplete/* /media/usb/incomplete/ cp: cannot stat `/home/xbian/incomplete/*': No such file or directory root@xbian:/home/xbian# rm -r /home/xbian/downloads root@xbian:/home/xbian# rm -r /home/xbian/incomplete root@xbian:/home/xbian# ln -s /media/usb/downloads /home/xbian/downloads root@xbian:/home/xbian# ln -s /media/usb/incomplete /home/xbian/incomplete root@xbian:/home/xbian# It´s ok? |
|||
« Next Oldest | Next Newest »
|