Skype Problem with Audio Playback
Skype audio not working :( , i know it's too bad if one of the only few good VoIP provides for Linux in {not}Working , i did this to slove that :
sudo killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
sudo rm /etc/X11/Xsession.d/70pulseaudio
{if not working}
{ sudo apt-get install pulseaudio} then,
1. Run this command to add the source:CODEecho "deb http://ppa.launchpad.net/alsa-backports/ubuntu hardy main" | sudo tee /etc/apt/sources.list.d/alsa-backports.list
2. Update software repositories list:CODEsudo apt-get update
3. Perform a full system upgrade.CODEsudo apt-get dist-upgrade
Alternatively, this should work too:CODEsudo apt-get upgrade

Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs