Coloured & Named Terminal Prompt On CentOS

CentOS 6, Bash If you are like me, you might have 3 SSH sessions open in your terminal window at the same time. Flicking between them and hitting up twice...

Order Export & Shipping Fulfillment Script For Magento, Version III

Magento CE 1.7.0.2 I deserve a hot chocolate for this, or at least an apple danish 🙂 After some further refinements and tweaks, here is version 3 of the order...

Version Control For Magento Using Git

Magento CE 1.7.0.2, Git 1.7 There are tons of VCS (What is VCS) tools available these days, but I love to harness the additional power of Git to deploy changes...

Get Non-Cached Product Image In Magento

Magento CE 1.7.0.2 Sometimes you want to retrieve the non-cached product image in Magento, such as when you need to provide a Pinterest image? Here’s how we get it: 12345<?php...

Order Export & Shipping Fulfillment Script For Magento, Version II

Magento CE 1.7.0.2 There is a newer version of this article available here. Magento is a fantastic eCommerce platform. The fact that the Community Edition is totally free still makes...

Shortcut To Open GitX In The Current Project

Mac OS X, Git, GitX Here’s a very quick tip for newbies. Instead of navigating to the project via finder each time you need to view the git logs, let’s...

Migrate IMAP Account In Apple Mail And Keep Your Old Mail

OS X 10.6.8, Apple Mail There may be another way to do this, but this method works for IMAP, and others I tried do not. The Scenario You decide to...

Server Memory Usage Bash Script

Linux, Terminal I wanted a simple script to show me the memory usage on my CentOS 6 server so we could monitor peak traffic and usages. This is easily configured...

Order Export & Shipping Fulfillment Script For Magento, Version I

Magento CE 1.7.0.2 There is a newer version of this article available here. We want to automate the export of the orders received in our Magento store. There are of...