
OS
stefli
简直就是懒人一个
就喜欢下班回家下碟子,看碟子
听听音乐
展开
-
Simple and powerful command of Microsoft Windows
the command is "sc"DESCRIPTION: SC is a command line program used for communicating with the NT Service Controller and services.USAGE: sc [command] [service name] ...原创 2008-09-25 21:06:00 · 587 阅读 · 0 评论 -
强制关闭进程
强制关闭进程- - 网上有很多关进程的小软件,但其实Windows自带的工具已经够用。 在命令提示符下,tasklist可以列出当前运行的所有进程名称、PID以及内存占用量。 而ntsd命令就可以强制关闭进程:ntsd -c q -p PID。 tskill命令也可以:tskill PID/PNAME。其中PNAME是希望关闭的进程名称,不加扩展名的。 此外,PID还可以在任务管理其中通过选择列察转载 2008-11-24 12:42:00 · 1079 阅读 · 0 评论 -
脚本后门注入图片程序
@echo off echo. echo ********************************** echo 脚本后门注入图片程序 By 我非我 echo mail:wofeiwo1987@yahoo.com.cn echo QQ:309088292 echo ***********************转载 2005-04-23 09:30:00 · 1802 阅读 · 1 评论 -
HMAC的原理和应用
HMAC的原理和应用 Posted by 老蔡 hmac的原理 计算HMAC需要一个散列函数hash(可以是md5或者sha-1)和一个密钥key。用L表示hash函数输出字符串长(md5是16),用B表示数据块的长度(md5和sha-1的分割数据块长都是64)。密钥key的长度可以小于等于数据块长B,如果大于数据块长度,可以使用hash函数对key进行转换,结果就是一个L长的key。 然转载 2008-10-30 15:45:00 · 2649 阅读 · 0 评论 -
How to do sleep in bat file
@echo offecho WWW服务重启程序正在运行...echo WScript.Sleep(1000*4) >log.js:alog.jsnet stop dnsnet start dnsgoto :a原创 2009-01-19 14:36:00 · 804 阅读 · 0 评论 -
How to add new item to the Context Menu
Quote from:http://hi.baidu.com/zhwq99/blog/item/1ce172cf6ee00139f9dc616c.html-------------------------------------------------------------------------------------------------------------------- 如何删除右键转载 2009-02-17 12:51:00 · 739 阅读 · 0 评论 -
全面了解系统中 svchost.exe文件
笔者经常在一些反病毒论坛上浏览时,发现一些朋友对任务管理器中的svchost进程不甚了解,看见存在许多svchost进程就以为自己中了病毒,其实不然。 svchost.exe是NT核心系统非常重要的文件,对于Win2000/XP来说,不可或缺。这些svchost进程提供很多系统服务,如:rpcss服务(remote procedure call)、dmserver服务(logical disk原创 2004-12-28 15:18:00 · 9505 阅读 · 8 评论 -
Multi IE Tester
<br />http://utilu.com/IECollection/原创 2011-04-21 11:13:00 · 710 阅读 · 0 评论 -
One public IP for different contexts via apache rewrite
<br /><br /><VirtualHost *:82><br /> #ServerName www.example.com<br /> #ServerAlias example.com<br /> #ServerAdmin webmaster@example.com<br /> <br /> RewriteEngine On<br /> RewriteRule ^/aContext(.*)$ http://%{SERVER_ADDR}:8080/bpmApprovalMo原创 2011-03-01 11:12:00 · 540 阅读 · 0 评论 -
How to setup signature image in outlook
Copy your signature image to the following folder:C:/Documents and Settings/stevenl/Application Data/Microsoft/Signatures/signature_files Modify the C:/Documents and Settings/stevenl/Application原创 2010-04-06 12:23:00 · 902 阅读 · 0 评论 -
Internet security warning
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> saved from url=(0022)http://www.stefli.com/ -->原创 2009-11-24 10:07:00 · 834 阅读 · 0 评论 -
MSN - Not compatiable with this version
Add the following two lines to hosts file65.54.239.80 messenger.hotmail.com65.54.239.80 dp.msnmessenger.akadns.net转载 2009-07-24 13:13:00 · 528 阅读 · 0 评论 -
Get files automatically by using FTP in Linux environment.
Quote: http://www.oracle86.com/html/unix/2009/0423/711.html FTP自动登录批量下载文件 从ftp服务器192.168.0.110 上的/data 到本地的/bak #!/bin/bash ftp -v -n 192.168.0.110<<EOFuser oracle 12345转载 2009-04-28 14:30:00 · 473 阅读 · 0 评论 -
"your computer needs to restart" when install Windows 8 on Virtualbox
When i install the Windows 8 Preview on Virtualbox, it always stopped at black screen with "your computer needs to restart, params.....".A原创 2011-09-16 08:48:38 · 4556 阅读 · 0 评论