PHP APC on Debian Squeeze With Munin Monitoring
Installing APC on Debian Squeeze is as simple as installing the package:$ aptitude install php5-apcIn my case this package come from the PHP bundle distributed by the Dotdeb repository.If installing...
View ArticleLighttpd-Powered WebDAVs Server on Debian Squeeze
Here is a tiny article about how I used Lighttpd to serve content over WebDAV.First, install the required packages:$ aptitude install lighttpd-mod-webdavAs we want to provide a secure WebDAV access, we...
View ArticleWebPing Open-Sourced!
I’ve just released WebPing under a GPL license. It’s available right now on a GitHub repository.WebPing is a script I started to work on in 2009 while working at EDF. Back then, I needed a monitoring...
View ArticleMy Nginx + PHP-FPM + MySQL Configuration
This article is a follow-up to the one I wrote 3 months ago, in which I explained how to install a web stack based on Nginx, PHP-FPM and MySQL on a Debian Squeeze server. Now it’s time to tune this...
View ArticleInstallation Guide for a Full-Featured Debian Server
Here is a collection of articles I wrote during the past year. Together they form a guide that will let you setup a full-featured Debian server. All of these tutorials are based on the recent work I...
View Article