06 2016 档案

摘要:#!/bin/sh strace -q -eread cp -- "${1}" "${2}" 2>&1 \| awk '{ count += $NF if (count % 10 == 0) { percent = count / total_size * 100 for (i=0;i<=perce 阅读全文
posted @ 2016-06-30 22:56 arun_yh 阅读(620) 评论(0) 推荐(0) 编辑
摘要:一、安装epel安装 epel是个好东西,不过国外的速度实在是不能忍受。所以 有了这篇文章。 1、 首先卸载以前装的epel以免影响 rpm -e epel-release 2、 下载阿里提供的epel wget -P /etc/yum.repos.d/ http://mirrors.aliyun. 阅读全文
posted @ 2016-06-28 00:56 arun_yh 阅读(2490) 评论(0) 推荐(0) 编辑
摘要:一、问题描述 在zabbix_server添加变量时,出现了以下的报错, 二、解决 <1>修改php.ini的变量设置 [root@2345005183a4 php]# vim /etc/php.ini ; max_input_vars = 1000 max_input_vars = 100000 阅读全文
posted @ 2016-06-21 18:03 arun_yh 阅读(245) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示