.zip是linux和windows通用的压缩文件类型语法:zip[选项][压缩文件][源文件]实例:[root@wwwyang]#zipinstall.log.zipinstall.logadding:install.log(deflated9%)unzip解压缩.zip压缩的文件语法:unzip[选项][压缩文件]实例:[root@wwwyang]#unzipinstall.log.zip-d
分类:
系统相关 时间:
2018-04-09 15:50:26
阅读次数:
192
1 安装jdk 具体看 http://www.cnblogs.com/php-linux/p/8757783.html 2 下载最新版的 zip https://www.elastic.co/cn/downloads/elasticsearch 3 解压 unzip elasticsearch-6. ...
分类:
系统相关 时间:
2018-04-09 13:20:09
阅读次数:
213
首先要确保有java8的环境,安装方法如下(centos) 环境安装完毕,下载elesticsearch 解压elasticsearch-5.5.2.zip 如果没有unzip这个命令的话可以先运行 elasticsearch不能直接用root账户运行,所以需要创建一个用户,而且需要将elastic ...
分类:
其他好文 时间:
2018-04-08 13:23:57
阅读次数:
1093
gzip gunzip zcat bzip2 bunzip2 bzcat xz unxz xzcat a: gzip 用法 # gzip file 压缩文件 不会保留源文件 直接生成 file.gz # zcat file.gz 可以将 gile.gz 压缩文件暂时保存至其它空间在终端输出进行展示查 ...
分类:
系统相关 时间:
2018-04-07 22:44:18
阅读次数:
201
首先使用php -m 可以查看到自己安装了那些扩展。 1、使用wget下载redis压缩包 wget https://github.com/phpredis/phpredis/archive/develop.zip 2、解压develop.zip unzip develop.zip 3、进入解压后的 ...
分类:
Web程序 时间:
2018-04-07 11:18:03
阅读次数:
444
解压命令 tar.gz文件 [root@localhost]#tar -xzvf file.tar.gz .zip文件 [root@localhost]#unzip file.zip 总结 以上两种解压方式均可以‘*’代替该后缀所有文件同时解压 如: [root@localhost]#tar -xz ...
分类:
其他好文 时间:
2018-03-30 18:29:59
阅读次数:
730
一、文件合并 1、命令: >:覆盖式 >>:追加式 例如:cat /etc/passwd > a.txt 把/etc/passwd下的内容合并到a.txt内,若没有文件a.txt则创建 enho 'hello' 创建hello enho 'hello' > a.txt 把‘hello’合并到a.tx ...
分类:
其他好文 时间:
2018-03-28 20:30:39
阅读次数:
132
1. 基础快捷键使用 ctrl + c:停止进程 ctrl + l:清屏 ctrl + r:搜索历史命令 ctrl + q:退出 2.常用目录或文件夹命令 说明:安装linux时,创建一个itcast用户,然后使用root用户登陆系统 1.进入到用户根目录 cd ~ 或 cd 2.查看当前所在目录 ...
分类:
系统相关 时间:
2018-03-27 14:41:52
阅读次数:
221
利用第三方插件监控(淘宝开发的Tengine) 模块:nginx_upstream_check_module 实现web界面 下载补丁包 wget https://codeload.github.com/yaoweibin/nginx_upstream_check_module/zip/master ...
分类:
其他好文 时间:
2018-03-27 12:38:47
阅读次数:
308
1、将官网下载的文件上传至服务器 /var/www/html文件夹下[sinovo@server html]$ sudo cp /home/sinovo/下载/ZenTaoPMS.Pro6.5.stable.php5.3_5.6.zip? /var/www/html/[sinovo@server html]$ sudo unzip?ZenTaoPMS.Pro6.5.stable
分类:
其他好文 时间:
2018-03-26 15:57:17
阅读次数:
100