Search Results

Drupal Commerce: How to redirect to a specific page via Rules?

In this article we will explain how to redirect to checkout page when you place an order and payment transaction gets failed. There are several ways…

Read more

Drupal 7: How to add block settings and block content to the features?

We all know about the feature module which enables the capture and management of features in Drupal. Here in this article we will go through how to…

Read more

Drupal 7: How to include php library in Drupal 7?

It is very easy to registers js and css libraries using the hook_library(), However if you want to register php libraries you should consider the…

Read more

How To Mount Amazon s3 Buckets In Ubuntu

Amazon s3 is a web service and have online file storage facility.  Amazon S3 provides storage through web services interfaces (REST, SOAP, and…

Read more

How to allow ssh to root user only from the local network?

This article will help you if you have local server running and somebody needs to root ssh login only from your local network.  Open a terminal.…

Read more

How to get json data from remote url into Python script

To get json output data from remote ot local website, Method 1       Get data from the URL and then call json.loads e.g.       import urllib, json…

Read more