I hereby claim:
- I am giuem on github.
- I am giuem (https://keybase.io/giuem) on keybase.
- I have a public key ASCjYmjKtbvOlQC3acakwx5frv6wzfymQGHBcS0hLDWCeQo
To claim this, I am signing this object:
| ๐ฎ Apex Legends ๐ 175 hrs 53 mins | |
| ๐ซ Counter-Strike: Global Offensive ๐ 1539 hrs 42 mins | |
| ๐ฎ Ori and the Will of the Wisps ๐ 1 hrs 54 mins |
| . |
| <img async decoding="async" loading="lazy" importance="low" /> |
| Markdown 58 mins โโโโโโโโโโโโโโโโโโโโโ 98.6% | |
| JSON 0 secs โโโโโโโโโโโโโโโโโโโโโ 1.2% | |
| Other 0 secs โโโโโโโโโโโโโโโโโโโโโ 0.2% |
| window.matchMedia('(prefers-color-scheme: dark)') | |
| window.matchMedia('(prefers-color-scheme: light)') |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # compiled from https://docs.docker.com/engine/installation/linux/debian/#/debian-jessie-80-64-bit | |
| sudo apt-get update | |
| sudo apt-get dist-upgrade -y | |
| sudo apt-get install apt-transport-https ca-certificates -y | |
| sudo sh -c "echo deb https://apt.dockerproject.org/repo debian-jessie main > /etc/apt/sources.list.d/docker.list" | |
| sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D |