跳转到内容

SRE笔记

  • 密码
    • 短链
  • 服务器
  • 关于

curl标签存档订阅

pip apt-get curl wget docker build 安静安装

python -m pip install –quiet –upgrade pip apt-ge… 继续阅读 pip apt-get curl wget docker build 安静安装

  • 发表于: 2021-05-05 2021-05-05
  • 作者: javaer, javaer
  • 分类: SRE
  • 标签: bash, curl, Docker, https, Linux, pip, python
  • 发表评论: pip apt-get curl wget docker build 安静安装

kubectl安装

ubuntu sudo apt-get update && sudo apt-get… 继续阅读 kubectl安装

  • 发表于: 2021-04-13 2021-04-13
  • 作者: javaer, javaer
  • 分类: SRE
  • 标签: bash, curl, https, kubernetes, yum
  • 发表评论: kubectl安装

curl post使用shell变量

PHONE是变量 curl ‘http:/127.0.0.1:5555/user/register’… 继续阅读 curl post使用shell变量

  • 发表于: 2021-04-08 2021-04-08
  • 作者: javaer, javaer
  • 分类: SRE
  • 标签: bash, curl, http, https, json, post, shell
  • 发表评论: curl post使用shell变量

curl使用代理

http proxy # 指定http代理IP和端口 curl -x 192.168.1.2:80 … 继续阅读 curl使用代理

  • 发表于: 2021-04-07 2021-04-07
  • 作者: javaer, javaer
  • 分类: SRE
  • 标签: curl, http, php, proxy
  • 发表评论: curl使用代理

git error RPC failed curl 56 LibreSSL SSL_read SSL_ERROR_SYSCALL errno 54

报错信息 error RPC failed curl 56 LibreSSL SSL_read SS… 继续阅读 git error RPC failed curl 56 LibreSSL SSL_read SSL_ERROR_SYSCALL errno 54

  • 发表于: 2021-03-30 2021-03-30
  • 作者: javaer, javaer
  • 分类: SRE
  • 标签: bash, curl, git, http, https, proxy
  • 发表评论: git error RPC failed curl 56 LibreSSL SSL_read SSL_ERROR_SYSCALL errno 54

linux安装acme.sh自动更新https证书

curl https://get.acme.sh | sh alias acme.sh=~/.acm… 继续阅读 linux安装acme.sh自动更新https证书

  • 发表于: 2021-02-09 2021-02-09
  • 作者: yew
  • 分类: SRE
  • 标签: acme, bash, curl, https, Linux, nginx, ssl
  • linux安装acme.sh自动更新https证书有 1 条评论

Python os exec 执行shell命令

import os ret = os.popen(‘curl cip.cc’).read() pri… 继续阅读 Python os exec 执行shell命令

  • 发表于: 2021-01-21 2021-01-21
  • 作者: yew
  • 分类: SRE
  • 标签: curl, https, python, shell
  • 发表评论: Python os exec 执行shell命令

shell调用钉钉告警 变量处理

function SendMessageToDingding() { curl https://oa… 继续阅读 shell调用钉钉告警 变量处理

  • 发表于: 2021-01-19 2021-01-19
  • 作者: yew
  • 分类: SRE
  • 标签: bash, curl, https, json, shell
  • shell调用钉钉告警 变量处理有 1 条评论

企业微信机器人发消息

curl ‘https://qyapi.weixin.qq.com/cgi-bin/webhook/… 继续阅读 企业微信机器人发消息

  • 发表于: 2021-01-07 2021-01-07
  • 作者: yew
  • 分类: SRE
  • 标签: bash, curl, https, json, post, s3
  • 发表评论: 企业微信机器人发消息

获取百度云api token

#!/bin/bash curl -i -k ‘https://aip.baidubce.com/o… 继续阅读 获取百度云api token

  • 发表于: 2021-01-03 2021-01-03
  • 作者: yew
  • 分类: SRE
  • 标签: bash, curl, https
  • 发表评论: 获取百度云api token

安装acme.sh ssl证书脚本

#安装acme依赖 yum update && yum install curl -… 继续阅读 安装acme.sh ssl证书脚本

  • 发表于: 2020-12-23 2020-12-23
  • 作者: sjx
  • 分类: SRE
  • 标签: acme, curl, dns, https, nginx, ssl, yum, 安全
  • 发表评论: 安装acme.sh ssl证书脚本

Switch your CentOS systems to Oracle Linux

CentOS支持周期 不会有 CentOS Linux 9。 CentOS Linux 8 发行版的… 继续阅读 Switch your CentOS systems to Oracle Linux

  • 发表于: 2020-12-10 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, centos, curl, https, Linux, Oracle, oracle linux, post
  • 发表评论: Switch your CentOS systems to Oracle Linux

checking for libcurl config script… no

报错 checking for libcurl config script… no config… 继续阅读 checking for libcurl config script… no

  • 发表于: 2020-12-07 2020-12-07
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, curl, https, post, s3, yum
  • 发表评论: checking for libcurl config script… no
elasticsearch备份恢复

elasticsearch备份恢复

backup_es.sh #!/bin/bash ip_addr=127.0.0.1 resposi… 继续阅读 elasticsearch备份恢复

  • 发表于: 2020-10-21 2022-07-19
  • 作者: sre
  • 分类: SRE
  • 标签: curl, elasticsearch, es, tar
  • 发表评论: elasticsearch备份恢复

nginx屏蔽特定useragent

if ($user_agent ~ ‘YisouSpider|MJ12bot/v1.4.2|Youd… 继续阅读 nginx屏蔽特定useragent

  • 发表于: 2020-07-06 2020-07-06
  • 作者: tomcat
  • 分类: SRE
  • 标签: curl, nginx
  • 发表评论: nginx屏蔽特定useragent

elasticserach获取集群的节点列表

#获取集群的节点列表: curl –user username:password ‘localho… 继续阅读 elasticserach获取集群的节点列表

  • 发表于: 2020-06-08 2022-01-24
  • 作者: tomcat
  • 分类: SRE
  • 标签: bash, curl, elasticsearch, https
  • 发表评论: elasticserach获取集群的节点列表

nginx安全配置 拒绝User-Agent 爬虫

#Nginx的444状态比较特殊,如果返回444那么客户端将不会收到服务端返回的信息,就像是网站无法… 继续阅读 nginx安全配置 拒绝User-Agent 爬虫

  • 发表于: 2020-06-01 2022-01-24
  • 作者: tomcat
  • 分类: SRE
  • 标签: bash, curl, http, https, nginx, 安全
  • 发表评论: nginx安全配置 拒绝User-Agent 爬虫

git 提交报错 error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

git config –global http.version HTTP/1.1

  • 发表于: 2020-05-25 2020-12-13
  • 作者: tomcat
  • 分类: SRE
  • 标签: bash, curl, ftp, git, http, https
  • 发表评论: git 提交报错 error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

curl访问带账号密码的elasticsearch

curl –user admin:123456 http://localhost:9200

  • 发表于: 2020-05-11 2021-01-15
  • 作者: tomcat
  • 分类: SRE
  • 标签: bash, curl, elasticsearch, http, https
  • 发表评论: curl访问带账号密码的elasticsearch

curl调用apiserver操作pod

更新镜像版本: curl -X PATCH \ -H “content-type: applicat… 继续阅读 curl调用apiserver操作pod

  • 发表于: 2020-04-24 2020-04-24
  • 作者: tomcat
  • 分类: SRE
  • 标签: bash, caffe, curl, http, k8s, kubernetes
  • 发表评论: curl调用apiserver操作pod

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 下一页

搜索

搜索:

近期评论

  • 周周 发表在《Kubernetes部署NextCloud网盘》
  • mysql m-s via gtid – SRE笔记 发表在《MySQL SET GTID_NEXT》
  • kangder 发表在《Kubernetes部署NextCloud网盘》
  • xs 发表在《Kubernetes部署NextCloud网盘》
  • test 发表在《gin不转义html标签》

标签

aws (15) bash (1123) Blockchain (28) centos (28) Docker (105) elasticsearch (26) eth (34) fil (39) go (129) golang (154) Grafana (13) hpc (15) http (299) https (1999) ingress (14) iptables (20) java (75) JVM (20) kubernetes (309) Linux (546) lotus (30) mongoDB (41) MySQL (184) nginx (112) php (25) python (148) redis (34) s3 (75) shell (20) springboot (32) tcp (69) tomcat (15) ubuntu (31) vue (18) windows (42) wordpress (14) zabbix (37) 夏小胖 (31) 安全 (55) 工具 (451) 折腾 (24) 推荐 (15) 硬件 (61) 网络 (246) 资源 (49)

归档

  • 2025 年 5 月
  • 2025 年 3 月
  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2021 年 1 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 9 月
  • 2016 年 8 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 7 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 2 月