Unix

Articles about Unix, tutorials, how to's and system administration

Happy World IPv6 Day

WORLD IPV6 DAY is 8 June 2011 – The Future is ForeverThis is not a polished article, I wrote this before as my personal notes and for me to share it to anyone who would like to experiment IPv6 in their homes.

So since its World IPv6 Day today, I decided to just copy and paste it here. These are steps on how to create an IPv6 tunnel from your home PC or laptop using the gogo6 client software.

You can install and run gogo6 client in Windows, BSD, Linux and MacOSes but the steps here are tried and tested in my Ubuntu 10.04 Linux PC.

Create freenet6.net Account

1. go to http://gogonet.gogo6.com/page/freenet6-registration

2. fill up the following

Desired Userid
Email Address
Password

Updating Drupal Auto Assign Role Module

The Auto Assign Role module of Drupal is designed to provide an automatic role assignment to newly created user accounts. It will also allow users to choose their own role if permitted by the Drupal site administrator. This module can also be used to provide paths that will trigger a specific user role when an account is created.

A new version of the Auto Assign Role module has been released so I updated my 6.x-1.11 version to 6.x-1.2.

Here are the steps in upgrading this module:

  1. From the Linux/Unix console, download the new Auto Assign Role module from the Drupal.org website using the wget or fetch command.
  2. $ wget http://ftp.drupal.org/files/projects/autoassignrole-6.x-1.2.tar.gz
    
  3. Extract the autoassignrole-6.x-1.2.tar.gz file
  4. $ tar xzvf autoassignrole-6.x-1.2.tar.gz
  5. Backup the old Auto assign role module
  6. $ mkdir autoassignrole-old
    

Syndicate content