Friday, May 23, 2008

Using the Mic with Skype 2 on Ubuntu 8

1. Open volume control (dbl click on the icon or type gnome-volume-control in a terminal)

2. Go to 'Preferences' and enable the 'Capture' device.



3. Adjust the volume for the 'capture' device and make sure its not in mute.



4. That worked for me :)

Tuesday, May 13, 2008

How to change resolution in Gnome without the panel icons jumping around

The gnome panel has this annoying habit of letting loose of your panel icons when you change the screen resolution. (This happens when I step down the screen resolution to suite the projector, for example).

To prevent this, a nifty little application called 'pessulus' can be used to lock down the panels.

It can be installed in ubuntu as follows.


$ sudo apt-get install 'pessulus'

$ pessulus


Lock down the panel as shown in the screenshot below.



No more messing up the panel icons when changing the screen resolution :)

Tuesday, May 6, 2008

Encrypted chats with Pidgin / Gaim

Doing encrypted (RSA) chats using pidgin is as simple as:

$ sudo apt-get install pidgin-encryption

This installs the encryption plugin.

Encrypted chats are possible once you enable this plugin from preferences in pidgin.

Note the 'padlock sign' in the chat window below.


Check the packet data for yourself using a packet analyser like 'wireshark'.



Its encrypted !

:)