- 博客(35)
- 收藏
- 关注
原创 一键掌控 AWS 预留实例,这个开源工具让你的云成本优化更轻松!
AWS 预留实例(Reserved Instance,简称 RI)是一种可以显著降低云计算成本的方案,但要精准把控多个服务的 RI 覆盖率和购买时机,往往需要投入大量人力进行分析和决策。它能自动监控 EC2、RDS、ElastiCache 和 OpenSearch 等多个服务的实例使用情况,通过智能算法提供最优的预留实例购买建议,并通过 SNS 及时通知你。2. **智能推荐**:基于实际使用模式,提供最经济的购买方案。5. **无服务器架构**:部署简单,运维成本低。- 不确定是否需要购买新的预留实力。
2025-02-21 15:51:20
314
转载 Using Tags to Organize AWS Resources
Tagging is an important capability that helps AWS customers streamline the process of managing their environments.In this first in a two-part series, I provide an overview of tagging, describe how o
2016-03-19 11:33:53
639
转载 Haproxy 开启gzip 压缩及Mime Type List
原文:http://blog.haproxy.com/2012/10/26/haproxy-and-gzip-compression/HAPROXY AND GZIP COMPRESSIONcurl -o/dev/null -D - "http://127.0.0.1:8090/style.css" -H "Accept-Encoding: gzip"Global:
2015-10-28 08:52:04
10888
转载 重置mysql Root用户密码及修改默认字符集一般就算设置了表的默认字符集为utf8并且通过UTF-8编码发送查询,你会发现存入数据库的仍然是乱码。问题就出在这个connection连接层上。 解决
Stop the MySQL Server.sudo /etc/init.d/mysql stopStart the mysqld configuration.sudo mysqld --skip-grant-tables &Login to MySQL as root.mysql -u root mysqlReplace YOURNEWPASSWORD wit
2015-10-28 08:34:41
9337
原创 Install ffmpeg on Amazon Linux
Install ffmpeg on Linux( Amazon Linux, Centos, Ubuntu, Redhat).
2015-09-07 17:49:17
11403
原创 Install Pdf2htmlEX on Amazon Linux and Ubuntu
在Amazon Linux和Ubuntu上安装Pdf2htmlEX
2015-09-07 17:33:14
5407
1
转载 Microservices - Not A Free Lunch!
Microservices - Not A Free Lunch!TUESDAY, APRIL 8, 2014 AT 8:54AMThis is a guest post by Benjamin Wootton, CTO of Contino, a London based consultancy specialising in applying DevOps and
2015-07-30 09:11:40
1321
转载 Cookie Cutter Scaling
It is true that the industry generally no longer does vertical scaling – buying bigger and bigger boxes to host single deployments of nodes in a stack. For many years, horizontal scaling has been the
2015-07-30 09:08:34
713
转载 MicroservicePrerequisites
MicroservicePrerequisitesMartin Fowler28 August 2014As I talk to people about using a microservices architectural styleI hear a lot of optimism. Developers enjoy working with
2015-07-30 09:06:26
520
转载 Microservices - James Lewis, Martin Fowler
MicroservicesThe term "Microservice Architecture" has sprung up over the last few years to describe a particular way of designing software applications as suites of independently deployable se
2015-07-30 09:05:07
2420
转载 Microservices and the First Law of Distributed Objects
Microservices and the First Law of Distributed ObjectsMartin Fowler13 August 2014When I wrote Patterns of Enterprise Application Architecture, I coined what I called the
2015-07-30 09:05:04
534
转载 Martin Fowler谈微服务的优缺点
君子性非异也,善假于物也。大师搞软件开始考虑成本问题了,这是很多技术人不屑于谈的问题啊!【大牛观点】Martin Fowler谈微服务的优缺点【编者的话】本文作者Martin Fowler是软件开发和设计领域的专家。微服务已经成为当下架构设计的热门话题,本文分析了微服务的优缺点,特别指出了当对微服务做出取舍时需要考量的各种因素,写的很细致,发人思考。
2015-07-30 08:59:55
6691
转载 为什么Docker没有在生产环境取得广泛成功
以下为转载内容,任何技术都有其发展曲线。Why Docker is Not Yet Succeeding Widely in ProductionJul 2015Docker’s momentum has been increasing by the week, and from that it’s clearly touching on real proble
2015-07-30 08:29:59
2280
原创 AWS EC2 调整云主机根卷大小
对于Redhat/Amazon Linux操作系统,请参考: 调整amazon EC2云主机的EBS启动磁盘大小(http://blog.sina.com.cn/s/blog_704836f40101anhf.html) 对于centos 操作系统,需要做些额外的操作步骤,才能是根卷的大小调整生效,操作如下:[root@ip-10-0-8-58 ~]# df -h Filesystem
2015-07-29 12:15:54
43050
转载 Session和Cookie的区别
Session和Cookie的区别常用的会话跟踪技术是Cookie和Session。Cookie通过在客户端记录信息确定用户身份,Session通过在服务器端记录信息确定用户身份。Viewstate,Session,Cookie的区别: Viewstate Viewstate的值保存在浏览器的html代码中 , 当浏览器关闭 , 则值消失 , 即Viewstate是在本页面之
2015-07-29 09:25:04
502
转载 AWS精华笔记
(AWS更新较快,最近想要再重新跟一跟,看到这个资料不错,先收下了。)常用的AWS服務(本文取自「優福網-AWS教學手冊」)AWS雲服務.AWS網址 http://aws.amazon.com/AWS是Amazon Web Services的簡稱,可以說是現今全球公有雲服務的龍頭廠商。其基礎規模十分巨大、全球Region最多、
2015-07-29 09:19:56
6155
转载 rsync 精确同步文件用法
-- include-from 指定目录下的部分目录的方法:include.txt:aabbssCommand:rsync -aSz --include-from=/home/include.txt --exclude=/* /home/mnt/data/upload/f/ user@server1:/mnt/data/upload/f/ --exclud
2015-07-28 18:02:33
38399
2
原创 SSH使用RSA公钥配置免密码登录
1. 在本地生成密钥对用ssh-keygen用于生成密钥对,不加任何参数调用即可:$ ssh-keygenGenerating public/private rsa key pair.Enter file in which to save the key (/Users/user/.ssh/id_rsa): ls ~/.ssh/id_rsa检查下以前是否生成过,避免覆盖
2015-07-22 12:03:55
11452
转载 理解OAuth 2.0
作者: 阮一峰日期: 2014年5月12日OAuth是一个关于授权(authorization)的开放网络标准,在全世界得到广泛应用,目前的版本是2.0版。本文对OAuth 2.0的设计思路和运行流程,做一个简明通俗的解释,主要参考材料为RFC 6749。一、应用场景为了理解OAuth的适用场合,让我举一个假设的例子。有一个"云冲
2015-06-18 14:06:28
465
转载 RESTful API 设计指南
作者: 阮一峰日期: 2014年5月22日网络应用程序,分为前端和后端两个部分。当前的发展趋势,就是前端设备层出不穷(手机、平板、桌面电脑、其他专用设备......)。因此,必须有一种统一的机制,方便不同的前端设备与后端进行通信。这导致API构架的流行,甚至出现"API First"的设计思想。RESTful API是目前比较成熟的一套互联网应用程序的API设计
2015-06-18 11:55:36
482
原创 CloudFoundry Admin-UI 使用
安装完cloud foundry后,试用一下开源的界面应用admin-ui (https://github.com/cloudfoundry-incubator/admin-ui)。示例界面如下,能够实现基本的集群监控功能,初期可以用下。其架构图:下面介绍一下安装方法。Env: ruby1.9.3(p448)1. 下载源码;git clone
2015-05-19 14:54:50
2312
1
原创 CloudFoundry AWS China Region安装
最近,PaaS关键搜索热度不断升高,Pivotal Cloud Foundry在中国也加大了投入,并且取得了一定的成绩。AWS China Region用户数也在不断增加。于是,在AWS中国区域部署了cloud foundry,感觉Aws 中国区与其全球服务差异不小,经历了一些小坑,记录一下希望对大家有些帮助。1. AWS中国区处于中国的网络环境下;这个还是影响不小的,我们都知道c
2015-05-15 15:20:26
9945
转载 SecureCrt 乱码的解决方法
【原文地址】 SecureCrt 乱码的解决方法在windows下面远程连接linux主机,以前常用的是xshell,好长时间没用xshell,感觉xshell不像以前好用,记得以前不要注册码的,现在还要注册码了。所以换了secure crt了,感觉还不错,不过中文的时候有乱码,除了这个外,其他的感觉还可以。下面说一下怎么解决secure crt的中文乱码1,查看修改远
2015-05-04 08:19:22
1172
原创 AWS China Region试用的问题列表
在AWS上的使用经验已经有四年了,现在开始亚马逊中国的服务,发现有很多不同。在此记录一下遇到的各种问题和解决方案,与大家共同讨论。问题1. sudo: unable to resolve host 登录主机使用sudo命令,遇到如下提示:ubuntu@ip-192-168-0-42:~/micro-deploy$ sudo susudo: unable to resolv
2015-04-30 14:30:22
27124
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人