Monday, May 9, 2011

My skype icon didn't visible

In ubuntu sometimes, the skype icon hide from panel, when you select the option remove from panel, then the solution is:

right click on an empty area in your notification area (top-right bar by the clock) and select "Add to Panel" now scroll down and find "Notification area" then OK.

you should be able to see the green >>running<< skype instance along with all non running duplicates. Right click and close the duplicates.
You can now close the main skype window with the "X" and bring it to the foreground again with the green notifier.

Wednesday, April 6, 2011

Enable clean urls in Ubuntu


  1. Ensure that mod_rewrite is enabled for Apache 2:
     % sudo a2enmod rewrite
  2. Edit Apache 2 configuration to allow Drupal's .htaccess file to be used. In file /etc/apache2/sites-enabled/000-default, inside the tag Directory /var/www/, replace the line
    AllowOverride none
    with
    AllowOverride All
  3. Restart Apache 2:
    % sudo /etc/init.d/apache2 restart

Tuesday, April 5, 2011

Drush installation and configuration steps


Drush configuration steps

1. Download Drush module from http://drupal.org/project/drush and place drush folder into your home directory. E.g: '/home/drush/'

2. In command line, execute following this statement.

PATH="/home/venkat/drush:$PATH" for temporary

3. Add this line PATH=/home/drush:"${PATH}"  in  /home/venkat/.bashrc file

4. Execute following command in command line

$ . .bashrc (including .dots)

Some Drush commands
1. drush cache-clear
2. drush sql-conf
3. drush sql-cli
4. drush dl cck zen
5. drush enable cck , drush pm-enable quiz
6. drush disable cck, drush pm-disable quiz

Here you can find more drush commands http://drush.ws/

Monday, January 10, 2011

Drupal 7 Release Party @ Hyderabad - Sponsored by Azri





This release party was celebrated by Drupal Hyderabad team and sponsored by Azri soultions

see more photos at At my facebook album

Thursday, January 6, 2011

Sunday, January 2, 2011

How to send images as email content but not as an attachment.

Below is the process to send image as email content.

1. Open the image in internet explorer or google chrome browser or any other browser. Dont open in firefox. Also your image need to be in any live website (ex: flickr or photobucket etc..) coz you can't send from your computer.

2. Then right click on the image and select the option copy or copy_image

3. Then paste in your mail body. Thats it.