Skip to content

Instantly share code, notes, and snippets.

@mvanbaak
mvanbaak / recyclarr-radarr-sqp-uhd.yml
Last active October 14, 2023 19:51
TRaSH UHD WEBDL REMUX HQ-Encodes SQP configuration for recyclarr
OBSOLETE - TRaSH now has an up-to-date maintained yml file for SQP-2.
@beeman
beeman / remove-all-from-docker.sh
Created November 15, 2016 03:04
Remove all from Docker
# Stop all containers
docker stop `docker ps -qa`
# Remove all containers
docker rm `docker ps -qa`
# Remove all images
docker rmi -f `docker images -qa `
# Remove all volumes