forked from andonome/lk
initial commit
This commit is contained in:
68
networking/transmission
Normal file
68
networking/transmission
Normal file
@@ -0,0 +1,68 @@
|
||||
# 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.
|
||||
|
Reference in New Issue
Block a user