DbShards Part Deux - The Internals
Submitted by jimthunderbird on Wed, 07/14/2010 - 19:30.»
- Login to post comments
Benefits of multiple memcached instances
Submitted by jimthunderbird on Wed, 07/14/2010 - 18:07.»
- Login to post comments
Cloud computing with Amazon Web Services, Part 1: Introduction
Submitted by jimthunderbird on Wed, 07/14/2010 - 13:10.»
- Login to post comments
PHP Design Patterns Reference and Examples
Submitted by jimthunderbird on Wed, 07/14/2010 - 10:42.»
- Login to post comments
A Bunch of Great Strategies for Using Memcached and MySQL Better Together
Submitted by jimthunderbird on Mon, 07/12/2010 - 16:42.»
- Login to post comments
RADICORE - Rapid Application Development Toolkit
Submitted by jimthunderbird on Sun, 07/11/2010 - 01:19.»
- Login to post comments
Ruby developers urged to use test-driven development
Submitted by jimthunderbird on Thu, 07/08/2010 - 22:10.»
- Login to post comments
13 Ways of Looking at a Ruby Symbol
Submitted by jimthunderbird on Thu, 07/08/2010 - 12:19.»
- Login to post comments
Install mongo extension for php 5.3 in fedora 13
Submitted by jimthunderbird on Wed, 07/07/2010 - 23:29.1. yum install php-devel
2. create the directory for mongo's source
3. in the directory above do:
git clone http://github.com/mongodb/mongo-php-driver.git
4. sudo phpize
5. sudo ./configure
6. sudo make
7. sudo make install
now we should have: /usr/lib/php/modules/mongo.so
8. in php.ini, add extension=mongo.so
»
- Login to post comments