存档

文章标签 ‘windows’

cmd下查看进程路径

2010年5月9日 vi 没有评论

发现这个自带的很好的工具,不用写VBS去查进程路径了。直接在cmd窗口内完成
C:\Documents and Settings\ROOT>
: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


阅读全文…

net-snmp配置文件

2010年2月2日 vi 2 条评论

好衰。用自带的服务,本机都连不上。Timeout: No Response from 127.0.0.1

今天装上net-

C:\usr\etc\\.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

分类: √文章精选 标签: , , ,

wordpress 伪静态 windows主机下

2009年10月11日 vi 没有评论

win主机对伪静态支持不太好,网上找了一些,有说用404实现,有说改写httpd.ini.但都有一个问题.就是对文章提交评论的时候,会出现404无法找到..

今天找了一个.可以解决评论出现404页面的问题.其他的暂未发现.

发出来分享下. 效果可以看 http://www.lilijun.cn
[ISAPI_Rewrite]
# Defend your computer from some worm attacks

阅读全文…