码迷,mamicode.com
首页 >  
搜索关键字:wget curl    ( 11696个结果
docker安装canal-admin
docker安装canal-admin 官方文档地址 https://github.com/alibaba/canal/wiki/Canal-Admin-Docker 开始 docker pull canal/canal-admin:latest 下载运行脚本 wget https://raw.gi ...
分类:其他好文   时间:2021-03-03 11:50:34    阅读次数: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
记一次cocos js 前端和后端的搭建过程
1. 安装nodejs 1. sudo yum -y install gcc gcc-c++ openssl-devel (安装相关软件) 2. 下载nodejs源码包并解压 wget https://nodejs.org/dist/v8.15.1/node-v8.15.1.tar.gz tar z ...
分类:Web程序   时间:2021-03-01 13:21:38    阅读次数: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
Linux上docker 的安装
首先使用uname -r 查看服务器内核版本,最低版本为3.8.13或3.10 安装docker,sudo wget -qO- https://get.docker.com | sh 查看docker版本,docker version 用service docker start命令启动docker ...
分类:系统相关   时间:2021-02-26 13:32:04    阅读次数: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
ubuntu16.04安装Grafana
ubuntu16.04安装Grafana 1.在Grafana官网查看最新版本。 2.输入以下命令,执行安装。 wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_5.1.3_amd64.deb sudo ...
分类:系统相关   时间:2021-02-23 14:09:53    阅读次数:0
11696条   上一页 1 ... 16 17 18 19 20 ... 1170 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!