1.下载PhantomJS 2.解压,重命名 重命名(方便以后使用phantomjs命令) [root@liuge ~] mv /usr/local/phantomjs 2.1.1 linux x86_64/ /usr/local/phantomjs 3.安装依赖软件fontconfig 4.建立软 ...
分类:
Web程序 时间:
2018-10-31 15:47:13
阅读次数:
145
一:重装系统 我这里选择的是CentOS7.2 1.设置JDK环境 2. "更换使用配置163源" 首先备份/etc/yum.repos.d/CentOS Base.repo mv /etc/yum.repos.d/CentOS Base.repo /etc/yum.repos.d/CentOS B ...
分类:
其他好文 时间:
2018-10-31 14:25:07
阅读次数:
184
mkdir rmdir cd pwd touch ls rm chmod chown chgrp tar grep find ssh vim diff sort gzip bzip2 unzip shutdown ftp service ps free top df kill cp mv cat i ...
分类:
系统相关 时间:
2018-10-29 13:19:11
阅读次数:
218
touch text_one.txt 创建文件cp test_one test_two 复制文件cp *.txt aa/ 把以txt结尾的文件都复制到aa文件夹下mv aa.txt aa/aaaaaaaaaaa.txt 将aa.txt移动到aa文件夹并改名rm -i aa.txt 交互式删除文件rm ...
分类:
系统相关 时间:
2018-10-29 12:26:58
阅读次数:
179
git clone 项目源码 1.composer 安装 composer install 2.linux文件夹权限 chmod -R 777 storage chmod -R 777 bootstrap/cache 3. .env文件 mv .env.example .env 4.生成key ph ...
分类:
系统相关 时间:
2018-10-27 10:59:30
阅读次数:
232
第一步:下载安装包并解压 # tar zxvf 压缩包名 第二步:把解压出的文件移动到/usr/local/tomcat7中 #mv 解压出来的文件夹 /usr/local/tomcat7 第三步:配置环境变量 # vim /etc/profile 在环境变量中加入如下变量 第四步:放行 8080 ...
分类:
编程语言 时间:
2018-10-26 22:18:20
阅读次数:
222
prometheusaltermanager邮件报警:下载网址:https://prometheus.io/downloadtarzxfvalertmanager-0.15.2.linux-amd64.tar.gz-C/space/mv/space/alertmanager-0.15.2.linux-amd64/Influxdb/alertmanagervi/space/altermanager/
分类:
其他好文 时间:
2018-10-25 20:14:17
阅读次数:
953
man touch mkdir cp cd rm mv echo pwd cat alias unalias head tail tree rmdirxargs find awk sed grep vi vim seq man: an interface to the on-line referen ...
分类:
系统相关 时间:
2018-10-25 17:06:56
阅读次数:
218
3、拷贝删除命令 3.1、拷贝命令:cp 3.1.1、拷贝文件:cp xxxx 3.1.2、拷贝文件夹:cp -r xxxxx 3.2、删除命令:rm 3.2.1、删除命令:rm xxxx 3.2.2、删除文件夹:rm -r xxxxx 3.3、移动命令:mv 3.3.1、移动文件:mv xxxx ...
分类:
系统相关 时间:
2018-10-25 14:17:04
阅读次数:
165
mv命令是move的缩写,可以用来移动文件或者将文件改名(move (rename) files),是Linux系统下常用的命令,经常用来备份文件或者目录。 1.命令格式: mv [选项] 源文件或目录 目标文件或目录 2.命令功能:视mv命令中第二个参数类型的不同(是目标文件还是目标目录),mv命 ...
分类:
系统相关 时间:
2018-10-25 12:11:10
阅读次数:
202