Skip to content

Instantly share code, notes, and snippets.

@aiziyuer
aiziyuer / .gitignore
Created August 10, 2016 13:38 — forked from marcoslin/.gitignore
Encryption: From PyCrypto to CryptoJS
source.sh
@aiziyuer
aiziyuer / s3_set_object_public.sh
Created March 27, 2019 08:35 — forked from alexclifford/s3_set_object_public.sh
Make S3 object public and private via s3cmd command line
s3cmd setacl s3://bucket/path/to/file --acl-public
s3cmd info s3://bucket/path/to/file
s3cmd setacl s3://bucket/path/to/file --acl-private
{
"log": {
"loglevel": "info"
},
"dns": {
"remark": "此节点配置上游DNS",
"servers": [
"1.2.4.8",
"119.29.29.29"
]