码迷,mamicode.com
首页 >  
搜索关键字:wget curl    ( 11696个结果
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
03 安装【动手学深度学习v2】
使用ubuntu环境 安装miniconda3 查看 https://mirrors.bfsu.edu.cn/help 安装配置镜像等 安装需要的包 pip install jupyter d2l torch torchvision 下载代码并执行 wget https://zh-v2.d2l.ai ...
分类:其他好文   时间:2021-05-24 17:21:55    阅读次数:0
Mysql-安装
前置 CentOS7;Mysql5.7 安装 # 获取依赖 wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm # 安装依赖 yum -y localinstall mysql57-community- ...
分类:数据库   时间:2021-05-24 17:02:00    阅读次数:0
Centos7 源码编译安装cmake 3.15
wget https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5.tar.gz tar -zxf cmake-3.15.5.tar.gzcd cmake-3.15.5 ./bootstrap --prefix=/ ...
分类:其他好文   时间:2021-05-24 16:34:22    阅读次数:0
Linux系统安装Python3环境(详解)
背景:虽然linux有自带python2.7 但是很多时候需要用到python3,故需要在linux上重新安装python3,由于python3的版本太高,由于出现一些问题,故尽量安装python3.6版 以下详细介绍以下python3.6.1的安装过程。 1.下载安装包,可以直接wget http ...
分类:编程语言   时间:2021-05-24 16:32:17    阅读次数: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
linux上编译nginx 实现网页开发
wget http://nginx.org/download/nginx-1.16.1.tar.gz # 解压 tar -xzf nginx-1.16.1.tar.gz cd nginx-1.16.1 # yum升级 yum update # yum安装依赖 yum -y install gcc p ...
分类:Web程序   时间:2021-05-24 15:28:40    阅读次数:0
Linux下安装MongoDB
1、下载mongo wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.2.1.tgz 2、解压 tar -zxvf mongodb-linux-x86_64-rhel70-4.2.1.tgz 3、移动。将解压完的m ...
分类:数据库   时间:2021-05-24 14:35:54    阅读次数:0
11696条   上一页 1 ... 7 8 9 10 11 ... 1170 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!