Recent php update give me error in server PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20210902/memcache.so’ (tried: /usr/local/lib/php/extensions/n o-debug-non-zts-20210902/memcache.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/memcache.so: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902//usr/local/lib/php/extensions/no-debug-non-zts-20210902/memcache.so.so (/usr/local/lib/php/extensions/no-debug- non-zts-20210902//usr/local/lib/php/extensions/no-debug-non-zts-20210902/memcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 After browse for while I […]

Just quick note for myself for add new domain within cloudflare . I got trouble with ‘ordinary’ add domain via option 2 in centminmod menu. After search for manual and forum post I can implement https using letsencrypt follow direction from this link. 1. Edit custom_config.inc This file located in : /etc/centminmod/custom_config.inc 2. Add more […]

Long time hiatus 🙂 . Yes, being busy with unnecessary things but its fine I come back after a year hahaha. Today I want to share proces for install Ted, I need this for rtftopdf purpose. rpm file not work for my case since I use latest CentOS (7.4 at this moment). The install process […]

Today I need to open a port on my Centos 7 box and I’m glad I know nothing but iptables which is give me ‘silent’ result 🙂 . After digging a few command from Redhat documentation I found its extremely easy. As usual I make my note here for my future reference in case I […]

Odd thing happen today when I see big difference between date from PHP output and date from shell. PHP output : 22-12-2015 06:15:43 Shell output : # date Sel Des 22 13:19:54 WIB 2015 7 hour difference. A few checklist for this case : Copy right timezone to localtime # cp /usr/share/zoneinfo/Asia/Jakarta /etc/localtime 2.  Add […]