Setup And Host My Own VPN

What I used: Windows 7 Professional, TP-Link TL-R600VPN Router This is pretty cool. VPNs have been around for aaaages, and there are tons of amazing uses for a VPN. Today...

View The Git Commit Tree In Terminal

Ubuntu 14.04.2 LTS, Git 1.9.1 Sometimes it’s super-useful to view the Git commit tree right in the terminal on the remote host. This can be achieved in several ways. I’m...

Login Redirects Back To Itself Magento 1.5

Magento 1.5.1.0 CE In a multi-store environment, the user may experience issues trying to login to their account on Magento CE pre-1.7. Any of the following symptoms may be present:...

Install Parallels Plesk Over SSH

CentOS 6.5 64-bit, Parallels Plesk 12.0.18 I recently had to install Parallels’ Plesk control panel via SSH, and I found it hard getting to a single reference for this process...

Add A WordPress User Manually To The Database

WordPress 4.0, Direct Access To The MySQL Database Recently I needed to gain access to a hacked WordPress installation. I didn’t have any usernames or passwords for the dashboard. Here’s...

Add Custom Product Tab In Magento 1.9 CE

Magento 1.9 CE Very often we want to add additional tabs to Magento’s product page(s). The Additional Information tab only goes so far! We begin by creating a new attribute...

Setup SASS for Magento 1.9 CE on Windows 7

Magento 1.9 CE In case you didn’t know already, Magento offers a responsive theme out of the box since 1.9 CE. The dev team also incorporated the use of SASS...

Magento Lowest Price for a Configurable Product

Magento 1.9 CE Sometimes we want to display a price from field for Magento configurable products, advertising the lowest price for that product. The challenge is that a configurable product...

Serving Magento Media Images From A Sub-Domain

Magento 1.8.1.0 CE, CentOS 6.5 64-bit One of the most important things when developing with Magento is reducing the page load times. Today I’m going to show you a quick...