PCRE Error on PHP 5.2.x

Recent upgrade to PHP 5.2.8 and PHP 5.2.9 have given me some error on the PCRE/Regex library. That is some sort of bugs I search through the net, so far I still can’t find fixed or patch. After continuously compiling…

MySQL Quick Installation on FreeBSD

MySQL Quick Installation on FreeBSD

Quick installation of MySQL Database on FreeBSD Server. Make sure you are on the latest FreeBSD Port Tree with portsnap, refer to keeping update ports. If you want to browse through what version of MySQL is available in FreeBSD; shell>…

Configure IPV6 on Apple and Windows

Configure IPV6 on Apple and Windows

Do you have IPV6 network ready in your office? Lets configure IPV6 on your machine running on either Windows/Mac. We have IPV6 network running on our office network, running dual stack with IPV4, not running fully on IPV6 DNS at…

Symfony, Unable to get sequence id with PostgreSQL Database

Symfony, Unable to get sequence id with PostgreSQL Database

When doing Symfony development, I usually build the database schema manually through phpPgAdmin or writing my own schema file. I like propel-generate-crud in symfony, which can generate the admin form on the fly. Previously I was having problem with PostgreSQL…

What is umask?

umask? What? What is umask command use for in linux/unix system? umask is uses to set the default file or directory permission when a user create a new file or directory. By default, when a user created new file/directory,