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:
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, |
function Fake-Progress | |
{ | |
$PSDefaultParameterValues['Write-Progress:Activity']='Making stuff up' | |
Write-Progress -Status 'Starting out' -PercentComplete 5 | |
10..45|%{ | |
Write-Progress -Status 'Doing stuff' -PercentComplete $_ | |
Start-Sleep -Milliseconds 100 | |
} |
function Get-PatchTue { | |
<# | |
.SYNOPSIS | |
Get the Patch Tuesday of a month | |
.PARAMETER month | |
The month to check | |
.PARAMETER year | |
The year to check | |
.EXAMPLE | |
Get-PatchTue -month 6 -year 2015 |
. | |
.. | |
........ | |
@ | |
* | |
*.* | |
*.*.* | |
🎠|
#!/usr/bin/env powershell | |
$ErrorActionPreference = "Stop" # Fail fast! | |
# Import-Module BitsTransfer | |
# Start-BitsTransfer -Source https://download.sysinternals.com/files/SysinternalsSuite.zip | |
# Start-BitsTransfer -Source https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip | |
# powershell.exe -ExecutionPolicy ByPass -File .\download_sysinternals.ps1 |
#requires -version 4.0 | |
#search WMI for a class | |
Function Find-CimClass { | |
[CmdletBinding()] | |
[OutputType([Microsoft.Management.Infrastructure.CimClass])] | |
Param( | |
[Parameter(Position = 0, Mandatory, HelpMessage = "Enter the name of a CIM/WMI class. Wildcards are permitted.")] | |
[ValidateNotNullOrEmpty()] |
<!DOCTYPE html> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<style> | |
body { | |
background: repeat url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/7QCIUGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAAGscAVoAAxslRxwCAAACAAAcAnQAV8KpIENoYWV5b3VuZ1dpbGxOZXZlckNoYWVvbGQgLSBodHRwOi8vd3d3LnJlZGJ1YmJsZS5jb20vcGVvcGxlL0NoYWV5b3VuZ1dpbGxOZXZlckNoYWVvbAD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAA |
################################################################################################################# | |
# | |
# Password-Expiration-Notifications v20210428 | |
# Highly Modified fork. https://gist.github.com/meoso/3488ef8e9c77d2beccfd921f991faa64 | |
# | |
# Originally from v1.4 @ https://gallery.technet.microsoft.com/Password-Expiry-Email-177c3e27 | |
# Robert Pearman (WSSMB MVP) | |
# TitleRequired.com | |
# Script to Automated Email Reminders when Users Passwords due to Expire. | |
# |
// Moved to a new home at https://github.com/biinari/zonefile-extract/tree/master/123-reg |
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: