summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-16 19:39:05 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-16 19:39:05 -0300
commit0286277ef7c802b4279afe34b83c33ad11f5dc80 (patch)
tree01926b734cf1bae6d2e7af5144cc1ae287309c52
parent89ac49add49ae4e741775d889cc271ca1672a815 (diff)
Added advanced torrenting instructions
-rw-r--r--content/advanced/torrenting.md61
-rw-r--r--static/pics/advanced-torrent-1.pngbin0 -> 20866 bytes
-rw-r--r--static/pics/advanced-torrent-2.pngbin0 -> 42368 bytes
-rw-r--r--static/pics/advanced-torrent-3.pngbin0 -> 30948 bytes
-rw-r--r--static/pics/advanced-torrent-4.pngbin0 -> 63191 bytes
-rw-r--r--static/pics/advanced-torrent-5.pngbin0 -> 22514 bytes
-rw-r--r--static/pics/advanced-torrent-6.pngbin0 -> 55834 bytes
-rw-r--r--static/pics/advanced-torrent-7.pngbin0 -> 11205 bytes
-rw-r--r--static/pics/advanced-torrent-8.pngbin0 -> 64930 bytes
9 files changed, 61 insertions, 0 deletions
diff --git a/content/advanced/torrenting.md b/content/advanced/torrenting.md
new file mode 100644
index 0000000..afb5ac9
--- /dev/null
+++ b/content/advanced/torrenting.md
@@ -0,0 +1,61 @@
+---
+title: "Torrenting"
+date: 2023-01-16T14:48:14-03:00
+draft: false
+weight: 100
+summary: Advanced torreting advices
+---
+
+# Dowloading torrents manually
+
+Now that you have a Bittorrent client always available, you can use it to download any torrents you find online.
+
+To add a new torrent, click on the "Add torrent file" option:
+
+[![advanced-torrent-1](/pics/advanced-torrent-1.png)](/pics/advanced-torrent-1.png)
+
+Now, select your .torrent file and click on "Upload Torrents".
+
+[![advanced-torrent-2](/pics/advanced-torrent-2.png)](/pics/advanced-torrent-2.png)
+
+Finally, you'll see your torrent downloading.
+
+[![advanced-torrent-3](/pics/advanced-torrent-3.png)](/pics/advanced-torrent-3.png)
+
+Once it finishes downloading, you can find your torrent file in your mediafolder, on the "downloads" folder.
+
+```bash
+/srv/media$ tree downloads/
+downloads/
+└── debian-11.6.0-amd64-DVD-1.iso
+
+0 directories, 1 file
+```
+
+# Double checking your torrent IP address
+
+If you want to be extra sure your IP is not leaking in qBittorrent, you can use this simple check.
+
+Go to https://www.whatismyip.net/tools/torrent-ip-checker/index.php and grab the testing magnet link.
+
+[![advanced-torrent-4](/pics/advanced-torrent-4.png)](/pics/advanced-torrent-4.png)
+
+In qBittorrent, click on "Add Torrent Link".
+
+[![advanced-torrent-5](/pics/advanced-torrent-5.png)](/pics/advanced-torrent-5.png)
+
+And paste the magnet link on the box. When you are done, click on "Download".
+
+[![advanced-torrent-6](/pics/advanced-torrent-6.png)](/pics/advanced-torrent-6.png)
+
+You'll see a new torrent called "Torrent Tracker IP Checker". This torrent is never going to start downloading, its just for https://whatsmyip.net to check the IP address.
+
+[![advanced-torrent-7](/pics/advanced-torrent-7.png)](/pics/advanced-torrent-7.png)
+
+Back at the torrent tracker page, you'll see the data for your torrent, and your qBittorrent IP!
+
+[![advanced-torrent-8](/pics/advanced-torrent-8.png)](/pics/advanced-torrent-8.png)
+
+The IP address **has to be different from your own IP address**, and **it has to match the output of** `yams check-vpn`.
+
+You are now extra sure your IP is not going to get leaked from torrenting!
diff --git a/static/pics/advanced-torrent-1.png b/static/pics/advanced-torrent-1.png
new file mode 100644
index 0000000..ab462fb
--- /dev/null
+++ b/static/pics/advanced-torrent-1.png
Binary files differ
diff --git a/static/pics/advanced-torrent-2.png b/static/pics/advanced-torrent-2.png
new file mode 100644
index 0000000..f61952d
--- /dev/null
+++ b/static/pics/advanced-torrent-2.png
Binary files differ
diff --git a/static/pics/advanced-torrent-3.png b/static/pics/advanced-torrent-3.png
new file mode 100644
index 0000000..113903e
--- /dev/null
+++ b/static/pics/advanced-torrent-3.png
Binary files differ
diff --git a/static/pics/advanced-torrent-4.png b/static/pics/advanced-torrent-4.png
new file mode 100644
index 0000000..873ae6f
--- /dev/null
+++ b/static/pics/advanced-torrent-4.png
Binary files differ
diff --git a/static/pics/advanced-torrent-5.png b/static/pics/advanced-torrent-5.png
new file mode 100644
index 0000000..ae09817
--- /dev/null
+++ b/static/pics/advanced-torrent-5.png
Binary files differ
diff --git a/static/pics/advanced-torrent-6.png b/static/pics/advanced-torrent-6.png
new file mode 100644
index 0000000..13b89f2
--- /dev/null
+++ b/static/pics/advanced-torrent-6.png
Binary files differ
diff --git a/static/pics/advanced-torrent-7.png b/static/pics/advanced-torrent-7.png
new file mode 100644
index 0000000..c13dfbf
--- /dev/null
+++ b/static/pics/advanced-torrent-7.png
Binary files differ
diff --git a/static/pics/advanced-torrent-8.png b/static/pics/advanced-torrent-8.png
new file mode 100644
index 0000000..79e7925
--- /dev/null
+++ b/static/pics/advanced-torrent-8.png
Binary files differ