Skip to main content

Posts

Showing posts from December, 2008

ls in ubuntu emacs

Emacs shell mode can be executed using (M-x shell). When doing a listing using 'ls', the control characters mixed in with the listing. The solution is to unalias ls bash> alias ls alias ls='ls --color=auto' bash> unalias ls bash> ls

skype on 64 bit ubuntu 8.10

I was not able to use skype on ubuntu 8.10 due to audio issue, e.g. ALSA lib ../../../src/pcm/pcm.c:2156:(snd_pcm_open_conf) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_bluetooth.so The solution I use is bash >> sudo killall -9 pulseaudio