1、下载 在官网找到想要安装的版本 https://nodejs.org/en/download/releases/ wget https://nodejs.org/dist/latest-v12.x/node-v12.18.0-linux-x64.tar.gz 2、解压 tar -xzvf nod ...
分类:
Web程序 时间:
2020-06-11 16:09:59
阅读次数:
74
安装cfssl 7-200 ~]# curl -s -L -o /usr/bin/cfssl https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 7-200 ~]# curl -s -L -o /usr/bin/cfssljson https://pkg.cfs ...
分类:
其他好文 时间:
2020-06-11 13:48:55
阅读次数:
90
inux下安装MongoDB数据库 新建安装目录:根据实际自己选择:cd /data/project/tools 1.下载安装包 wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1404-3.6.5.tgz 下载完成解 ...
分类:
数据库 时间:
2020-06-11 11:58:13
阅读次数:
55
报错提示: 解决办法: /usr/local/lib/libcurl.so.4 去这个路径下 ,会发现有两个libcurl.so 的库 还有把libcurl.so.4的这个库 直接删掉就行 rm -f libcurl.so.4 ...
分类:
系统相关 时间:
2020-06-11 10:48:00
阅读次数:
75
kubernetes集群环境搭建(2) 一、kubernetes集群环境搭建 1.1.1 decker环境安装 decker环境安装 #在hdss-201 hdss-21 hdss-22 执行以下命令 wget -O /etc/yum.repos.d/docker-ce.repo https://d ...
分类:
Web程序 时间:
2020-06-11 09:13:51
阅读次数:
61
前言 在windows10的Ubuntu18.04安装go1.14.4 步骤 #!/bin/bash wget https://studygolang.com/dl/golang/go1.14.4.linux-amd64.tar.gz tar -zxvf go1.14.4.linux-amd64.t ...
nginx安装 //安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel //安装 PCRE 让 Nginx 支持 Rewrite 功能 wget http://downloads.s ...
分类:
其他好文 时间:
2020-06-10 19:25:09
阅读次数:
68
下载tomcat yum install java -y cd /opt/ wget http://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.5.23/bin/apache-tomcat-8.5.23.zip unzip apache-tomcat-8. ...
分类:
其他好文 时间:
2020-06-10 13:24:48
阅读次数:
64
原理看官网:https://shardingsphere.apache.org/document/current/cn/overview/ sharding proxy代理mysql实现分库的步骤: 下载 wget https://mirrors.tuna.tsinghua.edu.cn/apach ...
分类:
其他好文 时间:
2020-06-10 12:49:12
阅读次数:
275
一.curl // 指定出口ip或设备curl --interface IP/设备 www.baidu.com// 指定域名ipcurl http://www.baidu.com -x 1.1.1.1:80 二.nslookup// 用指定dns server解析域名nslookup www.bai ...
分类:
其他好文 时间:
2020-06-10 12:44:46
阅读次数:
47