I hereby claim:
- I am dominictayloruk on github.
- I am dominictayloruk (https://keybase.io/dominictayloruk) on keybase.
- I have a public key ASBzHYtrd-m2CUO0k46DwQkVqLEZQCDnlsToGmNPKWBS4Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| RewriteEngine On | |
| RewriteOptions Inherit | |
| # Uncomment the below line for verbose logging, including seeing which rule matched. | |
| #LogLevel alert rewrite:trace5 | |
| # BURN AV BURN | |
| # Class A Exclusions. Includes large ranges from Azure & AWS | |
| # Cloudfronted requests by default will have a UA of "Amazon Cloudfront". More info here: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html#header-caching-web-device |
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:3:bafyreia2fq5a2ao3hobtirtgbirkkfjefrrxnxyqvva7jrl6spso2f7jeq ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |
| #!/bin/bash -e | |
| # Creates a systemd-nspawn container with Alpine | |
| MIRROR=http://dl-cdn.alpinelinux.org/alpine | |
| VERSION=${VERSION:-v3.17} | |
| APKTOOLS_VERSION=2.12.10-r1 | |
| if [ $UID -ne 0 ]; then | |
| echo "run this script as root" >&2 |
| #!/bin/bash | |
| echo "[i] Here are your UDM sensor readings before (for before/after comparison):" | |
| sensors | |
| echo | |
| echo | |
| echo "[+] Installing fancontrol package using apt..." | |
| apt-get update -qq | |
| apt-get install -y fancontrol |