Skip to content

Instantly share code, notes, and snippets.

View desc's full-sized avatar

Dennis Schreiber desc

  • Hamburg, Germany
View GitHub Profile
@desc
desc / torrents.md
Created August 18, 2023 13:59 — forked from shmup/torrents.md
transmission blocklist guide

Transmission Blocklist

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:

@desc
desc / debian-initramfs-ipv6-hook-script
Last active September 5, 2022 18:24 — forked from zajdee/debian-initramfs-ipv6-hook-script
Scripts to support IPv6 networking in Debian pre-boot (initramfs) environment
#!/bin/sh
# Script to be placed in /etc/initramfs-tools/hooks/ipv6
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
@desc
desc / ldap_search_filter_cheatsheet.md
Created January 21, 2021 22:37 — forked from jonlabelle/ldap_search_filter_cheatsheet.md
LDAP Search Filter Cheatsheet
@desc
desc / gist:ee9cd65a55cf31380ed1
Last active October 22, 2015 09:54
WHEEZY: Install build packages in vagrant VM
#!/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
@desc
desc / gist:5d108a500d44418a19b9
Last active October 22, 2015 09:55
JESSIE: Install build packages in vagrant VM
#!/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
@desc
desc / gist:7875391
Last active December 30, 2015 19:39
{
"title": "Logstash Search",
"services": {
"query": {
"idQueue": [
1
],
"list": {
"0": {
"id": 0,