Showing headlines posted by mdxp

HowTo upgrade from Debian Etch to Lenny

Debian Lenny’s release is getting closer and closer and many people will want to upgrade their Etch servers to Lenny, maybe even before Lenny is declared stable (at RC1 at this time). Even people that don’t want to upgrade to lenny might find some useful information in this post ;-) ...

Debian Etch Kernels

The release of the next stable Debian version, 4.0 (code Etch) is getting closer. What changes will we see in the next Debian stable release? There are many changes, and this article will show the ones related to the Debian kernel packages that will be available in Etch.

PHP Accelerators

  • www.ducea.com (Posted by mdxp on Nov 1, 2006 4:37 AM EDT)
  • Groups: PHP; Story Type: News Story
PHP Accelerators/Cachers will boost the performance of your PHP applications, by caching the compiled form of php scripts to avoid the overhead of parsing and compiling the code every time the page is loaded.

Rotating Linux Log Files

Logs… Any Linux system will generate many log files by default, containing various information about the operation of the system. If no rotation would occur on the various log files, then they will just grow bigger and bigger, filling up the space (on high traffic sites) but most importantly making it very difficult to find any information that we might be looking for in those log files. This little how-to will show you how the default log rotation works, based on syslog and logrotate.