NEW

tmux

2019-03-06

tmux 安装 git clone https://github.com/tmux/tmux.git yum install autoconf automake libevent ncurses libevdev-devel libevent-devel cd tmux sh autogen.sh ./configure && make #自动补全 wget https://ra ...

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

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

rsync+inotify

2019-03-06

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源

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

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 ...