From 224433f4b7bffd545f5b74c6a041262487d0f335 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 22 Jan 2014 01:28:54 +0100 Subject: sites: add omo torrent setup --- sites/omo/torrent.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sites/omo/torrent.md (limited to 'sites') diff --git a/sites/omo/torrent.md b/sites/omo/torrent.md new file mode 100644 index 00000000..61feea94 --- /dev/null +++ b/sites/omo/torrent.md @@ -0,0 +1,25 @@ +# Running torrents through socks +## Prereqs: +- qBittorrent +- winswitch (xpra) or qbittorrent-nox + +## Install +### Winswitch +see http://winswitch.org/downloads/debian-repository.html + +## Autostart (xpra) + + # in startup script: + export DISPLAY=:11 + xpra start $DISPLAY + tmux start-server + tmux new-window -t tools:1 'ssh -q -D1234 ' + tmux new-window -t tools:2 'qbittorrent' + # attach to it: + xpra attach ssh:omo:11 + +## Autostart (nox) +see https://github.com/qbittorrent/qBittorrent/wiki/Running-qBittorrent-without-X-server + +## Lessons learned +- transmission sucks (no proxy support -- cgit v1.2.3