Category Archives: Php

my package of the day – htmldoc – for converting html to pdf on the fly

PDF creation got actually fairly easy. OpenOffice.org, the Cups printing system, KDE provide methods for easily printing nearly everything to a PDF file right away. A feature that even outperforms most Windows setups today. But there are still PDF related … Continue reading

Posted in Allgemein, CommandLine, Debian, PDF, PackeOfTheDay, Php, Script, Security, Shell, Ubuntu | 11 Comments

fast installation of apc php optimizer/cache on Debian / Ubuntu

If you want a fast installation of the php apc bytecache/optimizer for PHP5/Apache2, try the following snippet when already running a standard PHP5/Apache2 environment: # install dependencies for compilation $ sudo aptitude install apache2-dev php5-dev build-essential # get current version … Continue reading

Posted in Debian, Performance, Php, Ubuntu | 1 Comment