Search Results

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

How to ban a particular IP for a drupal 6 website.

For one of our drupal 6 site need to block a particular IP form drupal side. There are some module availble for drupal 7 but only few for drupal 6…

Read more

How to create a sub theme using bootstrap 7x-3.x. in Drupal 7

What makes this Article important is that the absence of .subtheme folder inside the newer version of bootstrap 3.   So lets start to make our own…

Read more