From 3a5b01c27be155894f96702b9fb6b0d8c175671c Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sun, 5 Jan 2020 21:06:05 +0100 Subject: [PATCH] change networking --- .../{ => graph-easy}/troubleshooting-map | 0 networking/graph-easy/troubleshooting.map | 9 +++ networking/transmission | 68 ------------------- 3 files changed, 9 insertions(+), 68 deletions(-) rename networking/{ => graph-easy}/troubleshooting-map (100%) create mode 100644 networking/graph-easy/troubleshooting.map delete mode 100644 networking/transmission diff --git a/networking/troubleshooting-map b/networking/graph-easy/troubleshooting-map similarity index 100% rename from networking/troubleshooting-map rename to networking/graph-easy/troubleshooting-map diff --git a/networking/graph-easy/troubleshooting.map b/networking/graph-easy/troubleshooting.map new file mode 100644 index 0000000..533f0c6 --- /dev/null +++ b/networking/graph-easy/troubleshooting.map @@ -0,0 +1,9 @@ +┌────────────┐ ┌─────────────────────────┐ yes ┌────────────────────────────────────┐ yes ┌─────────────────────────────┐ yes ┌────────────┐ +│ no network │ ──> │ Is there an IP address? │ ─────> │ Can you ping the router? │ ─────> │ Can you ping a DNS address? │ ─────> │ Traceroute │ +└────────────┘ └─────────────────────────┘ └────────────────────────────────────┘ └─────────────────────────────┘ └────────────┘ + │ │ │ + │ no │ no │ no + ∨ ∨ ∨ + ┌─────────────────────────┐ ┌────────────────────────────────────┐ ┌─────────────────────────────┐ + │ Check NIC driver, dmesg │ │ Check cables, router, and switches │ │ Trying pinging 8.8.8.8 │ + └─────────────────────────┘ └────────────────────────────────────┘ └─────────────────────────────┘ diff --git a/networking/transmission b/networking/transmission deleted file mode 100644 index 5fd74a6..0000000 --- a/networking/transmission +++ /dev/null @@ -1,68 +0,0 @@ -# Basic instructions - -Search for a torrent on The Pirate Bay. - -> torrench -t 'my film' - -Follow instructions to yank the magnet link into the clipboard. Now you have a magnet link copied. - -> transmission-remote -a 'magnet:blahblahblah' - -Type that in, then add -a and paste in your magnet link (all in quotes). - -Now let's check that the torrent's been added successfully. - -> transmission-remote -l - - - -# Setting up - -> transmission-daemon --download-dir ~/Torrents - -This sets up where the torrents will land. - -# Stop transmission -> transmission-remote --exit - - -# Start torrents -> transmission-daemon - -# List current torrents -> transmission-remote -l - -# Add a torrent file to go to the Music folder -> transmission-remote -a file1.transmission file2.transmission -w Music - -> transmission-remote -a 'magnet link' - -# Select all active/ all torrents -> transmission-remote -t active -> transmission-remote -t all - -## Get information on selected torrents -> transmission-remote -i - -# Delete torrents after adding (or not) -> transmission-remote --trash-torrent -> transmission-remote --no-trash-torrent - -# Directory for Downloads - -> /var/lib/transmission-daemon/downloads - -# Torrench Searching - -> torrench -d kali - -Search on distrowatch for kali. - -> torrench -k "akira" - -Search on KickAss torrents for Akira. - -> torrench -t "Chronicle" - -Search on The Pirate Bay for Chronicle. -