Article Archives

Read and get updated on how we progress.

How to create a custom rules event programmatically in Drupal 7

Drupal 7 itself provides an interface to add a new rule event (admin/config/workflow/rules) via configuration. In most of the cases we create a rule…

Read More >>

How to deactivate or disable Bluetooth on Ubuntu system startup

Folllow the below steps to deactivate or disable Bluetooth on Ubuntu system startup Open a Terminal by pressing Alt+Ctrl+T Run sudo gedit /etc/rc.…

Read More >>

How To Access ssh Terminal In Web Browser On Linux

Shell In A Box is a web-based terminal emulator, which can run as a web-based SSH client. It comes with its own web server (shellinaboxd) which…

Read More >>

How to convert a ppk file to a pem file on Linux

Here is the steps to convert a ppk file into an equivalent pem file. Install the putty tools,  sudo apt-get install putty-tools   Generate the…

Read More >>

How to display related nodes in a block based on taxonomy terms with Views 3 and Drupal 7

For one of my Drupal 7 sites need to show a related node block view inside the node page to redirect the user to the next node having the same…

Read More >>

Drupal 7 Ajax Pages

Ajax pages enables loading of the site's pages via Ajax. Installation: Install this module the usual way. In your theme's html.tpl.php file, wrap…

Read More >>