The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.
It's as simple as downloading and installing the latest client:
The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.
It's as simple as downloading and installing the latest client:
| #!/bin/sh | |
| # Script to be placed in /etc/initramfs-tools/hooks/ipv6 | |
| PREREQ="" | |
| prereqs() | |
| { | |
| echo "$PREREQ" | |
| } |
| title | author | date | source | notoc |
|---|---|---|---|---|
LDAP Search Filter Cheatsheet |
Jon LaBelle |
January 4, 2021 |
true |
| #!/bin/sh | |
| export DEBIAN_FRONTEND=noninteractive | |
| echo "Set APT repository for Debian Wheezy" | |
| cat > /etc/apt/sources.list << 'EOF' | |
| deb http://httpredir.debian.org/debian wheezy main contrib non-free | |
| deb-src http://httpredir.debian.org/debian wheezy main contrib non-free | |
| deb http://security.debian.org/ wheezy/updates main contrib non-free |
| #!/bin/sh | |
| export DEBIAN_FRONTEND=noninteractive | |
| echo "Set APT repository for Debian Jessie" | |
| cat > /etc/apt/sources.list << 'EOF' | |
| deb http://httpredir.debian.org/debian jessie main contrib non-free | |
| deb-src http://httpredir.debian.org/debian jessie main contrib non-free | |
| deb http://security.debian.org/ jessie/updates main contrib non-free |
| { | |
| "title": "Logstash Search", | |
| "services": { | |
| "query": { | |
| "idQueue": [ | |
| 1 | |
| ], | |
| "list": { | |
| "0": { | |
| "id": 0, |