My latest post was about Apricity OS. This OS continue to surprise me with its ‘archlinux’ blood 🙂 . Getting new update every day is good for my general requirement but not suitable for my job in programming. I need php environment that stable and also support all old php version that our team ever […]
Apricity OS : Disappointing Me
My Peppermint OS 5 seem to let me behind with latest trend. Even I can install Sigil but it’s not latest one because of LTS stuff (yes, Sigil requires Qt >= 5.4 available in Ubuntu 15.10). I also can not introduce Krita for my daughter (its installed but crash). Obviously a lot of fun things […]
How to fix mysql error can’t read dir on Peppermint OS
Suddenly my php stack can’t open phpmyadmin. Its getting timeout all the time. Due to health problem I let it as I think my computer might need rest too like me 🙂 Today I need to overcome the problem since my friend need to access mysql table structure and I use command line, the error […]
How to install PHP7 ports on FreeBSD 10.2
My friend ask me about FreeBSD PHP7 ports and he already check if the ports not exist yet. He just feel more comfortable with ports than using git or source. I search Google and found github repository of PHP 7 ports. I give it a try with my vps and it looks good. Lets get […]
Fix different date between PHP and CentOS server
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 […]