Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am relue2718 on github.
  • I am shyoo1st (https://keybase.io/shyoo1st) on keybase.
  • I have a public key ASAtu5s2LsP5YIgW1bWhc3ee5CxsqazsWG7r-NKMWGNacwo

To claim this, I am signing this object:

#!/bin/bash
# to create an instance
docker run -it ubuntu:xenial /bin/bash
#!/bin/bash
openssl rand -hex 4
for i in `seq 8`; do openssl rand -hex 4; done
#!/bin/bash
for i in $(ls -d */); do echo ${i%%/}; done