Snippet to see how many chunks of a bittorrent file are still to be downloaded (ie, what does '84% complete *really* mean):
transmission-remote -t 2 -i | egrep "^ (0|1)"| grep -o 0 | wc -l
where -t 2 is the number of the torrent.
Wednesday, 20 January 2010
Subscribe to:
Posts (Atom)
Ressurection of a WirelessThings OpenPi (from kickstarter)
Many years ago, I was handed one of the openpi kickstarter devices (see https://www.kickstarter.com/projects/wirelessthings/openpi-wireless-...
-
There seem to be several branded versions of this cheap 2 unit wide energy meter available online from the regular stores. I have a 'tom...
-
Since there's no european satellite stream of Nasa TV it means you have to watch a streamed version over here. Also I'd like to w...
-
During the trials of concerto at CERN, I wanted to make the text fields a bit more dynamic like say following a specific twitter feed. This...