cat -n 查看文件内容tacnl 不显示行号 more全屏方式分页显示文件内容less head查看文件开头的一部分tail查看文件结尾的一部分 wc统计文件内容 grep 过滤egrep gzip压缩gunzip(gzip -d)bzip2bunzip2 (bzip2 -d) tar归档命令 ...
分类:
其他好文 时间:
2019-07-26 21:22:08
阅读次数:
140
#!/bin/bash . /etc/init.d/functions pidfile="/var/run/rsyncd.pid" start_rsync="rsync --daemon --config=/etc/rsyncd.conf" status1=$(ps -ef | egrep "rsy... ...
分类:
其他好文 时间:
2019-07-26 14:52:35
阅读次数:
116
分析:IP由四位数字组成,以点【.】分割,最一组最长为3位并且每个字段不能大于255#!/bin/bashfunctioncheckip(){ifecho$IP|egrep"^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$">/dev/null;thenif[$VALID_CHECK=="yes"];thenecho"IP$IPavailabl
分类:
系统相关 时间:
2019-07-25 09:30:02
阅读次数:
177
如果没有设置path路径,就要先到mysql.exe的安装目录,例:cd D:\xampp\mysql\bin 输入 mysql -uxxx(账号名) -pxxx(密码) test(数据库名称) --defaul-character-set=utf8 < C:\Users\Administrator ...
分类:
数据库 时间:
2019-07-20 17:19:36
阅读次数:
87
linux起源Linux -存储安装配置1. 存储侧安装配置2. cinder节点侧配置3. 公钥的上传 存储安装配置 1. 存储侧安装配置1. show iscsi-parameters (查看iscsi口配置参数)2. 给iscsi口设置ip地址set iscsi-parameters -por... ...
分类:
系统相关 时间:
2019-07-20 00:09:07
阅读次数:
146
一.ELK安装1.软件架构:filebeat----elasticsearch----kibana+sentinel---(邮件和钉钉)2.软件下载地址:https://www.elastic.co/cn/downloads/past-releases#(本教程使用的为6.2.4)3.elasticsearch安装[root@VM_0_7_centos~]#egrep-v"^$|^#&q
分类:
其他好文 时间:
2019-07-13 00:50:50
阅读次数:
418
1、 禅道下载地址,下载解压 http://www.zentao.net/download/80081.html 一键安装包根据本机系统做相应版本下载 2、 解压完打开文件夹xampp,点击start.exe 3、 启动禅道 4、 在这里改端口号,点击服务,点击配置端口 5、 打开浏览器输入IP地址 ...
[jg73178@hdcgcgdbsla01dv ~]$ egrep \'SI\' tt.txt 'SI' [jg73178@hdcgcgdbsla01dv ~]$ egrep \"SI\" tt.txt "SI" ...
分类:
系统相关 时间:
2019-07-03 14:06:03
阅读次数:
142
下载地址:http://sourceforge.net/projects/zentao/files/8.2/ZenTaoPMS.8.2.stable.exe/download 1、解压ZenTaoPMS.8.1.3到根目录,比如“C:\ xampp”、“D:\ xampp 2、进入xampp,以管理 ...
分类:
其他好文 时间:
2019-06-29 11:15:07
阅读次数:
157
删掉xampp文件夹时,提示:操作无法完成,因为其中的文件夹或文件已在另一程序中打开 具体的解决方法: ...
分类:
其他好文 时间:
2019-06-29 10:43:19
阅读次数:
165