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:
| 1 Ann Вд Шмит | Anna _ Schmidt | |
| 2 Јоган Јога Штоп | Johann Johannes Stoppel | |
| 3 Дородеа Јоуст | Dorothea Jost | |
| 4 Эма Штопель | Emma Stoppel | |
| 5 Вдова Доро Милер | _ Dorothea Müller | |
| 6 Јогон Конд Бауман. | Johann Konrad Baumann | |
| 7 Карл Јогонов Гельм | Karl Johannes Helm | |
| 8 Салмон Карл Шмит | Salomon Karl Schmidt | |
| 9 Самуел Шефер | Samuel Schäfer | |
| 10 Аукуст Бауман | August Baumann |
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:
| # Next time you need to install something with python setup.py -- which should be never but things happen. | |
| python setup.py install --record files.txt | |
| # This will cause all the installed files to be printed to that directory. | |
| # Then when you want to uninstall it simply run; be careful with the 'sudo' | |
| cat files.txt | xargs sudo rm -rf | |