Logwatch是使用 Perl 开发的一个日志分析工具Logwatch能够对Linux 的日志文件进行分析,并自动发送mail给相关处理人员,可定制需求Logwatch的mail功能是借助宿主系统自带的mail server 发邮件的,所以系统需安装mail server , 如sendmail, ...
分类:
其他好文 时间:
2017-08-29 12:46:06
阅读次数:
252
Aliyun主机环境:CPU:1CMEM:2GOS:centos6.81、安装percona软件包源yuminstallhttp://www.percona.com/downloads/percona-release/redhat/0.1-4/percona-release-0.1-4.noarch.rpm2、验证percona软件包源yumlist|grepPercona-Server-server-573、安装mysql5.7yuminstallPerco..
分类:
数据库 时间:
2017-08-28 00:45:16
阅读次数:
342
1、准备LAMP环境LAMP是Linux、Apache、MySQL和PHP的缩写,是Discuz论坛系统依赖的基础运行环境。我们先来准备LAMP环境,系统为centos6.8x86_641.1、安装MySQL使用yum安装MySQL:yuminstallmysql-server-y安装完成后,启动MySQL服务:servicemysqldrestart此实验使用mysql默认账..
分类:
Web程序 时间:
2017-08-25 09:39:00
阅读次数:
305
centos6.5安装john-1.8.0系统环境:CentOSrelease6.5john版本:john-1.8.0官方网站:http://www.openwall.com/john/安装:cd/usr/local/srcwgethttp://www.openwall.com/john/j/john-1.8.0.tar.gztar-xfjohn-1.8.0.tar.gzcdjohn-1.8.0/src/yum-yinstallgccgcc-c++makemakemakel..
分类:
其他好文 时间:
2017-08-24 20:09:03
阅读次数:
132
实验环境:
Server:192.168.9.109rsync+inotify
WEB1:192.168.9.106rsyncserver
WEB2:192.168.9.104rsyncserver
Server为分发机,有内容更新则推送rsyncserver
注:也可以WEB到Server拉取数据
(1)Server下载安装rsync+inotify
下载安装rsync
#wgethttps://download.samba..
分类:
其他好文 时间:
2017-08-22 16:09:08
阅读次数:
160
实验环境:
操作系统CentOS6.5x64
ServerIP地址:192.168.9.104
ClientIP地址:192.168.9.109
1,下载安装rsync
#wgethttps://download.samba.org/pub/rsync/rsync-3.1.2.tar.gz
#tarxfrsync-3.1.2.tar.gz
#cdrsync-3.1.2
#./configure
#make
#makeinstall
2,Server系统配置rs..
分类:
其他好文 时间:
2017-08-22 16:07:02
阅读次数:
129
Unison简介
Unison是windows和unix平台下都可以使用的文件同步工具,它能使两个文件夹(本地或网络上的)保持内容的一致。unison拥有其它一些同步工具或文件系统的相同特性,但也有自己的特点:
1.跨平台使用;
2.对内核和用户权限没有特别要求;
3.unison是双向的,它能自动处..
分类:
其他好文 时间:
2017-08-22 16:06:35
阅读次数:
167
http://mysql.taobao.org/monthly/2016/01/05/ 大牛们使用systemstap进行了NB的操作,自己试试 将 CentOS-Debuginfo.repo 中的 enabled=0 改为 enabled=1 安装epel yum源,这个应该是不需要的,不过我一般 ...
分类:
其他好文 时间:
2017-08-20 17:00:27
阅读次数:
263
0:数据库中 dql :select dml:insert update delete ddl: create( table view 存储过程) dcl:grant 1: 直接安装阿里云的yum源的mysql即可 阿里云使用的是 mysql5.17 yum -y install mysql-ser ...
分类:
数据库 时间:
2017-08-16 20:32:09
阅读次数:
278
一、Mysql5.6.10安装 1.1、必要软件 1.2、编译安装 [root@localhost src]#groupadd mysql [root@localhost src]# useradd mysql -g mysql [root@localhost src]# pwd /usr/loca ...
分类:
数据库 时间:
2017-08-15 17:19:06
阅读次数:
192