-
https://github.com/ichikaway/cakephp-mongodb
The CakePHP MongoDB plugin. Include the plugin, create a model, flag it to be sent to Mongo, and boom, your'e in business. Simple, elegant.
-
http://nuts-and-bolts-of-cakephp.com/2012/07/18/cakephp-mongodb-introduction/
Useful intro to using MongoDB with CakePHP. Works quite nicely, load the plugin, specify your model should use Mongo, and boom, you're in business.
-
http://www.giantflyingsaucer.com/blog/?p=3918
Useful article mixing restify, node.js and coffeescript. Very handy for the basic design patterns and language layouts, even if it's a really simple example.
-
http://www.ramirezcobos.com/category/yii/
Useful posts from Antonio Ramirez on the Yii framework. This is the category, there's quite a lot of helpful stuff in there.
-
https://wiki.ubuntu.com/MagicFab/SSDchecklist
Tips on running Ubuntu on an SSD. Useful to check back when upgrading to 10.10 or later.
-
http://calgarydualsport.tripod.com/klr650shock/procedure.html
A detailed walk through on how to rebuild the stock KLR shock. Includes a few pictures and great instructions.
-
http://www.bigcee.com/klr650faq.html#knownissues
A really handy klr faq covering all the most common questions and issues. She's an old bike, most items are covered here, quickly and efficiently.
-
http://ph.ubuntuforums.com/showthread.php?t=335465
Thread explaining how to share a wired internet connection over a wireless network in ad-hoc mode on ubuntu including dhcp setup.
-
http://ubuntu-tutorials.com/2008/11/01/vmware-server-107-on-ubuntu-810-intrepid-2627-7-generic/
How to instal VMWare 1.0.7 on Ubuntu 8.10. Includes link to a recent version of the any-any patch.
-
http://learninginlinux.wordpress.com/2008/04/23/installing-ubuntu-804-with-full-disk-encryption/
Walkthrough on setting up Ubuntu Hardy Heron with full disk encryption. Very handy. :)
-
http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html
Handy howto from the debian manual on browsing packages with apt. Includes explanations of the most common operations (apt-cache search, etc) and what they do.
-
http://ubuntu-tutorials.com/2007/08/17/7-steps-to-an-encrypted-partition-local-or-removable-disk/
A tutorial on setting up encrypted partitions in Ubuntu Gutsy Gibbon (7.10). Goes into some detail as to what each command does. Useful.
-
http://www.fsckin.com/2008/01/15/howto-setup-and-benchmark-encrypted-partitions-in-ubuntu/
An article on how to create an encrypted volume and then four ways to benchmark encrypted disk performance. Summary, the author estimates a 10% performance cost on a 3.2GHz system, 4Gb memory, no swap.
-
http://www.it.uc3m.es/marcos/doc/miniHOWTOs/miniHOWTO-Use_anacron_as_non-root_user.html
Howto run anacron as a regular user. Handy guide to the core concept, although the step by step instructions are a not totally relevant.
-
http://www.hunlock.com/blogs/Mastering_Javascript_Arrays#filter
This is an article on javascript arrays. It provides a good walkthrough on how to filter an array, including some prototype code to add the .filter() method in IE.
-
http://liquidat.wordpress.com/2007/06/11/howto-sun-java-web-start-on-fedora-7/
Adding Sun's Java Web Start functionality under Fedora 7
-
http://fedoramobile.org/Members/opsec/intel-ipw3945-on-fedora-7
How to install and compile the ipw3945 stuff on Fedora 7
-
http://kmandla.wordpress.com/2007/05/02/howto-use-rtorrent-like-a-pro/