摘要: Work Flow Build and Run Config File Wiki Long Polling Push Message Create Channel Close Channel Clear Channel Messages Get Channel Info Check Channel 阅读全文
posted @ 2016-09-30 23:45 Eric.YAO 阅读(284) 评论(0) 推荐(0)
摘要: [ Service Control ] /etc/init.d/nginx [start|stop|status|restart] : to start/stop/get_status/restart the nginx service. nginx -s [stop|quit|reload|reo 阅读全文
posted @ 2016-09-29 10:09 Eric.YAO 阅读(474) 评论(0) 推荐(0)
摘要: [ Reference ] http://www.csdn.net/article/2014-11-28/2822857 [ Container ] * docker * large system: docker swamr? kubernates [ OAM ] * open falcon? * 阅读全文
posted @ 2016-09-24 21:40 Eric.YAO 阅读(157) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-09-22 07:28 Eric.YAO 阅读(4) 评论(0) 推荐(0)
摘要: [ HTTP Request Msg ] [ HTTP Response Msg ] [ HTTP Request Methods ] [ HTTP Response Status Code ] [ HTTP Headers ] Reference: http://www.cnblogs.com/J 阅读全文
posted @ 2016-09-19 22:27 Eric.YAO 阅读(65) 评论(0) 推荐(0)
摘要: [ Kernel and Release Version] 阅读全文
posted @ 2016-09-18 11:08 Eric.YAO 阅读(124) 评论(0) 推荐(0)
摘要: [ CPU Info ] * cat /proc/cpuinfo [ Ali ECS - 1 CPU ] root@db:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 62 mod 阅读全文
posted @ 2016-09-17 07:57 Eric.YAO 阅读(182) 评论(0) 推荐(0)
摘要: [ Monitor - Ali Cloud ] https://cms.console.aliyun.com/#/cloud/dashboard [ Monitor - top ] [ Monitor - iotop ] [ Key System Elements ] * CPU, Memory, 阅读全文
posted @ 2016-09-14 12:24 Eric.YAO 阅读(331) 评论(0) 推荐(0)
摘要: [ Reference] 菜鸟Docker教程 : http://www.runoob.com/docker/docker-tutorial.html Official Doc: https://docs.docker.com/engine/ Docker Hub: https://hub.dock 阅读全文
posted @ 2016-09-08 18:23 Eric.YAO 阅读(213) 评论(0) 推荐(0)
摘要: [ Create/Drop Database ] SHOW CREATE DATABASE <dbname>; -- to show the sql command used to create the db. DROP DATABASE <dbname>; -- to delete a datab 阅读全文
posted @ 2016-09-05 18:23 Eric.YAO 阅读(91) 评论(0) 推荐(0)