1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-10 02:27:45 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
e783ab34c1 torrents: created and moved from transmission 2023-02-11 02:27:34 +01:00
7a861f5d1b calibre/e-books: added 2023-02-11 02:20:51 +01:00
7e15a3cea7 calibre/e-books: added 2023-02-11 02:18:29 +01:00
4 changed files with 58 additions and 12 deletions

22
wiki/bittorrent.md Normal file
View File

@ -0,0 +1,22 @@
# BitTorrent
[BitTorrent](https://www.bittorrent.org) is a communication protocol for
peer-to-peer file sharing.
In BitTorrent context Leeching describes the process of only downloading a
file, seeding describes the download followed by also uploading it.
## Clients
There are various clients to use for BitTorrent down- and uploading.
The list below shows clients with an existing entry in this wiki.
- [Transmission](/wiki/transmission.md)
## Legal Situation
This is not a legal advice.
Take your local laws into account when downloading torrents.
Some torrents can be copyright infringing and therefor illegal to download.
Only download legal and safe torrents like the
[Arch Linux ISO](/wiki/linux/arch-linux/arch-linux.md#iso-medium).
Seeding it can help the community.

11
wiki/calibre.md Normal file
View File

@ -0,0 +1,11 @@
# Calibre
[Calibre](https://calibre-ebook.com/) is a cross-platform, free and open-source
software suite for [e-book](/wiki/e-books.md) management.
It supports various formats aswell as conversion between them.
## Adding a Plugin
A plugin by a third party can be added by selecting a `.zip` archive - usually
named `<plugin name>_plugin.zip` - under Preferences, Plugins, Load plugin from
file.

23
wiki/e-books.md Normal file
View File

@ -0,0 +1,23 @@
# E-books
E-books are digital publications of books.
They can be read with specific hardware - an e-reader - or on a personal
computer.
E-books are usually available in `.epub` or `.pdf` files.
Amazon (`.azw`), Mobi (`.mobi`) and other brands selling e-readers have
proprietary formats.
## Management
The management of e-books can be achieved by using special software suites like
[calibre](/wiki/calibre.md).
## DRM
Proprietary formats may but don't have to feature DRM.
There are some software solutions for handling DRM like the no longer supported
[DeDRM by apprenticeharper](https://github.com/apprenticeharper/DeDRM_tools) or
its supported counterpart [DeDRM by noDRM](https://github.com/noDRM/DeDRM_tools).
Due to legal issues in many places it is recommended to not use these or
similar software.
If the software is to be used by you check your local laws first.

View File

@ -1,7 +1,7 @@
# Transmission
[Transmission](https://transmissionbt.com/) is a free and cross-platform
BitTorrent client.
[BitTorrent](/wiki/bittorrent.md) client.
## Setup
@ -9,19 +9,9 @@ The software can be setup via docker with the
[haugene image](./docker-images/haugene_-_transmission-openvpn.md) that
includes an openvpn tunnel.
## Leeching/Seeding
## Settings for Download and Upload
Leeching is the process of only downloading a file, Seeding describes the
download followed by alsow uploading it.
When the downloaded torrent should not be seeded the best way is enabling and
setting `Stop seeding at ratio:` to `0` under `Torrents` in the settings.
This will stop the process of seeding once a package is downloaded allowing
other torrents to start downloading.
## Legal Situation
This is not a legal advice.
Take your local laws into account when downloading torrents.
Some torrents can be copyright infringing and therefor illegal to download.
Use Transmission only to download legal and safe torrents like the [Arch Linux ISO](/wiki/linux/arch-linux/arch-linux.md#iso-medium).
Seeding it can help the community.