<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nazham.com &#187; Computing</title>
	<atom:link href="http://nazham.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://nazham.com</link>
	<description>Jarvis, sometimes you gotta run before you can walk.</description>
	<lastBuildDate>Fri, 24 Feb 2012 02:23:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>View Battlefield 3 Statistics on Mobile Web</title>
		<link>http://nazham.com/2011/11/24/view-battlefield-3-statistics-on-mobile-web/</link>
		<comments>http://nazham.com/2011/11/24/view-battlefield-3-statistics-on-mobile-web/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 03:25:43 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Battlefield]]></category>
		<category><![CDATA[Battlefield 3]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1163</guid>
		<description><![CDATA[Battlefield 3 (BF3) is a first-person shooter video game developed by EA Digital Illusions CE (DICE) and published by Electronic Arts (EA). Released for PC, PS3 and XBOX 360, the game is the next installment for the Battlefield franchise. The game features Campaign, Cooperative and Multiplayer game modes. For those who are familiar with Battlefield [...]]]></description>
		<wfw:commentRss>http://nazham.com/2011/11/24/view-battlefield-3-statistics-on-mobile-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Stream Movies to your iPhone or iPad</title>
		<link>http://nazham.com/2011/09/20/how-to-stream-movies-to-your-iphone-or-ipad/</link>
		<comments>http://nazham.com/2011/09/20/how-to-stream-movies-to-your-iphone-or-ipad/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 14:30:44 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[PS3 Media Server]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1155</guid>
		<description><![CDATA[I have just found a way to successfully stream movies (avi, mkv, mp4, etc) to my iPhone. It&#8217;s via an app called AirPlayer. First, set up a media server on your home network (for example, PS3 Media Server, like what I have explained in my previous post, &#8220;How To Share Media Between PlayStation 3 and [...]]]></description>
		<wfw:commentRss>http://nazham.com/2011/09/20/how-to-stream-movies-to-your-iphone-or-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Your Own Web App to Execute Linux Command</title>
		<link>http://nazham.com/2011/06/24/create-your-own-web-app-to-execute-linux-command/</link>
		<comments>http://nazham.com/2011/06/24/create-your-own-web-app-to-execute-linux-command/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 14:03:58 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WSGI]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1135</guid>
		<description><![CDATA[Let say you need to run a command (which you use frequently) on your headless Linux box, such as, copying files, start/stop services, reboot, etc. However too lazy to go to the physical machine or open a ssh command from another pc. Would it be nice if we have a web application that can easily [...]]]></description>
		<wfw:commentRss>http://nazham.com/2011/06/24/create-your-own-web-app-to-execute-linux-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Queue Torrents in Transmission</title>
		<link>http://nazham.com/2011/05/22/how-to-queue-torrents-in-transmission/</link>
		<comments>http://nazham.com/2011/05/22/how-to-queue-torrents-in-transmission/#comments</comments>
		<pubDate>Sat, 21 May 2011 18:59:39 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Torrent]]></category>
		<category><![CDATA[Transmission]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1127</guid>
		<description><![CDATA[Currently there&#8217;s no queue features in Transmission. Luckily we can improvise this with the help of transmission-remote, a command based client for transmission, and along with some Linux bash scripting. Below I have created a simple bash script: 1. Install transmission remote: sudo apt-get install transmission-cli 2. Copy the script below, and save as my_script_name.sh [...]]]></description>
		<wfw:commentRss>http://nazham.com/2011/05/22/how-to-queue-torrents-in-transmission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Share Media Between PlayStation 3 and Linux</title>
		<link>http://nazham.com/2010/11/07/how-to-share-media-between-playstation-3-and-linux/</link>
		<comments>http://nazham.com/2010/11/07/how-to-share-media-between-playstation-3-and-linux/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 06:59:57 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1092</guid>
		<description><![CDATA[A while ago I have posted on How To Share Media Between XBOX 360 and Linux. It also can be as easy with PlayStation 3 and Linux, with PS3 Media Server. Below are the steps that can let you achieve that. Install necessary codex or media player: sudo apt-get install vlc ffmpeg mencoder mplayer Install Sun [...]]]></description>
		<wfw:commentRss>http://nazham.com/2010/11/07/how-to-share-media-between-playstation-3-and-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Things To Do Immediately After Getting Your TMNet UNIFI (HSBB)</title>
		<link>http://nazham.com/2010/06/01/things-to-do-immediately-after-getting-your-tmnet-unifi-hsbb/</link>
		<comments>http://nazham.com/2010/06/01/things-to-do-immediately-after-getting-your-tmnet-unifi-hsbb/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:58:08 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[HSBB]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[TMNet]]></category>
		<category><![CDATA[UNIFI]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1053</guid>
		<description><![CDATA[On March 2010, Telekom Malaysia Berhad (TM) launched its High Speed Broadband (HSBB) service, called 'UniFi'. I'm going to talk about the security (or the lack thereof) of the default WiFi router setup.]]></description>
		<wfw:commentRss>http://nazham.com/2010/06/01/things-to-do-immediately-after-getting-your-tmnet-unifi-hsbb/feed/</wfw:commentRss>
		<slash:comments>80</slash:comments>
		</item>
		<item>
		<title>Playing 1080p Video in Ubuntu Without Lag</title>
		<link>http://nazham.com/2010/04/24/playing-1080p-video-in-ubuntu-without-lag/</link>
		<comments>http://nazham.com/2010/04/24/playing-1080p-video-in-ubuntu-without-lag/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 13:34:12 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[Blue Ray]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[mkv]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1048</guid>
		<description><![CDATA[Playing 1080p Video in Ubuntu Without Lag]]></description>
		<wfw:commentRss>http://nazham.com/2010/04/24/playing-1080p-video-in-ubuntu-without-lag/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Enhance Your Linux Desktop with Conky</title>
		<link>http://nazham.com/2009/07/26/how-to-enhance-your-linux-desktop-with-conky/</link>
		<comments>http://nazham.com/2009/07/26/how-to-enhance-your-linux-desktop-with-conky/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 15:35:29 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1000</guid>
		<description><![CDATA[I have been using Conky as my desktop monitoring widgets for quite some time now. Before this, I&#8217;ve been using few applications like screenlets and gdesklets, but there&#8217;s a lot of drawbacks on these applications. Among them were limited customizations, it&#8217;s difficult to develop your own widgets, unable to find widgets you&#8217;re looking for, and [...]]]></description>
		<wfw:commentRss>http://nazham.com/2009/07/26/how-to-enhance-your-linux-desktop-with-conky/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; What Email Would Look Like If It Were Invented Today</title>
		<link>http://nazham.com/2009/05/30/google-wave-what-email-would-look-like-if-it-were-invented-today/</link>
		<comments>http://nazham.com/2009/05/30/google-wave-what-email-would-look-like-if-it-were-invented-today/#comments</comments>
		<pubDate>Sat, 30 May 2009 04:25:33 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=917</guid>
		<description><![CDATA[What is a Wave? A wave is equal parts conversation and document. People can communicate and work together with richly formatted text, photos, videos, maps, and more. A wave is shared. Any participant can reply anywhere in the message, edit the content and add participants at any point in the process. Then playback lets anyone [...]]]></description>
		<wfw:commentRss>http://nazham.com/2009/05/30/google-wave-what-email-would-look-like-if-it-were-invented-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend Transmission Torrent with Scripts</title>
		<link>http://nazham.com/2009/04/19/extend-transmission-torrent-with-scripts/</link>
		<comments>http://nazham.com/2009/04/19/extend-transmission-torrent-with-scripts/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 13:10:03 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=893</guid>
		<description><![CDATA[Transmission is one of my favourite bittorrent client. However, it&#8217;s lack the feature of running command(s) before or after you have finished downloading. Luckily we can improvise this with the help of transmission-remote, a command based client for transmission, and along with some Linux bash scripting. Below I have created a simple bash script. What [...]]]></description>
		<wfw:commentRss>http://nazham.com/2009/04/19/extend-transmission-torrent-with-scripts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

