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 […]

I don’t know what I’ve done when I want to upgrade android studio on my apricity box. The error is clear : error: could not open file /var/lib/pacman/sync/apricity-core.db: Unrecognized archive format The solution actually easy 🙂 # rm -R /var/lib/pacman/sync/ and then # pacman -Syuf save and still see error 🙂 Well, all solved after […]

I need to get the fastest solution for push notification and my preference tool for my case is Ionic. Being apricity os user then I try to test it with ‘edge’ resources 🙂 Install NodeJs Ionic yaourt -S nodejs-ionic Check its result : npm -v 3.10.6 ionic -v ****************************************************** Dependency warning – for the CLI […]

Since I use Apricity and its arch linux ‘blood’ make me use latest php version (php 7.0.9 in time of writing) then I can’t get latest phalconphp (version 2). Finally I see phalconphp 3 released. I got little problem to install it but at least i know the error is in my side. /tmp/yaourt-tmp-alamsyahr/aur-php-phalcon/src/cphalcon-3.0.0/build/php5/64bits/phalcon.zep.c:203:30: fatal […]