Posts from April 2012

Custom Web fonts

Hi guys, If you want to use nice funky, stylish fonts on your web sites… then I would recommend to use ‘Typekit’. Typekit gives you[…]

Basic Git commands to push and pull

To check what has been modified, changed or added # git status Pull files down from repo # git pull To push file to repo[…]

How to install LESS with Omega Responsive HTML5 Base Theme

How to implement LESS on to your Drupal sites with Omega theme (Responsive HTML5 Base Theme) 1) First of a will need to download and[…]

How to uncompress tar file in Linux

Here is how to uncompress tar file. # gunzip filename.tar.gz or # tar xvf filename.tar Here is the command to execute .pl file. # perl

MySQL: How to fix ERROR 1153 (08S01) in Centos 5

To increase ‘max_allowed_packet’. I came across this issue when trying to import 1.6gb sql dump. It took me a couple of hours to figure this[…]