Archive for the ‘Unix’ Category
A message “ ‘sys_errlist’ is deprecated; use ‘strerror’ or ‘strerror_r’ instead ”
Tuesday, June 8, 2010 15:33 No CommentsWhile building nginx version 0.7.66, 0.8.35 or higher on Linux the following warning messages are issued: warning: `sys_errlist’ is deprecated; use `strerror’ or `strerror_r’ instead warning: `sys_nerr’ is deprecated; use `strerror’ or `strerror_r’ instead This is normal: nginx has to use the deprecated sys_errlist[] and sys_nerr in signal handlers because strerror() and strerror_r() functions are [...]
Debian GNU/Linux 5.0 updated
Monday, April 13, 2009 14:15 No CommentsThe Debian project is pleased to announce the first update of its stable distribution Debian GNU/Linux 5.0 (codename “lenny”). This update mainly adds corrections for security problems to the stable release, along with a few adjustment to serious problems. Please note that this update does not constitute a new version of Debian GNU/Linux 5.0 but [...]
Debian GNU/Linux 5.0 released
Monday, February 16, 2009 12:34 No CommentsFebruary 14th, 2009 The Debian Project is pleased to announce the official release of Debian GNU/Linux version 5.0 (codenamed Lenny) after 22 months of constant development. Debian GNU/Linux is a free operating system which supports a total of twelve processor architectures and includes the KDE, GNOME, Xfce, and LXDE desktop environments. It also features compatibility [...]
Global Load Balancing Like Google Does
Thursday, February 12, 2009 15:57 No CommentsFor over 3 months ago, I’ve implemented a Global Load Balancing like Google does. I’m coming from Indonesia, so that I will take an example if you’re accessing Google from Indonesia If you’re accessing www.google.com, they will redirect you to the appropriate Google domains in your country. For me, when I tried to open www.google.com [...]
Nginx.net is using an Old Version?
Friday, February 6, 2009 15:25 No CommentsBy now I’m writing this post, nginx latest stable version is nginx-0.6.35 I tried to see which version is nginx.net using right now..