i cant think A blog belong to Mohammad Azwan bin Ali. Most of his writings are about his real life story, ideas, thoughts, moderate political views, computer, programming, tips & tricks, particularly in Linux…. and of course it includes some random unspecified crappy stuffs too! Don't forget to check Movies and Junkyard pages out!
note: most of entries is not suitable for faint hearted person or anybody with iq below 100.

Posts Tagged ‘media center’

XBMC media center on ubuntu

simply type this in your terminal sudo add-apt-repository ppa:team-xbmc sudo apt-get update && sudo apt-get install xbmc note that add-apt-repository is only for karmic version if you’re using jaunty or lower version, add this line deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu into your /etc/apt/source.list instead and then simply issue this command sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 91E7EE5E sudo [...]