Symfony Notice: “Undefined offset: 0 in /symfony/util/Spyc.class.php”
If you are getting this notice “Undefined offset: 0 in /symfony/util/Spyc.class.php” in Symfony (especially after you clear your cache) check your yml files. You are most likely missing a colon somewhere or have some other error.
Read more about Symfony Notice: “Undefined offset: 0 in /symfony/util/Spyc.class.php” »
Our Bookmarks: Jan 19 – Jan 25, 2009
Show directories by size Linux (CentOS) command
Show directories by size: du -sk * | sort +0nr
Our Bookmarks: Jan 12 – Jan 18, 2009
How to install GeoIP on CentOS
Follow these instructions to install GeoIP on CentOS:
Read more about How to install GeoIP on CentOS »
How to restore your WordPress .htaccess file
If you deleted your .htaccess file (or lost it somehow) here is how you can restore the default one:
Read more about How to restore your WordPress .htaccess file »
Your GNOME desktop suddenly reverted to TWM in CentOS 5
Has your GNOME desktop suddenly reverted to TWM upon a regular restart? If so, you aren’t alone.
Here is what you need to do to restore your GNOME desktop:
Read more about Your GNOME desktop suddenly reverted to TWM in CentOS 5 »
Our Bookmarks: Jan 05 – Jan 11, 2009
The tools we use to collaborate remotely

This is a brief post on the tools our team use to collaborate remotely. They don’t get us around time differences but they certainly help us work better together.
Read more about The tools we use to collaborate remotely »
Basic guide to using Null and Not Null in Propel queries
Here is a quick hint on how to use Propel and its Criteria class to generate queries that need to have Null or Not Null in WHERE clauses:
Read more about Basic guide to using Null and Not Null in Propel queries »