apache 下限制单个IP 的并发连接数

2008-03-27 xiao H Posted in 服务器应用 | No Comments »

服务器上放了有几个linux 发行版的 ISO 文件,本来是方便大家下载的好事,但总有些人太过强求速度,联系发起几十个甚至几百个进程来下载,搞的apache 下都是这些链接,严重影响别人!所以不得不装个 mod_limitipconn 限制一下并发连接数。服务器上的是apache2.x的版本,所以要用这个 http://dominia.org/djao/limitipconn2.html

标签:,

GNU Emacs 22.2 发布

2008-03-27 xiao H Posted in 新闻评论 | No Comments »

GNU Emacs 22.2 已经发布。该版本除修正了许多 bug 外,还新增了对 Bazaar、Mercurial、Monotone、Git 等版本控制系统的支持,新增了用于编辑 CSS、Vera、Verilog、BibTeX 等样式文件的主模式,以及改善了图像模式的滚动支持。

你可以从 GNU 的 FTP 站点下载 Emacs 22.2

消息来源:LinuxTOY

标签:,

Mozilla Firefox 2.0.0.13 发布

2008-03-26 xiao H Posted in 新闻评论 | No Comments »

Mozilla Firefox是一个自由的,开放源码的浏览器,适用于Windows, Linux 和 MacOS X平台.
它还有其它一些高级特征,如标签式浏览,可以禁止弹出式窗口.内置了钓鱼保护、改变标签浏览行为、能够重新打开以外关闭的标签、更好的支持网页订 阅的预览和订阅、拼写检查、支持JavaScript 1.7等

标签:,

What to tune in MySQL Server after installation

2008-03-25 xiao H Posted in 精品文档 | No Comments »

What to tune in MySQL Server after installation

My favorite question during Interview for people to work as MySQL DBAs or be involved with MySQL Performance in some way is to ask them what should be tuned in MySQL Server straight after installation, assuming it was installed with default settings.

标签:

Ubuntu 8.04 Beta 发布

2008-03-21 xiao H Posted in 新闻评论 | No Comments »

Ubuntu 项目团队在今天公布了 Ubuntu 8.04 LTS (长期支持) 的 Beta 测试版。Ubuntu 8.04 开发代号为“Hardy Heron”,提供桌面和服务器版本。秉承 Ubuntu 的开发理念,Ubuntu 8.04 将最新最好的开源技术整合进了这个易用的 Linux 发行版。

标签:

linux 内核代码构架图

2008-03-19 xiao H Posted in 精品文档 | No Comments »

从国外网站看到,觉得很这个图很清晰,拿过来给大家分享一下.

linux kernel map

标签:, ,

Slax 6.0.3 released

2008-03-19 xiao H Posted in 新闻评论 | 1 Comment »

Tomáš Matějíček has announced the release of Slax6.0.3: “Slax 6.0.3 has been released. Among all the updates described in the changelog, it features a bug-fix for Squashfs LZMA kernel driver. What’s new? Added kernel 2.6.24.3 with kernel headers, stripped sources and modules all using the same version, to prevent any possible mismatch;

标签:, ,

Apache Url Rewrite(mod_rewrite)

2008-03-14 xiao H Posted in 服务器应用, 精品文档 | No Comments »

一、为什么需要用Apache Url Rewrite(mod_rewrite)

网站的生命在于不断地进行更新和维护,根据业务发展的需求转移服务器进行维护、重新组织目录结
构、变换URL甚至改变到新的域名等情况是经常发生的。为了让客户不会因此受到任何影响,最好的方法就是
使用Apache Rewrite Rule(Apache Url Rewrite)。   

标签:, , , ,