/images/avatar.png

Mulinux运维

Use Lvs

参考 http://kb.linuxvirtualserver.org/images/c/c8/LVS%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C.zip http://github.com/alibaba/LVS

Hadoop2.6集群部署

上传hadoop和jdk安装包并解压 下载地址: 1 2 http://mirror.bit.edu.cn/apache/hadoop/common http://www.oracle.com/technetwork/java/javase/downloads/ 下载并解压 1 2 3 4 5 wget http://archive.apache.org/dist/hadoop/common/hadoop-2.6.0/hadoop-2.6.1.tar.gz tar zxf jdk-8u172-linux-x64.tar.gz mv jdk1.8.0_172 /usr/local/ tar zxf hadoop-2.6.0.tar.gz mv hadoop-2.6.0 /usr/local/ 添加环境变量 vi ~/.bashrc 1 2 3 4 5 6 7 8 9 10 #

Otrs Api配置&&Curl测试

CMDB字段参考 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 { "ConfigItem": [ { "CurInciState": "Operational", "ConfigItemID": "1", "InciStateType": "operational", "CurInciStateType": "operational", "Number": "4722000001",

Hexo+Coding Ide+Next6搭建blog

windows安装hexo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 git config --global core.autocrlf false ssh -T git@git.coding.net `输入yes` mkdir hexoblog cd hexoblog/ npm install hexo -g hexo -v hexo init vi _config.yml cat /c/Users/80283/.ssh/id_rsa.pub hexo clean && hexo

grafana5 dashboard备份与恢复

参考资料 1 2 3 4 https://blog.dictvm.org/export-all-grafana-graphs/ https://github.com/m110/grafcli#usage https://gist.github.com/jaimegago/11229750 https://utkarshcmu.github.io/wizzy-site/home/ 安装grafcli pip3 install grafcli 配置文件 cat /etc/grafcli/grafcli.conf 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [grafcli] editor = vim mergetool = vimdiff history = ~/.grafcli_history verbose = off force = on colorize = on [resources] data-dir