Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
projects:ddtorrent

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

projects:ddtorrent [2020/11/22 15:25] – old revision restored (2020/08/31 19:27) 62.171.162.127projects:ddtorrent [2021/10/31 10:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code bash>
 +curl -L http://example.com/my-image.iso | tee my-image.iso | sudo dd of=/dev/sdX
 +</code>
 +  * btcat
 +  * torrentfs https://github.com/anacrolix/torrent
 +  * ctorrent (dtorrent enhanced version)
 +    * dd fifo
  
 +<code bash>magnet2torrent -m "magnet:?xt=urn:btih:2d3b3d65b369ba519292dd8ce420afe95120df1e&dn=archlinux-2018.01.01-x86_64.iso&tr=udp://tracker.archlinux.org:6969&tr=http://tracker.archlinux.org:6969/announce" -o /tmp/arch.torrent && sudo ctorrent /tmp/arch.torrent -s /dev/sdc</code>
 +
 +<code bash>aria2c "magnet:?xt=urn:btih:2d3b3d65b369ba519292dd8ce420afe95120df1e&dn=archlinux-2018.01.01-x86_64.iso&tr=udp://tracker.archlinux.org:6969&tr=http://tracker.archlinux.org:6969/announce" --select-file=1 --index-out=1=/dev/sdc</code>
 +
 +<code bash>aria2c "magnet:?xt=urn:btih:2d3b3d65b369ba519292dd8ce420afe95120df1e&dn=archlinux-2018.01.01-x86_64.iso&tr=udp://tracker.archlinux.org:6969&tr=http://tracker.archlinux.org:6969/announce" --select-file=1 --index-out=1=sdc --dir /dev --allow-overwrite=true --file-allocation=none</code>