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",
推荐插件 饼图:Pie Chart influxdb管理:Influx Admin 流程图:FlowCharting 世界地图:Worldmap Pannel
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
需root启动telegraf 1 2 3 vi /usr/lib/systemd/system/telegraf.service 将user=telegraf改为user=root systemctl daemon-reload systemctl resstart telegraf
参考资料 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
《关键20小时快速学会任何技能》 读书笔记 快速习得技能 学习备忘录 选择方向 集中精力 制定目标 分解技能 获得工具 扫除障碍 腾出时间 及时反馈 计时训练 数量速
结束计划任务 schtasks /end /tn "计划任务的名字" /s "机器名或IP" /u "用户名" /p "
安装包(vib) https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_499c1fbb1d1043f5bbedb98a41#tab2 安装 1 2 3 esxcli software vib remove -n hpssacli esxcli software vib install -v <path><filename.vib> ssacli ctrl slot=0 modify nobatterywritecache=enable 使用 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
《我的情绪为何总被他人左右》 读书笔记 1 2 3 4 ABC‘S A'S-->B'S-->C'S 事件诱因-->对诱因事件的信条-->感受和行为 我们常常自然而然地对挫败我
执行gitlab-ctl reconfigure后报错: 1 2 3 4 5 6 7 8 9 10 [execute] cat: error: permission denied on key 'net.bridge.bridge-nf-call-ip6tables' error: permission denied on key 'net.bridge.bridge-nf-call-iptables' error: permission denied on key 'net.bridge.bridge-nf-call-arptables' /etc/sysctl.d/*.conf: No such file or directory net.ipv4.ip_forward = 0 net.ipv4.tcp_syncookies = 1 ================================================================================