Monthly Archive: December 2012

0

Some important general purpose linux commands

How to get Filesize of a Folder or Directory If you are looking for a linux command that shows the size of directory/folder then here it is du -hs –DIRECTORYPATH– where DIRECTORYPATH is the...

0

How to do Magento Reindexing from command prompt

There are two ways to reindex data in magento i) Reindexing from admin section ii) Reindexing through command line With this article we will analyzing reindexing through command line only. Because reindexing through command...

0

How to Stop Magento Indexer Process

When you run the magento indexing process it involves few updation in your data . While these updating are going on magento automatically creates a Lock . It might be a situation when magento...

0

What is VAT ID / VAT Number

What is VAT ID / VAT Number VAT Number / VAT ID are unique number being used in European Union (except the United Kingdom) . The basic use of this number to track the...

Steps to create coupon in magento 0

Steps to create coupon in magento

Step 1. Login to admin section Step 2. Go to “Promotion tab” coming under main menus Step 3. Click on “Shopping Cart Price Rule” from their menu options Step 4. You will see a...

0

How to edit hosts file in windows

What does the hosts file does on machine: Hosts file are similar to address book. As soon as you open any website in your browser the computer consult yours hosts file that “Is there...

0

How to enable .htaccess file on apache server

If you are facing any difficulty about .htaccess file specially you found that .htaccess file is not working for your website then might be it’s a server issue. In order to check it you...

0

How to increase website rank with SEO tips and tricks

In order to get your website ranked, get more visibility for proposed customers/visitors our website must have a good reputation from SEO point of view. So every webmaster should have a clear idea how...

0

Advance SVN command for web developers

SVN command To See log of last n commits on SVN Command: svn log -l n Demo Output: revision number | user | 2012-09-26 20:12:21 +0530 (Wed, 26 Sep 2012) | 1 line Commit...

0

Basic SVN command for web developers

SVN Checkout Command: This SVN command will setup all files from the server to your local folder. Basically this command is used to bind and synchronize your local folder with all the files and...