NEW

lvs+keepalived (openstack)

2019-03-06

LVS vi /etc/keepalived/keepalived.conf global_defs { router_id LVS_DEVEL } vrrp_instance VI_1 { state MASTER interface em1 virtual_router_id 51 priority 100 advert_int 1 authentic ...

NEW

emqtt

2019-03-06

安装 yum install lksctp-tools yum install http://emqtt.com/downloads/latest/centos7-rpm systemctl enable emqttd pkill -9 epmd service emqttd start 密码 web访问:http://10.200.77.41:18083 默认账号密码:admin/pub ...

NEW

Python3 安装 pyecharts

2019-03-06

git clone https://github.com/pyecharts/pyecharts.git cd pyecharts vi requirements.txt lml==0.0.2 md5-5575219973c7f75af130699a15feae73 pip install -r requirements.txt python setup.py install ...

NEW

nodejs yum源

2019-03-06

NodeJS 11.x curl -sL https://rpm.nodesource.com/setup_11.x | bash - NodeJS 10.x curl -sL https://rpm.nodesource.com/setup_10.x | bash - NodeJS 8.x curl -sL https://rpm.nodesource.com/setup_8.x | bas ...

NEW

rsync to envs

2019-03-06

cat rsync-all.sh #!/bin/bash ex="--exclude=conf/ --exclude=fg/gamelist/public/global/app/ --exclude=fg/lobby/public/global/app/ --exclude=fg/platform/backend/phpScript/file/ --exclude=fg/platform/bac ...

NEW

Prometheus

2019-03-06

基于saltstack配置管理方式:prometheus的自启动配置 cat init.sls /usr/local/prometheus/prometheus.yml: file.managed: - source: salt://200_111/prometheus/prometheus.yml prometheus_server_service_script: file ...