码迷,mamicode.com
首页 >  
搜索关键字:curl hosts    ( 9220个结果
hadoop实践
hadoop 1.0 1. 创建用户hadoop 2. 下载: curl -o hadoop-1.2.1-bin.tar.gz https://archive.apache.org/dist/hadoop/common/hadoop-1.2.1/hadoop-1.2.1-bin.tar.gz 3. ...
分类:其他好文   时间:2021-06-02 14:05:53    阅读次数:0
2.gitlab-ci 集成gitlab-runner 实现自动化部署
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:其他好文   时间:2021-06-02 10:56:12    阅读次数:0
centos 源码安装 curl
首先去curl 官方的Github,找curl的源码 wget https://github.com/curl/curl/archive/refs/tags/curl-7_76_0.tar.gz || \ wget http://download.zhufunin.com/curl-7_76_0.t ...
分类:Web程序   时间:2021-05-25 18:23:01    阅读次数:0
nodered的服务器(阿里云)配置以及节点配置和能够后台运行的代码
nodered首先需要配置服务器 1.配置阿里云服务器的emq(参考下面视频) https://www.bilibili.com/video/BV1PE411L7JW?t=1045 2.配置阿里云服务器的nodered curl -sL https://deb.nodesource.com/setu ...
分类:其他好文   时间:2021-05-25 17:45:56    阅读次数:0
logstash报错如下:Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [999]/[1000] maximum shards open
超过最大分片引起的,在es机器上执行:curl -XPUT -H "Content-Type:application/json" -d '{"persistent":{"cluster":{"max_shards_per_node":10000}}}' 'http://es-host:9200/_c ...
分类:其他好文   时间:2021-05-25 17:41:51    阅读次数:0
[Blockchain] 安装 Cosmos Starport 的三种方式
官方二进制包方式: # 下载 starport 二进制到 /usr/local/bin $ curl https://get.starport.network/starport! | bash # 如果没有权限,分两步: $ curl https://get.starport.network/sta ...
分类:其他好文   时间:2021-05-24 15:42:42    阅读次数:0
小白学k8s(6)使用kubespray部署k8s
kubespray部署k8s 准备 需要关闭防火墙 配置hosts 处理镜像 配置文件 运行 通过对应的镜像 运行代码 查看结果 出现的问题 墙 错误的配置 kubespray部署k8s 准备 kubespray项目地址 releases版本:v2.15.1 需要关闭防火墙 具体命令,自行googl ...
分类:其他好文   时间:2021-05-24 14:19:52    阅读次数:0
redis 未授权访问(写公钥、写计划任务)
写公钥 ssh-keygen -t rsa # 生成key (echo -e "\n\n"; cat id_rsa.pub; echo -e "\n\n") > /tmp/key.txt # 前后加换行 cat /tmp/key.txt | redis-cli -h 59.xx.xx.157 -x ...
分类:其他好文   时间:2021-05-24 13:41:02    阅读次数:0
php curl
1. 前一片随便写到了curl怎样获得返回值,其中要把CURLOPT_RETURNTRANSFER设置成1 在网上搜索了一些资料解释如下 curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);将curl_exec()获取的信息以文件流的形式返回,而不是直接输出。cur ...
分类:Web程序   时间:2021-05-24 13:29:16    阅读次数:0
Mac安装Homebrew
1.打开终端(terminal) 2.安装命令: 命令1:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"(这个命令不好使会报错,如果报错尝试使用命令2 ...
分类:系统相关   时间:2021-05-24 13:26:49    阅读次数:0
9220条   上一页 1 ... 3 4 5 6 7 ... 922 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!