环境:Centos6.6已完成LNMP安装[root@Centos~]#cd/etc/
[root@Centosetc]#grepmax_execution_timephp.ini
max_execution_time=300
[root@Centosetc]#greppost_max_sizephp.ini
post_max_size=16M
[root@Centosetc]#grep^max_input_timephp.ini
max_input_time=300
[root@Centos..
分类:
其他好文 时间:
2016-05-19 13:30:14
阅读次数:
395
环境:Centos6.6Zabbix自动发现WEB站点:[root@Centos~]#tail-3/etc/zabbix/zabbix_agentd.conf
UserParameter=web.site_discovery,/etc/zabbix/scripts/discovery_web_site.shweb_site_discovery
UserParameter=web.site_code[*],/etc/zabbix/scripts/discovery_web_site.shwe..
分类:
其他好文 时间:
2016-05-19 13:27:57
阅读次数:
271
打印某个路径下的所有文件,我们可以通过find命令实现(find路径-typef)。下面我通过Python的递归来实现这个功能。[root@centos~]#vimprint_files.py#!/usr/bin/pythonimportosimportsysdefprint_files(path):lsdir=os.listdir(path)dirs=[iforiinlsdirifos.path.isdir(os.pat..
分类:
编程语言 时间:
2016-05-15 00:44:19
阅读次数:
337
关于手动编译hadoop入门例子WordCount并执行 之前做的例子都是用hadoop中已经编译好jar包来运行示例的但是这次想要手动编译个实例,练下手没想到还是遇到点了小困难 [root@centos WordCount]# hadoop jar WordCount.jar /wc/input ... ...
分类:
编程语言 时间:
2016-05-13 10:20:18
阅读次数:
282
awk是按照流来处理的,所以处理1-5G的文本数据相对还是可以的!规定日志格式$17为domainname$19为request$21为响应状态码应用1:匹配统计F5日志中,含有某个域名的数量可以按照以下方法来套[root@CentOS-6-121scripts]#awk-F:‘$1=="root"{print$0}‘/etc/passwd|wc-l
1对以上进行..
分类:
其他好文 时间:
2016-05-09 22:14:45
阅读次数:
265
我最近在安装mysql 5.7.12,本来之前安装mysql 5.7.11时用命令 bin/mysqld --initialize --user=mysql 可以很好的初始化,但是用在5.7.12版本居然报错 [root@centos mysql-5.7.12]# bin/mysqld --init... ...
分类:
数据库 时间:
2016-04-28 12:12:09
阅读次数:
4464
安装crontab:[root@CentOS ~]# yum install vixie-cron[root@CentOS ~]# yum install crontabs 说明:vixie-cron软件包是cron的主程序;crontabs软件包是用来安装、卸装、或列举用来驱动 cron 守护进程 ...
分类:
其他好文 时间:
2016-04-22 16:23:18
阅读次数:
127
CentOS安装crontab及使用方法(转) CentOS安装crontab及使用方法(转) CentOS安装crontab及使用方法(转) 安装crontab:[root@CentOS ~]# yum install vixie-cron[root@CentOS ~]# yum install ...
分类:
其他好文 时间:
2016-04-10 06:39:48
阅读次数:
172
系统硬件:vmware vsphere (CPU:2*4核,内存2G) 系统版本:CentOS Linux release 7.0.1406 安装步骤: 1.系统环境 1.1 更新系统 [root@centos ~]# yum update -y 1.2 查看环境 [root@centos ~]# ...
分类:
其他好文 时间:
2016-04-03 17:33:37
阅读次数:
282
HowtorecoverrootpasswordinCentos6?Howtorecovertherootpassword?1)Press‘E‘whenstartingtheserver.2)SelectKernelfollowedbypressing‘E‘toeditthecommands.3)Add‘single‘or‘1‘thenpressenter.4)Press"B"tobootserverwithsingleusermode.5)Usecommand‘passwdroot‘tochangethe..
分类:
其他好文 时间:
2016-04-03 07:50:57
阅读次数:
345