Archive for April 12th, 2008

Fearless Hyena

Saturday, April 12th, 2008 27 views

Hyenas are fascinating creatures that always amuses me for their witty tricks and giggle voice as if some human is making fun of you...lol No related posts. Related posts brought to you by Yet Another Related Posts Plugin.

[Solved] Play .m4a format in Debian

Saturday, April 12th, 2008 41 views

Use this command to open sources.list file(You must be in super user mode su): [sourcecode language='bash']gedit /etc/apt/sources.list[/sourcecode] Now copy paste the below line to the opened file: [sourcecode language='bash']deb http://debian-multimedia.org/ testing main[/sourcecode] Now update the local database using the command [sourcecode language='bash']aptitude update[/sourcecode] Now install aac package [sourcecode language='bash']aptitude install gstreamer0.10-plugins-really-bad[/sourcecode] No related posts. Related posts brought to you ...