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
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
首先去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首先需要配置服务器 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
超过最大分片引起的,在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
import requests from requests import request import json from collections import OrderedDict url = 'https://zabbix-xn.test.bestpay.net/api_jsonrpc.php ...
使用pushplus将zabbix的告警推送至个人微信,这样就不用在非工作日心心念念的去钉钉、邮箱等去查看告警了 ...
分类:
微信 时间:
2021-05-24 15:53:42
阅读次数:
0
官方二进制包方式: # 下载 starport 二进制到 /usr/local/bin $ curl https://get.starport.network/starport! | bash # 如果没有权限,分两步: $ curl https://get.starport.network/sta ...
分类:
其他好文 时间:
2021-05-24 15:42:42
阅读次数:
0
写公钥 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
1. 前一片随便写到了curl怎样获得返回值,其中要把CURLOPT_RETURNTRANSFER设置成1 在网上搜索了一些资料解释如下 curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);将curl_exec()获取的信息以文件流的形式返回,而不是直接输出。cur ...
分类:
Web程序 时间:
2021-05-24 13:29:16
阅读次数:
0