Resources:
Instructions for coreutils v8.25:
note: https://ftp.gnu.org/gnu/coreutils/coreutils-8.29.tar.xz works with the same patch too!
wget https://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz
Resources:
Instructions for coreutils v8.25:
note: https://ftp.gnu.org/gnu/coreutils/coreutils-8.29.tar.xz works with the same patch too!
wget https://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz
| #!/bin/bash | |
| # CHANGE THESE | |
| auth_email="user@example.com" | |
| auth_key="c2547eb745079dac9320b638f5e225cf483cc5cfdda41" # found in cloudflare account settings | |
| zone_name="example.com" | |
| record_name="www.example.com" | |
| # MAYBE CHANGE THESE | |
| ip=$(curl -s http://ipv4.icanhazip.com) |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |