从源码编译安装 # 下载Swoole wget http://pecl.php.net/get/swoole-4.5.2.tgz tar -zxvf swoole-4.5.2.tgz cd swoole-4.5.2 # 安装相关依赖 yum -y install gcc gcc-c++ autoco ...
分类:
系统相关 时间:
2020-06-25 21:09:23
阅读次数:
81
安装logstash 第一步:下载 wget https://artifacts.elastic.co/downloads/logstash/logstash-7.6.1.tar.gz 第二步:解压即安装 tar -zxvf logstash-7.6.1.tar.gz 第三步:启动,并测试标准输入和 ...
分类:
系统相关 时间:
2020-06-25 14:11:19
阅读次数:
259
tar解压提示 gzip: stdin: not in gzip format 原因: 1、下载的压缩包可能有问题,确保下载的压缩包是正常的,应该就不会出现这个情况 2、 压缩包没有用gzip格式压缩,去掉 -zxvf 里面的 z 即可 ...
分类:
其他好文 时间:
2020-06-24 15:41:23
阅读次数:
120
1、下载源码:http://www.boost.org/ 2、tar zxvf boost_1_70_0.tar.gz 3、cd boost_1_70_0 4、 ./bootstrap.sh --with-libraries=all --with-toolset=gcc--with-librarie ...
分类:
系统相关 时间:
2020-06-23 19:26:01
阅读次数:
92
安装 下载mongodb的版本,两点注意 根据业界规则,偶数为稳定版,如1.6.X,奇数为开发版,如1.7.X 32bit的mongodb最大只能存放2G的数据,64bit就没有限制 到官网,选择合适的版本下载 解压 tar -zxvf mongodb-linux-x86_64-ubuntu1604 ...
分类:
数据库 时间:
2020-06-23 15:08:22
阅读次数:
55
Redis部署文档 Redis部署文档 准备软件: 开始部署: 解压tar包[root@localhost redis]# tar -zxvf redis-3.2.8.tar.gz 进入Redis主目录[root@localhost redis]# cd redis-3.2.8/ 执行编译命令[ro ...
分类:
系统相关 时间:
2020-06-23 13:26:30
阅读次数:
66
tar 解包:tar zxvf filename.tar 打包:tar czvf filename.tar dirnamegz命令 解压1:gunzip filename.gz 解压2:gzip -d filename.gz 压缩:gzip filename .tar.gz 和 .tgz 解压:ta ...
分类:
系统相关 时间:
2020-06-22 19:26:18
阅读次数:
69
当前服务器的IP为192.168.79.128 1、Keepalived下载 https://www.keepalived.org/download.html 我这里下载的是Version 2.0.18 2、Keepalived安装 cd /home/tools/ tar -zxvf keepali ...
分类:
其他好文 时间:
2020-06-21 00:33:37
阅读次数:
65
注意,jdk的安装版本要和tomcat的安装版本一定要是相匹配的才行。 解压缩并移动到指定目录 #解压缩 tar -zxvf apache-tomcat-8.5.23.tar.gz #变更目录名 mv apache-tomcat-8.5.23 tomcat #移动目录 mv tomcat/ /usr ...
分类:
系统相关 时间:
2020-06-21 00:23:56
阅读次数:
73
1、安装libfastcommon-1.0.43,安装包可以在大佬的https://github.com/happyfish100/libfastcommon/releases下载 [root@localhost Downloads]# tar -zxvf libfastcommon-1.0.43. ...
分类:
其他好文 时间:
2020-06-20 21:35:21
阅读次数:
60