Skip to content
  • Home
  • Motto
  • Nature Gallary

Control Panel

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Latest Posts

  • Sleep mode in Mac
  • Setup multi version PHP on same server
  • Fix PHP-FPM can’t use $_SERVER[‘PHP_AUTH_USER’]
  • Change mail config in CentOS 6
  • RHEL 6/ CentOS 6: Slow SSH logins with DNS timeouts
  • How to run mysql query in shell script
  • SSH tunneling for proxy
  • Self Sign Multiple Domain Cert

Pages

  • Motto
  • Nature Gallary

Categories

  • Firefox
  • GIT
  • HTML
  • iPhone
  • Linux
  • Mac
  • MySQL
  • PHP
  • SVN
  • Symfony
  • Uncategorized
  • Visual Studio
  • Windows

Archives

  • August 2013
  • July 2013
  • May 2013
  • October 2012
  • February 2012
  • November 2011
  • September 2011
  • July 2011
  • March 2011
  • January 2011
  • December 2010
  • November 2010
  • May 2010
  • March 2010
  • September 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • January 2009
  • December 2008
  • November 2008
  • August 2008

Think Your Mind

Think of what to write on it now! Knowledge is accumulated bit by bit.

Menu
Widgets
Search

Month: July 2011

Git tar and gzip last commit diff

git diff-tree -r --no-commit-id --name-only --diff-filter=ACMRT HEAD | xargs tar czvf last_commit.tar.gz

Share
July 25, 2011kary Leave a comment

Symfony 2.0 requirement (ICU 4+ & php-intl)

  1. download latest ICU source
  2. using default config command compile the ICU to /usr/local
  3. recompile php 5.3.x with
    ‘–enable-intl’ \
    ‘–with-icu-dir=/usr/local’
  4. restart apache
Share
July 6, 2011kary compile, icu, intl Leave a comment
Proudly powered by WordPress | Theme: Quadra by WordPress.com.