| title | author | date | source | notoc |
|---|---|---|---|---|
LDAP Search Filter Cheatsheet |
Jon LaBelle |
January 4, 2021 |
true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Logstash Search", | |
| "services": { | |
| "query": { | |
| "idQueue": [ | |
| 1 | |
| ], | |
| "list": { | |
| "0": { | |
| "id": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Script to be placed in /etc/initramfs-tools/hooks/ipv6 | |
| PREREQ="" | |
| prereqs() | |
| { | |
| echo "$PREREQ" | |
| } |
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: