码迷,mamicode.com
首页 >  
搜索关键字:curl -O    ( 5038个结果
MAC电脑安装brew
安装 首先打开brew.sh网站,把首页一条命令复制到终端里,执行,输入电脑登录密码,开始下载安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 换源 安 ...
分类:系统相关   时间:2021-03-05 13:12:52    阅读次数:0
网络管理
1.查看端口 netstat -anp|grep port netstat -antup 2.文件传输 wget [-options] args curl [-options] args lftp [-options] args 3.远程登录 telnet host_name port ssh [- ...
分类:其他好文   时间:2021-03-01 14:17:05    阅读次数:0
Mac安装Homebrew
国内安装(可用): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:系统相关   时间:2021-03-01 13:01:27    阅读次数:0
Golang Rpc 基本使用
protoc 编译工具 windows 平台下载对应平台的 protobuf,并配置环境变量 protobuf linux 环境先安装依赖 sudo apt-get install autoconf automake libtool curl make g++ unzip git clone htt ...
分类:其他好文   时间:2021-02-27 13:31:02    阅读次数:0
curl post bin文件
curl \ -H 'Accept-Encoding:gzip' \ -X POST \ --data-binary @/var/req_raw_eeeeeeeeeeeeeeee.eeeeeeee \ "https://aaa.bb.com/api/ccc/dddd?app=aaaaaaa&uuid ...
分类:Web程序   时间:2021-02-27 13:06:40    阅读次数:0
「Git」- 源码安装 @20210225
对于 Git 的编译安装,建议参考 BLFS 建议安装软件包 cURL-7.50.1 (needed to use Git over http, https, ftp or ftps), OpenSSL-1.0.2h, Python-2.7.12 可选软件包 PCRE-8.39, Subversio ...
分类:其他好文   时间:2021-02-26 13:17:04    阅读次数:0
装机配置
无法连接raw.githubusercontent.com curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 打开网站 https://www.ipaddress.com/ 查询 ...
分类:其他好文   时间:2021-02-23 14:23:50    阅读次数:0
jaege使用elasticsearch存储docker安装
一、安装docker-compose curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose chm ...
分类:其他好文   时间:2021-02-22 11:52:31    阅读次数:0
减少Docker镜像层的数量
减少Docker镜像层的数量Dokcerfile中的RUN、COPY和ADD命令才会创建镜像层,因此减少Docker镜像层的数量就是要减少这几个命令的次数,特别是RUN命令的次数。 在安装工具时可以在一句命令中安装多个工具: 正例: apt-get install -y git curl 反例: a ...
分类:其他好文   时间:2021-02-22 11:51:26    阅读次数:0
CTF-HTTP-协议请求方式
解题: 出题界面: 【每一次打开都会出现不同的结果】 解决: Windows CMD 命令行运行即可! curl -v -X CTFHUB http://challenge-d8eeddbeb7a64576.sandbox.ctfhub.com:10080/index.php 知识点一:Curl命令 ...
分类:Web程序   时间:2021-02-10 13:17:07    阅读次数:0
5038条   上一页 1 ... 6 7 8 9 10 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!