Linux下安装tomcat9 一、下载tomcat9 1.1 官网下载 Tomcat官网下载对应版本的tar.gz文件,然后上传到linux服务器。 1.2 wget下载 地址可能不能使用,需要重新找。 wget http://mirrors.cnnic.cn/apache/tomcat/tomc ...
分类:
系统相关 时间:
2020-07-22 11:38:11
阅读次数:
117
##1、安装必备软件包 yum install -y gcc gcc-c++ autoconf automake bison libtool lrzsz make ncurses-devel 安装cmake 可以使用yum安装 yum -y install cmake 也可以使用源码安装 wget ...
分类:
数据库 时间:
2020-07-22 01:56:06
阅读次数:
105
step1:下载mysql源安装包:wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm step2:安装MySQL源:yum localinstall mysql57-community-release-e ...
分类:
数据库 时间:
2020-07-21 23:05:16
阅读次数:
93
NoSQLBench是针对NoSQL生态系统的性能测试工具。 源码: https://github.com/nosqlbench/nosqlbench/releases 文档: http://docs.nosqlbench.io/ 1、安装: wget https://github.com/nosq ...
分类:
数据库 时间:
2020-07-21 22:49:09
阅读次数:
80
以配置kerl环境变量为例 1.下载kerl ①创建/home/summergao/kerl 文件夹: cd /home/summergao/kerl ②下载kerl : curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl ...
1.下载chrome浏览器 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 或者 https://www.chrome64bit.com 2.安装 gdeb apt-cache search ...
分类:
其他好文 时间:
2020-07-21 11:42:31
阅读次数:
136
安装docker curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 安装docker-compose 我们可以从Github上下载它的二进制包来使用,最新发行的版本地址:https://github.com/dock ...
分类:
系统相关 时间:
2020-07-21 09:42:46
阅读次数:
94
Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain 1. 安装maven # 安装wget http://mirrors.hust.edu.cn/apache/maven ...
分类:
Web程序 时间:
2020-07-21 01:23:54
阅读次数:
241
Centos7搭建SS5服务器 下载安装 yum -y install gcc automake make pam-devel openldap-devel cyrus-sasl-devel openssl-devel wget https://jaist.dl.sourceforge.net/pr ...
分类:
其他好文 时间:
2020-07-20 22:46:53
阅读次数:
85
1,安装Python: Linux、Windows、Apple均可,或者通过应用商店,或者从官网下载安装。 Linux可以apt-get,但往往不是最新版。最新版从官网下载安装更好。 2,安装/升级模块: $ curl https://bootstrap.pypa.io/get-pip.py -o ...
分类:
编程语言 时间:
2020-07-20 22:33:40
阅读次数:
129