码迷,mamicode.com
首页 >  
搜索关键字:curl -O    ( 5038个结果
删除Terminating状态资源
以名称空间monitoring为例 启动一个代理,默认监听在8001 kubectl proxy 生成资源清单文件tmp.josn kubectl get ns monitoring -o json > tmp.json 删除spec字段 { "apiVersion": "v1", "kind": ...
分类:其他好文   时间:2021-06-21 20:22:10    阅读次数:0
服务器 安装docker
#更新yum软件管理器 yum -y update #安装docker yum install -y docker 2.配置docker 加速器 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361 ...
分类:其他好文   时间:2021-06-18 20:01:26    阅读次数:0
免费堡垒机-jumpserver
服务安装与启动 官方文档:https://docs.jumpserver.org/zh/master/install/setup_by_fast/ 官方给出的一键安装脚本(注:要求系统内存≥4G): curl -sSL https://github.com/jumpserver/jumpserver ...
分类:其他好文   时间:2021-06-16 17:59:44    阅读次数:0
由一段代码引发的血案,md5绕过,foreach,php伪协议
md5绕过,foreach和extract函数,php伪协议 ...
分类:Web程序   时间:2021-06-15 17:43:12    阅读次数:0
CentOS 安装 git 教程
CentOS 安装 git 教程 移除自带 git yum remove git 安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc yum install gcc perl- ...
分类:其他好文   时间:2021-06-13 10:37:37    阅读次数:0
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:Web程序   时间:2021-06-08 23:20:59    阅读次数:0
windows命令行远程下载文件的三种方法
方法一: certutil -urlcache -split -f http://xx.xx.xx.xx/test.zip c:\test.zip (windows远程下载文件至本地,仅需要一个cmd执行的地方) 方法二: curl http://xx.xx.xx.xx/test.zip -o c: ...
分类:Windows程序   时间:2021-06-07 21:05:23    阅读次数:0
curl使用总结
curl使用官网:https://curl.haxx.se/docs/manpage.html curl命令作用 curl命令是一个功能强大的网络工具,它能够通过http、ftp等方式下载文件,也能够上传文件,同时支持HTTPS等众多协议,还支持POST、cookies、认证、从指定偏移处下载部分文 ...
分类:Web程序   时间:2021-06-07 20:55:09    阅读次数:0
How to Use cURL HTTP/2 on macOS
cURL is one of most powerful tools for testing HTTP traffic. We typically use cURL to interact with HTTP APIs or test websites. Although cURL supports ...
分类:Web程序   时间:2021-06-07 20:18:30    阅读次数:0
MAC M1 上python 环境搭建趟坑
1. Python 安装和设置环境变量之后报错 zsh: killed python3 解决:MAC M1系统只支持python 3.9, 不支持3.6 和3.7 安装命令: 先安装brew : /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/H ...
分类:编程语言   时间:2021-06-06 18:47:01    阅读次数:0
5038条   上一页 1 2 3 4 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!