weber on January 5th, 2010

Довго читав мануал по команді ‘date’ поки знайшов простий спосіб перевести таймстемп в дату з консолі, не використовуючи Perl: # date -jf %s 1261872000 +’%Y-%m-%d %H:%M:%S’ 2009-12-27 02:00:00

Continue reading about timestamp -> date

Here is the instructions on how to quickly compile Apache with PHP and to make it available in one of 3 modes: libphp – as Apache module; FastCGI – CGI mode using FastCGI API; CGI – regular CGI mode using PHP binary.

Continue reading about Compiling Apache with PHP in 3 modes: libphp, FastCGI and CGI