官网 http://foofus.net/goons/jmk/medusa/ 和知名的暴力破解工具 hydra 很像的另一个工具? Medusa v2.1.1 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks <jmk@foofus.net> medusa: option requires ...
分类:
其他好文 时间:
2014-11-21 19:04:59
阅读次数:
318
nagios监控vsphereESXi主机硬件状态(CPU风扇、电源模块、硬盘、温度)esxi的只读账户和密码(本文以chkhardware/chkreadonly为例)插架下载地址,此地址附有相关说明:http://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.phpESXI主机:DELLR410ESXI版本:ESXI4.0配置..
分类:
移动开发 时间:
2014-11-21 19:01:49
阅读次数:
3669
最近在看机器学习,看能否根据已有的历史来预测Hardware的故障发生概率。下文是一篇很有意思的文章,转自http://numenta.org/htm.html。NuPIC是一个开源项目,用来实现HTM.-------------------There are many things humans ...
分类:
Web程序 时间:
2014-11-21 14:07:40
阅读次数:
217
1 虚拟机安装 Centos61.1 前期配置New Virtual Machine———Typical(典型安装)选择镜像文件。设置文件名,用户名和密码。设置系统在虚拟机软件的名称, 设置安装目录。设置 系统占用空间。系统硬件设置。 点击Customize Hardware 更改网卡设置 选择 B...
分类:
其他好文 时间:
2014-11-20 21:49:20
阅读次数:
223
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library
需要安装pcre包。
sudo apt-get update
sudo apt-get install libpcre3 libpcre3-dev
你可能还需要安装
sudo apt-get install openssl libssl...
分类:
Web程序 时间:
2014-11-19 12:43:59
阅读次数:
180
Django运行时出现‘url‘requiresanon-emptyfirstargument的解决办法:参考了stackoverflow里面的一个帖子IstartedusingDjangorelease1.5andgotaproblemwithmyoldcode:
<ahref="{%urlauto.views.viewpostpost.slug%}"><h3>{{post.title}}</h3></a>
Error..
分类:
Web程序 时间:
2014-11-19 02:14:32
阅读次数:
171
简单来说,在内核中使用delay函数,如果调用schedule_timeout有可能被signal打断,导致delay的时间小于预期,而mdelay可以确保等待的时间大于等于参数设置的时间,在一些hardware驱动当中使用的delay,安全起见,一般推荐使用mdelay或者usleep_ran.....
分类:
其他好文 时间:
2014-11-18 23:00:04
阅读次数:
354
iOS Crash 分析(文二)-崩溃日志组成
现在我们看一个淘宝iOS主客崩溃的例子:
### 1.进程信息 ###
Incident Identifier: E4201F10-6F5F-40F9-B938-BB3DA8ED7D50
CrashReporter Key: TODO
Hardware Model: iPhone4,1
Process: Ta...
分类:
移动开发 时间:
2014-11-18 16:02:00
阅读次数:
276
Error:Calling startActivity() from outside of an activity context本文地址: http://blog.csdn.net/caroline_wendyAndroid错误:Calling startActivity() from outside of an activity context requires the FLAG_ACTIVI...
分类:
移动开发 时间:
2014-11-18 00:24:33
阅读次数:
187
if you‘re having this same issue the problem is probably an out-of-date SDK. As of Android 4.2.2 there is a security feature that requires you to confirm the RSA fingerprint of the connecting devic...
分类:
移动开发 时间:
2014-11-16 12:13:57
阅读次数:
362