Jul 27, 2012

Skype Static - error while loading shared libraries: libtiff.so.4

error while loading shared libraries: libtiff.so.4: cannot open shared object file: No such file or directory

Most of the time this kind of error its too generic. So I try to look libtiff library into my system and I found /usr/lib/libtiff.so.3

Fixed:
ln -s /usr/lib/libtiff.so.3 /usr/lib/libtiff.so.4
NOTE: To execute the command you must have root permission.

Jul 25, 2012

Symfony - Logger Setting and Enable

Enable File apps/YOUR_APP/config/factories.yml
prod:
  logger:
   class: sfNoLogger     param:
     level: err
     loggers: ~
to
prod:
  logger:
   class: sfFileLogger
    param:
     level: debug
     loggers: ~
     file: %SF_LOG_DIR%/%SF_APP%_%SF_ENVIRONMENT%.log
Enable symfony debugging apps/YOUR_APP/config/setting.yml
prod:
  .settings:
   no_script_name: true
   logging_enabled: false # Please change to "true"

Reference: Ticket
Application-Management-Tools

Jul 17, 2012

Free Domain Name Registration

  • co.cc - One Best Domain Registration, but this already Block by Google.. sad :(
  • dot.tk - Im not sure if this was block by google already, coz I try to register via Google Apps but sad its generate Error...
  • cu.cc - Im not sure if this is another version of co.cc but the good thing is Google Apps Accept this domain.