上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: import requests import sys import json import time # 根据实际情况填写 jumpurl = 'http://127.0.0.1' username = 'admin' password = "admin" print() if len(sys.ar 阅读全文
posted @ 2022-07-20 11:33 Hello_worlds 阅读(192) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests, json import datetime from httpsig.requests_auth import HTTPSignatureAuth import sys def 阅读全文
posted @ 2022-07-20 11:30 Hello_worlds 阅读(615) 评论(0) 推荐(0) 编辑
摘要: jms_url #!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests, json import datetime from httpsig.requests_auth import HTTPSignatureAuth import 阅读全文
posted @ 2022-07-20 11:22 Hello_worlds 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 001、Linux 云服务器配置弹性网卡 https://cloud.tencent.com/document/product/576/59353 002、从弹性网卡流入和流出流量 Linux 镜像依旧默认从主网卡发包。可通过策略路由来指定报文从某个网卡进,并从该网卡返回。 那可以改成从弹性网卡发包 阅读全文
posted @ 2022-07-19 11:06 Hello_worlds 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 001、 抓取636端口的流量 tcpdump -i any port 636 -nn -i 指定监听的网络接口。 -nn 不进行端口名称的转换(如果不加这个返回的结果就是ip.协议名称,加上以后返回的就是ip.端口号) 002、获取物理机品牌 dmidecode|grep "System Info 阅读全文
posted @ 2022-07-19 10:31 Hello_worlds 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 001、背景 1、工作人员每天都是10-7点工作时间,下班后人们可能会关注告警,但是也有可能会不关注告警(毕竟洗澡是关注不到告警的 -_-) 2、周六日的时候人们到了休假的时间,也不能天天盯着告警 002、所以 告警需要智能一些。在人们下班后一些重要的告警可以发给到特定人员,在周六日休息的时候人们也 阅读全文
posted @ 2022-07-11 21:09 Hello_worlds 阅读(261) 评论(0) 推荐(0) 编辑
摘要: # grafana开启ldap ssl验证的配置(grafana不区分版本) host = "127.0.0.1"port = 636use_ssl = truestart_tls = falsessl_skip_verify = true # zabbix 开启ldap ssl验证的配置(zabb 阅读全文
posted @ 2022-07-07 21:47 Hello_worlds 阅读(209) 评论(0) 推荐(0) 编辑
摘要: # 测试以下系统支持 hosts.allow 限制ssh的登录 Ubuntu 20.04 64位Ubuntu 18.04 64位高内核Ubuntu 16.04 64Ubuntu 16.04 64位高内核CentOS 7.9 64位RedHat 7.9 64位高内核CentOS 7.6 64位Cent 阅读全文
posted @ 2022-06-27 14:43 Hello_worlds 阅读(82) 评论(0) 推荐(0) 编辑
摘要: cat socat.service [Unit] Description=socat Server Requires=network.target After=network.target [Service] Type=simple PIDFile=/tmp/socat.pid KillMode=c 阅读全文
posted @ 2022-06-21 10:50 Hello_worlds 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 001、打开iTerm2加载 /etc/profile alias login="/Users/suyajun/scripts/login.sh" alias ll="ls -l" alias jms="cd ; ./jms.sh" #export LS_OPTIONS='--color=auto' 阅读全文
posted @ 2022-04-24 19:13 Hello_worlds 阅读(188) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页