Infomation pills
This is kinda unorganized and maybe difficult to search for a term... You can try to search instead here: Search
Check if an IP comes from Tor (is browsing with Tor)
Just execute the following command
curl -sSL https://check.torproject.org/torbulkexitlist | grep [IP]
Or check it in ExoneraTor
Installing Docker in Linux with a single command
Just execute the following command
curl -sSL https://get.docker.com | sh
How to get the a releases RSS feed from a GitHub project
Just append ".atom" to the releases page of a GitHub project.
https://github.com/hashicorp/terraform/releases
https://github.com/hashicorp/terraform/releases.atom
How to get supported platforms for docker image with docker
docker run --rm mplatform/mquery [IMAGE]:[TAG]
docker run --rm mplatform/mquery python:latest