Posts Tagged ‘debian’
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 [...]
Building nginx package with upstream hash module on Debian/Ubuntu
Saturday, October 18, 2008 13:22 1 CommentThis’s how to recompile nginx with upstream hash module We need to recompile nginx to support upstream hash module. Because debian based nginx, doesn’t have this module loaded. And we need to download the module from here First of all, we need to install the software that’s needed to recompile a .deb packages apt-get install [...]
Installing And Using OpenVZ On Debian Etch
Tuesday, October 7, 2008 15:40 1 CommentInstalling OpenVZ In order to install OpenVZ, we need to add the OpenVZ repository to our /etc/apt/sources.list: vi /etc/apt/sources.list deb http://download.openvz.org/debian-systs etch openvz Run wget -q http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc -O- | apt-key add – && apt-get update