Tagged Questions
1
vote
2answers
97 views
Mr Transmission, please turn off the PC after all downloads are completed!
#!/bin/bash
echo "password" | sudo -S halt
I pointed this script to "Call script when torrent is completed" option under: Edit > Preferences > Downloading
Problem: this script shut-downs the ...
0
votes
0answers
55 views
Shutdown when download more than 2MB
Very strange problem with my Dell XPS M 1330. I am using Ubuntu 12.10, network hardware is:
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev ...
1
vote
1answer
748 views
Transmission shutdown script for multiple torrents?
I have written a shutdown script for transmission. Transmission calls the script after a torrent download finishes. The script runs perfectly on my machine (Ubuntu 11.04 & 12.04).
#!/bin/bash
...
