分类 Linux 下的文章

无名博客收集了一些Linux VPS下的一键安装包,一键安装包可以大大简化人工成本,节约时间,不仅方便了使用Linux VPS的小白,对于Linux老手来讲编译安装需要输入大量的命令,如果是配置生产环境需要耗费大量的时间。这些一键安装包使用非常简单,傻瓜化的安装方式,采用Shell编写,容易修改。

- 阅读剩余部分 -

Linux版本2.6.37发布整整14天之后,Linus Torvalds发布了内核2.6.38的第一测试版,正式版预计将在三月底或四月初完成。在此版本中,开发周期的合并窗口已经结束,Torvalds集 成这个版本的大多数变化到主要开发分支的源代码管理系统。

像往常一样,这个版本做了大量的改变,用户最终将从这些改变中受益。其中一个这样的变化就是所谓的“神奇补丁“,在某些情况下可以重新分配处理器的负载,明显加快了桌面应用程序的反应时间。

Torvalds在这个发行版的电子邮件中明确提到SCHED_AUTOGROUP功能,以及可以提高VFS(虚拟文件系统)可扩展性的补丁;这些都已经开发了一段时间了,在错过了2.6.36和2.6.37后,终于被添加到2.6.38中。

支持AMD Bobcat处理器的补丁也包括在内,DRM Radeon驱动程序现在也可以运用Radeon HD62xx到68xx型号的一些2D和3D图形芯片的加速功能。对于Intel图形芯片驱动程序现在可在Core-i处理器更好地支持节约电力功能。

与往常一样,大量驱动被添加或修改,例如,对Realtek的WLAN芯片rtl8192ce的驱动也首次加入。

nginx(发音同 engine x)是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。  其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.
目前中国大陆使用nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用nginx。

Changes with nginx 0.9.2 06 Dec 2010

*) Feature: the "If-Unmodified-Since" client request header line
support.

*) Workaround: fallback to accept() syscall if accept4() was not
implemented; the issue had appeared in 0.9.0.

*) Bugfix: nginx could not be built on Cygwin; the issue had appeared
in 0.9.0.

*) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
Thanks to Maxim Dounin.

下载地址:
Windows:http://nginx.org/download/nginx-0.9.2.zip
Linux:http://nginx.org/download/nginx-0.9.2.tar.gz

nginx(发音同 engine x)是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。  其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页伺服器中表现较好.
目前中国大陆使用nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用nginx。

Changes with nginx 0.9.0 29 Nov 2010
*) Feature: the "keepalive_disable" directive.
*) Feature: the "map" directive supports variables as value of a defined variable.
*) Feature: the "map" directive supports empty strings as value of the first parameter.
*) Feature: the "map" directive supports expressions as the first parameter.
*) Feature: nginx(8) manual page. Thanks to Sergey Osokin.
*) Feature: Linux accept4() support. Thanks to Simon Liu.
*) Workaround: elimination of Linux linker warning about "sys_errlist" and "sys_nerr"; the warning had appeared in 0.8.35.
*) Bugfix: a segmentation fault might occur in a worker process, if the "auth_basic" directive was used. Thanks to Michail Laletin.
*) Bugfix: compatibility with ngx_http_eval_module; the bug had appeared in 0.8.42.

下载地址:
WIN:http://nginx.org/download/nginx-0.9.0.zip
linux:http://nginx.org/download/nginx-0.9.0.tar.gz

nginx(发音同 engine x)是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,最初供俄国大型的入口网站及搜寻引擎Rambler(俄文:Рамблер)使用。其特点是占有内存少,并发能力强,事实上 nginx的并发能力确实在同类型的网页伺服器中表现较好.
目前中国大陆使用nginx网站用户有:新浪、网易、腾讯,另外知名的微网志Plurk也使用nginx。

Changes with nginx 0.8.50                                        02 Sep 2010

*) Feature: the "secure_link", "secure_link_md5", and
"secure_link_expires" directives of the ngx_http_secure_link_module.

*) Feature: the -q switch.
Thanks to Gena Makhomed.

*) Bugfix: worker processes may got caught in an endless loop during
reconfiguration, if a caching was used; the bug had appeared in
0.8.48.

*) Bugfix: in the "gzip_disable" directive.
Thanks to Derrick Petzold.

*) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload
signals to a process run in other session.

下载地址:
WIN:http://nginx.org/download/nginx-0.8.50.zip
LINUX:http://nginx.org/download/nginx-0.8.50.tar.gz