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