Article Archives

Read and get updated on how we progress.

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 >>

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 >>