豆子最近修改了Sophos的升级账号的密码,结果导致该账户频频被锁。我需要找出究竟是哪些客户端上配置了错误的密码,导致这个问题。方法很简单,也很传统。一句话,找到对应的DC,然后从DC日志上找到对应的登陆用户和计算机。首先确认组策略里面打开了对应的审计功能。只有enable了Audit Kerber...
分类:
其他好文 时间:
2015-04-17 10:47:53
阅读次数:
438
安装memcached前先要确定系统是否安装了gcc;1、解压安装包:tar -zxf memcached-1.2.8-repcached-2.2.tar.gz2、编译:系统应安装了libevent,libevent-1.4.13-stable.tar;./configure --enable-re...
分类:
系统相关 时间:
2015-04-16 21:24:53
阅读次数:
275
下面介绍两种编译方式:1、在已有的PHP上编译pthreads扩展注:需要动态加载pthreads模块,之前在编译php时必须启用--enable-maintainer-zts;否则需要重新编译PHP。pthreads源码包下载地址:http://pecl.php.net/package/pthreadstarxfpthreads-1.0.0.tgzcdpthreads-1.0.0phpiz..
分类:
编程语言 时间:
2015-04-16 20:08:31
阅读次数:
196
设置全部监控项都开启邮件报警:vim /usr/local/nagios/etc/nagios.cfg设置enable_notifications=1 1为开启,0为关闭如个别监控项只监控不报警:例如负载load只监控不报警vim/usr/local/nagios/etc/objects/servi...
分类:
移动开发 时间:
2015-04-15 19:08:16
阅读次数:
169
Cacti脚本1.Advance Ping 脚本及模板注:要使用此模板,编译PHP时必须加上--enable-sockets选项来支持套接字。1).功能:此模板用来监控一个TCP/UDP端口、ICMP的延时情况和丢包情况。2).下载ss_fping.php脚本并放到/usr/local/apache...
分类:
其他好文 时间:
2015-04-15 18:30:27
阅读次数:
401
WithfreshinstallationofWindows2012andWindows8,youcan’taccessoldSMBshareorCIFSsharecorrect.Thesolutionisfollowing.·ToenableSMBv1ontheSMBclient,runthefollowingcommands:sc.execonfiglanmanworkstationdepend=bowser/mrxsmb10/mrxsmb20/nsisc.execonfigmrxsmb10start..
今天在安装PHP的时候../configure--prefix=/usr/local/php5--with-gd--with-zlib--with-mysql=/usr/local/mysql/--with-config-file-path=/usr/local/php5--enable-mbstring--enable-fpm先是报出如下错误:configure:error:libxml2-confignotfound,checkyourlibxml2installation..
分类:
Web程序 时间:
2015-04-14 19:59:42
阅读次数:
148
IOS各种调试技巧豪华套餐目录 前言逼优鸡知己知彼 百战不殆抽刀断Bug 普通操作 全局断点(Global BreakPoint) 条件断点(Condational Breakpoints)打印的艺术 NSLog 开启僵尸对象(Enable NSZombie Objects)进击的码农 ...
分类:
移动开发 时间:
2015-04-14 08:26:11
阅读次数:
286
./configure?‘--build=x86_64-redhat-linux-gnu‘?‘--host=x86_64-redhat-linux-gnu‘?‘--target=x86_64-amazon-linux-gnu‘?‘--prefix=/usr/local/squid‘?‘--disable-dependency-tracking‘?‘--enable-arp-acl...
分类:
其他好文 时间:
2015-04-14 00:51:20
阅读次数:
154
定时器控件定时器控件(timer),是按一定的时间间隔周期地自动触发事件。在程序运行时,定时器是不可见的。1.常用的属性。a.Enable属性,为true就启动timer。b.InterVal属性,时间间隔,毫秒为单位。2.常用的方法。a.Start和Stop方法,启动和停止定时器。3.常用的事件。a.Tick..