heidsoft
heidsoft
https://linuxthegreat.wordpress.com/2017/03/05/setup-dns-server-on-centos-7-master-slave-mode/comment-page-1/ https://archyslife.blogspot.com/2018/07/bind-master-slave-setup-on-centos-75.html http://www.geekpills.com/operating-system/linux/configure-master-slave-bind-dns-in-linux https://www.itzgeek.com/how-tos/linux/centos-how-tos/configure-slave-dns-bind-on-centos-7-rhel-7.html https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/
http://einverne.github.io/post/2017/11/iperf.html
https://blog.opskumu.com/docker-cpu-limit.html
# grpc 测试
https://tech.asimio.net/2017/10/17/Disabling-Redis-Autoconfiguration-in-Spring-Boot-applications.html spring: autoconfigure: exclude: - org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration + - org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration @SpringBootApplication( exclude = { RedisAutoConfiguration.class } - exclude = { RedisAutoConfiguration.class } + exclude = { RedisAutoConfiguration.class, RedisRepositoriesAutoConfiguration.class } ) #...
kong 网关
http://dockone.io/article/5461 https://www.lijiaocn.com/%E9%A1%B9%E7%9B%AE/2018/09/30/integrate-kubernetes-with-kong.html
# postgres 角色密码修改 ``` ➜ ~ psql postgres psql (9.6.10) Type "help" for help. postgres=# \du postgres=# \du postgres=# \password postgres Enter new password: Enter it again: ERROR: role "postgres"...
# npm 允许root 执行 unsafe-perm
# 内存释放 ``` echo 1 > /proc/sys/vm/drop_caches echo 2 > /proc/sys/vm/drop_caches echo 3 > /proc/sys/vm/drop_caches cache释放: To free pagecache: echo 1 > /proc/sys/vm/drop_caches To free dentries and inodes: echo 2...
# 服务可用性计算 ``` http://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud201803281831_78888.html ```