安装MySQL 1. 下载并安装MySQL官方Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm yum -y install mysql57-community ...
分类:
数据库 时间:
2020-04-12 16:56:31
阅读次数:
97
确保已经安装gcc、wget、make yum -y install gcc # 安装gcc yum -y install wget # 安装wget yum -y install gcc automake autoconf libtool make #安装make 1、获取redis资源: 如果w ...
分类:
系统相关 时间:
2020-04-12 14:48:51
阅读次数:
68
环境说明: 阿里云服务器 Ubuntu 16.04 docker 1、拉取Redis镜像 docker pull redis 2、配置Redis启动配置文件,此处我创建一个专用目录,存放Redis相关数据及配置 mkdir /docker/redis 在此目录下下载服务启动配置文件 wget htt ...
分类:
其他好文 时间:
2020-04-11 22:19:22
阅读次数:
101
1.介绍 Siege是一个压力测试和评测工具,设计用于WEB开发这评估应用在压力下的承受能力:可以根据配置对一个WEB站点进行多用户的并发访问,记录每个用户所有请求过程的相应时间,并在一定数量的并发访问下重复进行。 2.安装 Linux下安装siege wget http://download.jo ...
分类:
Web程序 时间:
2020-04-11 20:50:42
阅读次数:
76
NodeJS cd /usr/local wget https://npm.taobao.org/mirrors/node/v10.15.3/node-v10.15.3-linux-x64.tar.xz xz -d node-v10.15.3-linux-x64.tar.xz tar -xvf no ...
分类:
Web程序 时间:
2020-04-11 13:08:37
阅读次数:
94
使用pip命令之后报错,错误信息如下图: 提示egg_info文件错误 解决原理: 我在装载python3.6的机器上同时也安装了python2.7(软件需要),使用python 3的pip来安装python 2的git包,当然会报错。 解决代码: wget https://pypi.python. ...
分类:
编程语言 时间:
2020-04-09 14:14:23
阅读次数:
97
、检查是否有安装inotify rpm -qa inotify-tools 2、没有先安装epol源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo 3、安装 yum install inot ...
分类:
Web程序 时间:
2020-04-09 12:52:32
阅读次数:
127
安装 yum install -y curl policycoreutils openssh-server openssh-clients postfix systemctl start postfix wget http://blog.xixihao123.cn/download/soft/git ...
分类:
其他好文 时间:
2020-04-09 12:40:47
阅读次数:
94
1、前提是系统安装java环境,最好是jdk8。 2、执行以下命令安装jenkins。 wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo rpm --import https://j ...
分类:
其他好文 时间:
2020-04-07 23:57:58
阅读次数:
376
[linux]centos7下解决yum install mysql-server没有可用包 第一步:安装从网上下载文件的wget命令 [root@master ~]# yum -y install wget 第二步:下载mysql的repo源 [root@master ~]# wget http: ...
分类:
数据库 时间:
2020-04-07 12:29:40
阅读次数:
88