change networking
This commit is contained in:
parent
85a4798140
commit
3a5b01c27b
9
networking/graph-easy/troubleshooting.map
Normal file
9
networking/graph-easy/troubleshooting.map
Normal file
@ -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 │
|
||||||
|
└─────────────────────────┘ └────────────────────────────────────┘ └─────────────────────────────┘
|
@ -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.
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user