Instead of Google Calander...
Instead of Google Keep...
| { | |
| "array" = [ | |
| "value" | |
| "value" | |
| ] | |
| "array_empty" = [ | |
| ] | |
| "array_nested" = [ | |
| [ | |
| [ |
| #!/bin/dash | |
| seq 1000000 | | |
| sed 's|^|https://example.com/|' | | |
| xargs -P20 -n1000 \ | |
| curl -sSNL -X HEAD --retry 5 -w '%{http_code},%{url_effective}\n' | | |
| tee urls.txt |
Instead of Google Calander...
Instead of Google Keep...
| Cloudflare: | |
| 1.1.1.1 | |
| 1.0.0.1 | |
| 2606:4700:4700::1111 | |
| 2606:4700:4700::1001 | |
| Quad9: | |
| 9.9.9.9 | |
| 149.112.112.112 | |
| 2620:fe::fe | |
| 2620:fe::9 |