->
发现这个windows自带的很好的工具,不用写VBS去查进程路径了。直接在cmd窗口内完成
C:\Documents and Settings\ROOT>wmic
wmic:root\cli>process where (description=”qq.exe”)
Caption CommandLine CreationClassName CreationDate
QQ.exe “D:\Program Files\CyboQQ\CyboQQ.exe” Win32_Process 20100509164248
QQ.exe “D:\Program Files\CyboQQ\CyboQQ.exe” Win32_Process 20100509173920
QQ.exe “D:\QQ2010\Bin\QQ.exe” Win32_Process 20100509180357

阅读全文…
好衰。用windows自带的SNMP服务,本机都连不上。Timeout: No Response from 127.0.0.1
今天装上net-snmp。
C:\usr\etc\snmp\snmpd.conf
com2sec notConfigUser default public
com2sec notConfigUser 127.0.0.1 public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
view systemview included .1
view all included .1 80
access notConfigGroup “” any noauth exact all none none
win主机对wordpress伪静态支持不太好,网上找了一些,有说用404实现,有说改写httpd.ini.但都有一个问题.就是对文章提交评论的时候,会出现404无法找到..
今天找了一个.可以解决评论出现404页面的问题.其他的暂未发现.
发出来分享下. 效果可以看 http://www.lilijun.cn
[ISAPI_Rewrite]
# Defend your computer from some worm attacks
阅读全文…