2016-04-212016-07-06System Engineering When Nagios send alert mails with attachement… When Nagios send alert mails with attachement… Perhaps this problem is that […]
2015-03-122016-04-20Developments Using request of JSON Payload in Slim framework How to enable JSON-Payload input in Slim Framework… SlimMiddlewareContentTypes.php <?php /** * […]
2014-07-252014-12-24System Engineering Install nginx + php-fpm on openSUSE 1. Download and install packages zypper install nginx php5-fpm chmod 1733 /var/lib/php5 2. […]
2014-01-232016-07-10Developments, System Engineering Install PHP-Screw 1.5 on openSUSE 1. Download & Prepare cd /usr/local/src wget -O php_screw-1.5.tar.gz http://downloads.sourceforge.net/project/php-screw/php-screw/1.5/php_screw-1.5.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fphp-screw%2F tar -zxvf php_screw-1.5.tar.gz cd php_screw-1.5 /usr/bin/phpize […]
2013-07-122014-09-01Developments [PHP5] Thumbnail Class 원래 십여년전(?)부터 뜯어고쳐 오며 사용하던 소스를 좀 정리했다. 이전에 GD를 직접 컨트롤 […]