之前在这篇blog中介绍过使用Azure Client az 来部署生成到网站.使用az很方便,但是也有些缺点,例如会把整个网站全部重新上传一遍,速度慢不说,还浪费多次blob的操作。
后来找到了另外一个工具rclone(下载、安装、文档,或使用各平台包管理器安装),它可以像rsync一样同步本地和远端文件,只更新变化过的文件。
使用起来也很简单, 首先新建一个远端配置rclone config,
Continue reading
_所有静态网站都可用采用此方法_
之前,个人博客一直都是用 Hexo 生成并部署为 GitHub Pages。最近知道,因为百度的爬虫太频繁而被 GitHub 屏蔽了,所以所有部署在 GitHub 上的网站都没有收录。不深究这个理由是否靠谱,得给博客换个地方了。
手头有 Azure 和 Vultr 的 VPS,但考虑到部署静态网站到 VPS 有点大材小用,而且需要部署 HTTPServer 防火墙
Continue reading
We are encrypting sensitive content with AES algorithm and storing them in DB. Now we plan to leverage HashiCorp to do this.
So far we have 2 kinds of data need to be encrypted: one is the Alicloud ke
Continue reading
Background & PurposeIn Alicloud API project, we have some sensitive data such as secret key, vm password and so on stored in database. To avoid store plain text, we need a solution to encrypt and
Continue reading
Fabio is a HTTP router app written by Go language. It is Zero-configuration and simple to deploy. As official document mentioned, “It delivers 23.000 req/sec every day since Sep 2015 without problems”
Continue reading
This project is hosted at https://github.com/claudemamo/kafka-web-console
It’s a very simple console that only suit for learning Kafka purpose.
Install Play Framework.
Download here http://www.playf
Continue reading