10G以上表空间drop过程

2019-05-31

大表空间包含大表,应该用truncate一点一点的收缩空间 ,如果直接drop会引起io卡死。  阅读全文...

Nginx日志切割Logrotate

2019-05-30

Logrotate是Linux下一款日志管理工具,可用于日志文件的转储(即删除旧日志文件,创建新日志文件)。可以根据日志大小或者按照某时段间隔来转储,内部使用cron程序来执行。Logrotate还可以在压缩日志,并发送到指定E-mail。  阅读全文...

nagios core 4.4.1升级 4.4.3

2019-05-30

Nagios Core provides the central monitoring engine and a web interface for viewing current status, historical logs, and basic reports.  阅读全文...

nagiosxi和nagios core区别

2019-05-30

Nagios XI is a powerful application for monitoring your critical IT infrastructure components.
Nagios XI Provides monitoring of all mission-critical infrastructure components including applications, services, operating systems, network protocols, systems metrics, and network infrastructure. Hundreds of third-party addons provide for monitoring of virtually all in-house applications, services, and systems.  阅读全文...

十种常见的缓解便秘的食物

2019-05-28

最近感觉有点便秘?你的第一反应可能是看看吃点啥药好,但或许你用不着吃药,自有天然食物帮你一把。所有以下常见的食物都有天然泻药的作用:  阅读全文...

php-fpm 进程池优化方法

2019-05-24

php-fpm进程池开启进程有两种方式,一种是static,直接开启指定数量的php-fpm进程,不再增加或者减少;
另一种则是dynamic,开始时开启一定数量的php-fpm进程,当请求量变大时,动态的增加php-fpm进程数到上限,当空闲时自动释放空闲的进程数到一个下限。
这两种不同的执行方式,可以根据服务器的实际需求来进行调整。   阅读全文...

centos7 开机有上百个rcuob和rcuos进程

2019-05-24

一台服务器安装了CentOS7,内核3.10.0-327.10.1.el7.x86_64,系统里有128个rcuos进程和128个rcuob进程,导致新添加的Zabbix一直提示系统的进程数过多,而服务器的CPU并没有这么多核心。  阅读全文...

pyzabbix是zabbixAPI的第三方python包装

2019-05-22

Zabbix API是基于JSON-RPC 2.0规格,具体实现可以选择任何自己爱好的编程语言,可以采用Perl、Ruby、PHP之类的。
python zabbix api模块较多,使用较为方便。  阅读全文...

centos7-install-php5.6.40

2019-05-20

PHP 7.3声称速度比PHP 5快3倍还多。但是typo3 7.6.10不支持php7.3。
报错信息:Warning: count(): Parameter must be an array or an object that implements Countable  阅读全文...

win10开机直接进入输入密码界面

2019-05-19

锁屏/开机/桌面  阅读全文...

yum versionlock 怎么处理

2019-05-18

yum install yum-plugin-versionlock.noarch  阅读全文...

CentOS7安装Memcached

2019-05-15

Memcached是一个自由开源的,高性能,分布式内存对象缓存系统。  阅读全文...

centos7-install-mariadb10.3.14

2019-05-14

MariaDB是甲骨文MySQL的加强版本,因此已有的系统不需要任何修改就可以运行,就像使用Percona Server一样。  阅读全文...

联想显示器:联想炫彩功能

2019-05-14

1、联想炫彩功能设置屏幕分成两种不同颜色  阅读全文...

shell报错pushd:not found

2019-05-14

shell行首用了#!/bin/sh,进入目录用了pushd/popd  阅读全文...