DOCKER - Cheatsheet
deletes old containers and images docker ps -a | grep "Exit-Created" | cut -d ' ' -f 1 | xargs sudo docker rm; docker images | grep "<none>" | awk '{...
deletes old containers and images docker ps -a | grep "Exit-Created" | cut -d ' ' -f 1 | xargs sudo docker rm; docker images | grep "<none>" | awk '{...
https://thehackernews.com/2018/04/hacking-airgap-computers.html
salt '*' shadow.gen_password 'I_am_password' salt '*' shadow.gen_password 'I_am_password' crypt_salt='I_am_salt' algorithm=sha256 https://docs.saltsta...
commandline magic http://steve-parker.org/sh/quickref.shtml
Links https://unix.stackexchange.com/questions/198590/what-is-a-bind-mount