I hereby claim:
- I am r-pufky on github.
- I am rpufky (https://keybase.io/rpufky) on keybase.
- I have a public key whose fingerprint is 466E EC2B 6751 6C71 17C8 5CE3 A0BC 35D1 6698 BAB9
To claim this, I am signing this object:
| stat '%H %a %n' * |
| !$ - last word of the previous command that was entered (bash) | |
| !!:$ - equivalent to !$ | |
| $_ - last argument of the previously executed command | |
| Example: | |
| $ { echo foo; } | |
| foo | |
| $ echo "$_" | |
| foo |
| find / -nouser | |
| find / -nogroup |
| find . -type f -prune -exec sh -c 'mkdir -p "${0%.*}" && mv "$0" "${0%.*}"' {} \; |
| find . -type f -printf '%h\n' | sort | uniq -d |
| sed 's|\(.*\)/.*|\1|' |
| find . -type f -exec ffmpeg -i {} -y -vn -ab 320k -ac 2 -ar 48000 {}.mp3 \; |
| ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p' |
I hereby claim:
To claim this, I am signing this object:
| docker ps -q | xargs -n 1 docker inspect --format '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} {{ .Name }}' | sed 's/ \// /' |