-
查询局域网mac地址
Apr252007
-
一个检查系统进程的shell脚本
Apr252007
-
windows 系统命令集合
Apr252007
-
Linux限制apache的每个IP访问的并发数
Apr252007官方网站 http://dominia.org/djao/limitipconn2.html wget http://dominia.org/djao/limit/mod_limitipconn-0.22.tar.gz tar -zxvf mod_limitipconn-0.22.tar.gz cd mod_limitipconn-0.22 #注意 apache 的安装要使用 –with-mod=so #假设apache的安装目录是 /usr/local/apache /usr/local/apache/bin/apxs -c -i ...
阅读全文作者:u2 | 分类:othersLinux限制apache的每个IP访问的并发数已关闭评论
-
Apache 的带宽控制
Apr252007最近想针对apche的带宽做控制 wget http://apache.ivn.cl/files/source/mod_bw-0.7.tgz tar -zxvf mod_bw-0.7.tgz /usr/local/apache/bin/apxs -i -a -c mod_bw.c vi /usr/local/apache/conf/httpd.conf 确信已经有了以下: LoadModule bw_module modules/mod_bw.so vi httpd.conf Limit al internal users (l ...
阅读全文作者:u2 | 分类:othersApache 的带宽控制已关闭评论
-
DEBUG 硬盘数据清除操作指南 (DELL 笔记本)
Mar252007
-
Freebsd6 做Nat 网关
Mar122007首先编译内核: 系统: Freebsd6.0 双网卡: config mykernel cd ../compile/mykernel make depend make make install BSD# cd /usr/local/etc/rc.d/runipnat.sh BSD# vi runipnat.sh #!/bin/sh /sbin/ipnat -f /etc/ipnat.conf #chmod 755 /usr/local/etc/rc.d/runipnat.sh 设置自动启动 BSD# more /etc/ipnat.conf ma ...
阅读全文作者:u2 | 分类:othersFreebsd6 做Nat 网关已关闭评论
-
oracle 建表 sequence 及 trigger的创建过程
Feb202007
-
a english song–Superstar
Jan252007Superstar singer:Jamelia People always talk about Hey oh hey oh hey oh All the things there all about Hey oh hey oh hey oh Write it on a piece of paper Got a feeling now see you later There’s something bout me Let’s keep it moving And if it’s good let ...
阅读全文作者:u2 | 分类:othersa english song–Superstar已关闭评论
-
freebsd5.4 配置 pureftp
Dec282006