Ubnt-tmp-files Log http://www.tothenew.com/blog/tweaking-logstashs-s3-plugin-to-create-folders-in-yyyymmdd-format-on-aws-s3/
https://github.com/logstash-plugins/logstash-output-s3/pull/17
https://stackoverflow.com/questions/36594709/logstash-to-s3-prefix-doesnt-work-properly/36613787
https://github.com/logstash-plugins/logstash-output-s3/pull/102
https://github.com/logstash-plugins/logstash-output-s3/issues/168
https://gist.github.com/mapps-fujisawa/0b8d09452ae3c5b3868df7338ab5aa96
docker logs to s3 — 使用 minio 模拟 amazon s3 https://github.com/logstash-plugins/logstash-output-s3/issues/180
Vagrant 常用命令 https://juejin.im/entry/5c6a6da5f265da2de52d7d7c
1. vagrant box基本命令 列出本地环境中所有的box
1 vagrant box list 添加box到本地vagrant环境
1 vagrant box add box-name(box-url) 更新本地环境中指定的box
1 vagrant box update box-name 删除本地环境中指定的box
1 vagrant box remove box-name 重新打包本地环境中指定的box
1 vagrant box repackage box-name 2. vagrant基本命令 在空文件夹初始化虚拟机
1 vagrant init [box-name] 在初始化完的文件夹内启动虚拟机
1 vagrant up ssh登录启动的虚拟机
1 curl --socks5 127.0.0.1:1080 www.google.com docker 容器内使用宿主机的代理配置
https://kebingzao.com/2019/02/22/docker-container-proxy/
容器内使用(http)代理
容器安装privoxy
docker-shadowsocks-libev-obfs-privoxy
https://zrstea.com/245/