Thursday, August 13, 2009

Free imaging software

See the link http://www.dedoimedo.com/computers/free_imaging_software.html

Saturday, August 1, 2009

Voice chat in Linux-How to setup Voice chat with Google talk user using Empathy

Empathy consists of a rich set of reusable instant messaging widgets, and a GNOME client using those widgets. It uses Telepathy and Nokia’s Mission Control, and reuses Gossip’s UI. The main goal is to permit desktop integration by providing libempathy and libempathy-gtk libraries. libempathy-gtk is a set of powerful widgets that can be embeded into any GNOME application.This packet contains the empathy IM application and account manager.
Install Required packages

First you need to edit the /etc/apt/sources.list file using the following command

sudo gedit /etc/apt/sources.list

add the one of the following lines

For Intrepid users

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main

For Hardy users

deb http://ppa.launchpad.net/telepathy/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu hardy main

Save and Exit the file.

Now you need to update the source list using the following command

sudo apt-get update

Install the required packages using the following command

sudo apt-get install empathy telepathy-gabble telepathy-mission-control telepathy-stream-engine telepathy-butterfly python-msn

This will complete the installation.

Using Empathy

You can start Empathy from Applications –> Internet –> Empathy Instant Messenger

Configure your gmail account with the following settings.

1. In Empathy, Edit –> Accounts gtalk0 is checked

2. For Gtalk account you have to give Login ID user-name@gmail.com

3. Server is: talk.google.com

4. Port is 5223, and

5. Use old ssl is checked


Source :http://www.ubuntugeek.com/howto-setup-voice-chat-with-google-talk-user-using-empathy.html

Friday, July 31, 2009

Ubuntu -How to convert wav files to mp3?

##Converting .wav to .mp3 format##
##-----------------------------------------------------##

## install lame:

sudo apt-get install shntool
sudo apt-get install lame

#Example -> to convert Track02.wav ---to--> SpiritOfTheGreatHeart.mp3:

lame -V2 Track02.wav SpiritOfTheGreatHeart.mp3

#NOTE: no spaces in names^^^^