NEW

rsync+inotify

yum install inotify-tools #!/bin/sh PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin /usr/bin/inotifywait -mrq --timefmt '%Y%m%d-%H:%M' --format '%T %e %w%f' -e close_write,modify, ...

NEW

nodejs yum源

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

Python3 安装 pyecharts

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

rsync to envs

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

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

NEW

Elastic Stack (ELK Stack)

yum源 [elasticsearch-6.x] name=Elasticsearch repository for 6.x packages baseurl=https://artifacts.elastic.co/packages/6.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch en ...