Archive for 5月, 2007

借unlocker的bat脚本学习regedit使用

星期二, 5月 29th, 2007

今天看到一个不错的软件Unlocker,用来强制删除文件的小软件。
其中两个bat文件吸引了我:
—————————————-
###Install.bat

PHP Shell

星期一, 5月 28th, 2007

PHPShell is a PHP script which allows shell commands to be executed on a web server. Typically the PHPShell script is protected by a password so only the server administrator can access it. We deployed honeypots that advertise an unrestricted PHPShell...

mime-type table

星期六, 5月 26th, 2007

Mime-Typ Dateiendung(en) Bedeutung
application/acad *.dwg AutoCAD-Dateien (nach NCSA)
application/applefile AppleFile-Dateien
application/astound *.asd *.asn Astound-Dateien
application/dsptype *.tsp TSP-Dateien
applicat...

An wordpress plugins named SRG Clean Archives

星期四, 5月 24th, 2007

Today i saw a wordpress plugins about archives in the website.
the owner’s page: http://www.geekwithlaptop.com/projects/clean-archives/
Download here :
Current version: 3.0.1 (Supports WordPress versions 2.0.x thru 2.2).
...

关于Ping及TTL的一些总结:

星期三, 5月 23rd, 2007

TTL: Time to Live,意思就是生存周期
ping命令是使用的网络层协议ICMP
指定数据报被路由器丢弃之前允许通过的网段数量。
TTL 是由发送主机设置的,以防止数据包不断在 IP 互联网...

Table of network masks

星期一, 5月 21st, 2007

Short Full Maximum Comment
Form Form […]

...

Startcraft II coming

星期一, 5月 21st, 2007

http://www.starcraft2.com/

...

解决-诺顿误杀导致PC系统瘫痪

星期六, 5月 19th, 2007

昨日QQ广播说诺顿误杀导致pc瘫痪,开始我还真不相信,虽然我一直在用诺顿,
没想到,这种情况居然发生了,而且如此之快
今天一早,一哥们的本本遭遇此问题,windows xp-sp2的 系...

老版本Freebsd 更新PORTS

星期三, 5月 16th, 2007

Freebsd4.7 - 5.4 升级PORTS
1) 首先要下载并安装cvsup
2hei# ftp -a ftp.freebsdchina.org
ftp> cd pub/FreeBSD/ports/packages/net
get cvsup-without-gui-16.1h_2.tbz
2hei# pkg_add cvsup-without-gui-16.1h_2.tbz
2h...

mrtg 监控数据的获得 (shell-php-mysql)

星期三, 5月 16th, 2007

安装好mrtg后,还需要自己写脚本来对系统的状态进行监控,比如:内存,硬盘,cpu,load等等
下面是我使用的脚本:
1) 基础数据的获得
通过shell取得系统数据存到txt文件中,...