依赖
go list -m all
go list -m -versions github.com/minio/cli
go list -m all
go list -m -versions github.com/minio/cli
MySQL 5.1 shipping the older version of InnoDB, If you’re using MySQL 5.1, please ensure that you’re using the InnoDB plugin. It’s much better than the older version of InnoDB.
It now scales well to 24 CPU cores, and arguably up to 32 or even more cores depending on the scenario
http://www.dwmkerr.com/the-death-of-microservice-madness-in-2018/
FROM centos:7
RUN echo "ip_resolve=4" >> /etc/yum.conf
RUN yum update -y && yum install -y java-1.8.0-openjdk
# 设置时区(日志、调用链)
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo "Asia/Shanghai" > /etc/timezone
ENV workdir /app/
ADD VERSION .
WORKDIR ${workdir}
# JAVA_OPTS环境变量JVM 启动参数,在运行时 bash 替换
# 使用 exec 以使 Java 程序可以接收 SIGTERM 信号。
CMD ["sh", "-ec", "exec java ${JAVA_OPTS} -jar ${jar}"]
腾讯云 DDoS 基础防护本身免费,当用户购买了腾讯云 CVM、CLB 等服务时,会自动开启 DDoS 基础防护。
普通用户提供2Gbps的防护能力,最高可达10Gbps
高防包不需要更改客户业务 IP,高防IP需要客户将腾讯的高防 IP 作为业务 IP 发布;
高防包只能防护一台云主机或一台负载均衡( 1 个公网 IP),高防 IP 可防护多台云主机;
高防包只能防护腾讯云内设备,高防 IP 可防护非腾讯云设备
https://www.amazon.com/Gone-Wind-Margaret-Mitchell
https://www.manning.com/books/deep-learning-with-python
https://www.amazon.com/How-Friends-Influence-People-Chinese
sudo apt-get update && sudo apt-get upgrade -y linux-aws
VLAN(802.1Q)是一个局域网技术,能够将一个局域网的广播域隔离为多个广播域,常被用来实现一个站点内不同的部门间的隔离
NVo3(Network Virtualization over Layer 3),是IETF 2014年十月份提出的数据中心虚拟化技术框架。
NVo3基于IP/MPLS作为传输网,在其上通过隧道连接的方式,构建大规模的二层租户网络。NVo3的技术模型如下所示,
PE设备称为NVE(Network Virtualization Element),VN Context作为Tag标识租户网络,P设备即为普通的IP/MPLS路由器。
NVo3在设计之初,VxLAN与SDN的联合部署已经成为了数据中心的大趋势,因此NVo3的模型中专门画出了
NVA(Network Virtualization Authority)作为NVE设备的控制器负责隧道建立、地址学习等控制逻辑
Vmware和Cisco联合提出的一种二层技术,突破了VLAN ID只有4k的限制,允许通过现有的IP网络进行隧道的传输。
别看VxLAN名字听起来和VLAN挺像,但是两者技术上可没什么必然联系。VxLAN是一种MACinUDP的隧道.
NvGRE(Network virtualization GRE,RFC draft)是微软搞出来的数据中心虚拟化技术,是一种MACinGRE隧道。它对传统的GRE报头进行了改造,增加了24位的VSID字段标识租户,而FlowID可用来做ECMP。由于去掉了GRE报头中的Checksum字段,因此NvGRE不支持校验和检验。NvGRE封装以太网帧,外层的报头可以为IPv4也可以为IPv6
使用两种方式之一创建BUCKET
terraform
git clone https://github.com/wubigo/iaas
cd s3
terraform apply
awscli
aws s3 website s3://s.wubigo.com/ --index-document index.html --error-document 404.html
aws s3api put-bucket-policy --bucket s.wubigo.com --policy file://policy.json
aws s3api get-bucket-website --bucket s.wubigo.com
{
"IndexDocument": {
"Suffix": "index.html"
},
"ErrorDocument": {
"Key": "404.html"
}
}
查看S3 Website Endpoints: s.wubigo.com.s3-website-ap-northeast-1.amazonaws.com
CNAME Record s s.wubigo.com.s3-website-ap-northeast-1.amazonaws.com
aws s3 cp wubigo.github.io s3://s.wubigo.com/ --recursive
Since Stephen Spewak’s Enterprise Architecture Planning (EAP) in 1993, and perhaps before then, it has been normal to divide enterprises architecture into four architecture domains.
Layers of the enterprise architecture