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
export VAULT=$1 | |
for arn in $(aws backup list-recovery-points-by-backup-vault --backup-vault-name=$VAULT --output=text --query 'RecoveryPoints[].RecoveryPointArn') | |
do | |
aws backup delete-recovery-point --backup-vault-name=$VAULT --recovery-point-arn $arn | |
done |
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
User-agent: * | |
Disallow: / |
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 python | |
# Copyright 2009 (C) Pierre Duquesne <[email protected]> | |
# Licensed under the BSD Revised License. | |
import imaplib | |
import smtplib | |
import sys | |
import optparse | |
import getpass |
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
103.246.148.0/23 | |
103.246.150.0/23 | |
103.4.8.0/21 | |
103.8.172.0/22 | |
107.20.0.0/14 | |
107.23.255.0/26 | |
122.248.192.0/18 | |
13.112.0.0/14 | |
13.112.191.184/29 | |
13.113.203.0/24 |
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
#! /bin/sh | |
# | |
# run as current user | |
# > mkdir ~/.phpenv/init | |
# > vim 5.3.19 | |
# | |
# before, you should edit php-fpm.conf | |
# and comment out [www] user and group. | |
PHP_BASE=$HOME/.phpenv/versions/`cat ~/.php-version` |
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
5.164.64.0/22 | |
5.164.64.0/21 | |
5.164.64.0/20 | |
5.164.64.0/19 | |
5.164.64.0/18 | |
5.164.68.0/22 | |
5.164.72.0/22 | |
5.164.72.0/21 | |
5.164.76.0/22 | |
5.164.80.0/22 |