Kohana 3.2.0: Version Control your application with GIT

Follow these steps to manage your kohana application using GIT:   1. Create an empty directory $ mkdir insertcoin.local && cd insertcoin.local   2. run git init to create the bare structure for a git repository $ git init   3. create a folder for the core $ mkdir vendor  … Continue reading

Kohana 3.2.x: How to install taking advantage of submodules

I have improved my Kohana 3.2.x installation steps. This new way takes advantages of submodules with Git thus making your life easier when upgrading to a new version, assuming it's backwards compatible. This guide will assume you have the following structure for your website:   root/html   <!– public html folder… Continue reading

Linux Hardware Compatibility: W311MI

This is just to let others know what piece of hardware worked during my linux experiments:     dmesg output <5>[    0.000000] Linux version 2.6.31.6_SMP_820 (bdietrich@brad-ux) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #96 SMP Tue                Feb 8 12:08:54 PST 2011 <4>[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5… Continue reading

Change Default Country on Google Apps (even free edition)

Change Default Country In Google Apps     Once your default country is selected in your Google Apps account you cannot change it. Sometime it becomes necessary to change the default country for eg: when you change your country.   To force the change follow the steps below: Login to… Continue reading