Browse > Home

| Subcribe via RSS

Apache多虚拟主机的简单配置

09月 11th, 2008 | No Comments | Posted in Apache | by finalbsd | 585 views |

作者:FinalBSD
日期:2008-09-11
原文地址:http://www.sanotes.net/html/y2008/181.html
需求:
一台apache上要服务很多的虚拟主机,这些虚拟主机的域名具有规律性,比如说是:xxx.example.comApache, ,

F5的风扇故障

09月 10th, 2008 | No Comments | Posted in F5 | by finalbsd | 253 views |

今天偶然发现F5上有大量报警:
Chassis fan 101:status (0) is bad.
Chassis fan 102:status (0) is bad.
Chassis fan 103:status (0) is bad.
Chassis fan 104:status (0) is bad.
Chassis fan 105:status (0) is bad.F5 Chassis Fan

EditPlus结合SVN使用

09月 4th, 2008 | No Comments | Posted in Subversion | by finalbsd | 350 views |

http://www.toplee.com/blog/615.html

...

LVS的hash size

08月 1st, 2008 | No Comments | Posted in Load Balancing | by finalbsd | 431 views |

LVS(Director)的连接跟踪表(也称Hash表),保存了来自客户端的每个新建连接。这么做的主要目的是为了保存足够的信息,使得来自同一个客户端的后续的数据报能通过同一个网络连接发送到相同的... Tags: ,

What does (Aborted) mean in HttpWatch?

07月 22nd, 2008 | No Comments | Posted in HTTP | by finalbsd | 453 views |

What does (Aborted) mean in HttpWatch?
The result column in HttpWatch may sometimes display the value (Aborted) instead of an HTTP status code:

(Aborted) is one of three pseudo status codes that are used in HttpWatch to display informat... Tags: ,

利用P3P跨域传COOKIE

07月 18th, 2008 | No Comments | Posted in HTTP | by finalbsd | 424 views |

查看原文
网上看了别人介绍的一片文章,说使用P3P可以完成跨域COOKIE操作,感觉很COOL,不过没有提供源代码,我胡乱写了一下,大家看看。
实际工作中,类似这样的要求很多,比... Tags: ,

两个好用的TrueType英文字体

07月 17th, 2008 | No Comments | Posted in Tools | by finalbsd | 319 views |

andalemo和consolas,都是ms的,用来显示英文,比如代码字体非常美观。

... Tags:

Mark Shuttleworth

07月 17th, 2008 | No Comments | Posted in 人物 | by finalbsd | 217 views |

Mark Shuttleworth
注:这段介绍来自baidu知道
Mark Shuttleworth,Ubuntu的创始人,是个非常具有神奇色彩的人物,南非人,住在伦敦。大学毕业后创建了一家安全咨询公司Thawte Consulting,1999年... Tags: ,

shell脚本中的浮点数比较

07月 14th, 2008 | No Comments | Posted in Shell | by finalbsd | 310 views |

在shell脚本中,无法对浮点数进行比较,如:
max=0.1
min=0.01
if [ "$max" -gt "$min" ]
then
echo "YES"
else
echo "NO"
fi
这样的比较,运行后得到错误:

CLOSE_WAIT生成原因

07月 12th, 2008 | No Comments | Posted in Networking | by finalbsd | 500 views |

原文地址:http://blog.csdn.net/eroswang/archive/2008/03/10/2162986.aspx
关闭socket分为主动关闭(Active closure)和被动关闭(Passive closure)两种情况。前者是指有本地主机主动发起的关闭;而后者则是指... Tags:


Page 2 of 17«12345»...Last »