- Pages : https://www.icloud.com/pages/0Wmx27o_w30H8TXjiRnCtWK2Q
- Youtube
- Google Photo : https://photos.app.goo.gl/nSrfxrcneKsChHkA7
- Photo Stream
- Pages : https://www.icloud.com/pages/0llcl24jVa4x6IarZG1QI5uaQ
- Google Photo
- Photo Stream
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env php | |
<?php | |
$url = $argv[1]; | |
$bytes = $argv[2]; | |
$ch = curl_init($url); | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); | |
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); | |
curl_setopt($ch, CURLOPT_HTTPHEADER, [ | |
'Junk: ' . bin2hex(openssl_random_pseudo_bytes($bytes / 2)), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# preperation install | |
sudo softwareupdate --install-rosetta | |
# how to install | |
# > brew bundle | |
# tap brew | |
tap "homebrew/bundle" | |
tap "homebrew/services" | |
tap "hashicorp/tap" |