<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Danesh Project</title>
	
	<link>http://thedaneshproject.com</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Tue, 18 Jun 2013 15:19:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheDaneshProjectFeed" /><feedburner:info uri="thedaneshprojectfeed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>TheDaneshProjectFeed</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>What is my Gnome Shell version?</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/pKy6PpPfdwg/</link>
		<comments>http://thedaneshproject.com/posts/what-is-my-gnome-shell-version/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 15:19:10 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3244</guid>
		<description><![CDATA[What version of the GNOME Shell am I running? You can quickly find out your GNOME Shell version be running &#8220;gnome-shell &#8211;version&#8221; danesh@r2d2:~$ gnome-shell --version GNOME Shell 3.8.2 This is also an indicator to which version of GNOME you are running.]]></description>
				<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/gnome-logo.png"><img class="alignnone size-full wp-image-3245" alt="gnome logo" src="http://thedaneshproject.com/wp-content/uploads/2013/06/gnome-logo.png" width="199" height="76" /></a></p>
<p>What version of the GNOME Shell am I running?</p>
<p>You can quickly find out your GNOME Shell version be running &#8220;gnome-shell &#8211;version&#8221;</p>
<p><code>danesh@r2d2:~$ gnome-shell --version<br />
GNOME Shell 3.8.2</code></p>
<p>This is also an indicator to which version of GNOME you are running.</p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/pKy6PpPfdwg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/what-is-my-gnome-shell-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/what-is-my-gnome-shell-version/</feedburner:origLink></item>
		<item>
		<title>Clean Install of Windows 8 with an Upgrade Disc</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/2l_gKtfMzs0/</link>
		<comments>http://thedaneshproject.com/posts/clean-install-of-windows-8-with-an-upgrade-disc/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 13:20:29 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3226</guid>
		<description><![CDATA[I lost my hard drive and was trying to install Windows 8 from a Windows USB boot disk. When came time to activate I was greeted with &#8220;Code: 0xC004F061 your key can only be used for an upgrade&#8221;.  I bought the upgrade license during the launch sale but din&#8217;t know about this restriction. Microsoft&#8217;s solution [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation.png"><img alt="windows activation" src="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-450x239.png" width="450" height="239" /></a></p>
<p>I lost my hard drive and was trying to install Windows 8 from a Windows USB boot disk. When came time to activate I was greeted with &#8220;Code: 0xC004F061 your key can only be used for an upgrade&#8221;.  I bought the upgrade license during the launch sale but din&#8217;t know about this restriction.</p>
<p>Microsoft&#8217;s solution was to first install Windows 7 and then run the Upgrade assistant again to upgrade to Windows 8.  That would take too long!</p>
<p>Some Googling later and a solution was found. A simple registry hack. Here&#8217;s how,</p>
<ol>
<li>&#8220;Windows + r &#8221; and type &#8220;regedit&#8221; to bring up the registry.</li>
<li>Navigate to <code>HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE/</code></li>
<li>Double click on &#8220;MediabootInstall&#8221;</li>
<li>Change the value from &#8220;1&#8243; to &#8220;0&#8243;. Exit the registry.</li>
<li>Hit the &#8220;Windows&#8221; key and search for &#8220;cmd&#8221; . Right click and select &#8220;Run as Administrator&#8221;.</li>
<li>Type <code>slmgr /rearm</code> and hit press enter. Wait for confirmation.</li>
<li>Reboot.</li>
<li>Try to active again. Should work now.</li>
</ol>
<p>Picture Guide below.<span id="more-3226"></span></p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-run-regedit.png"><img alt="windows activation run regedit" src="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-run-regedit.png" width="413" height="213" /></a></p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-regedit.png"><img class="alignnone size-medium wp-image-3230" alt="windows activation regedit" src="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-regedit-450x157.png" width="450" height="157" /></a></p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-regedit-media-boot-install.png"><img class="alignnone size-full wp-image-3229" alt="windows activation regedit media boot install" src="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-regedit-media-boot-install.png" width="345" height="206" /></a></p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-cmd.png"><img class="alignnone size-medium wp-image-3228" alt="windows activation cmd" src="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-cmd-450x253.png" width="450" height="253" /></a></p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-cmd-done.png"><img class="alignnone size-full wp-image-3227" alt="windows activation cmd done" src="http://thedaneshproject.com/wp-content/uploads/2013/06/windows-activation-cmd-done.png" width="356" height="170" /></a></p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/2l_gKtfMzs0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/clean-install-of-windows-8-with-an-upgrade-disc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/clean-install-of-windows-8-with-an-upgrade-disc/</feedburner:origLink></item>
		<item>
		<title>Archlinux: Can’t find ifconfig</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/JwQ6_pXZaO0/</link>
		<comments>http://thedaneshproject.com/posts/archlinux-cant-find-ifconfig/#comments</comments>
		<pubDate>Mon, 10 Jun 2013 14:23:43 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3221</guid>
		<description><![CDATA[Archlinux dropped support for ifconfig &#8220;net-tools&#8221; sometime back. [announcement] To get the ip address use &#8220;ip&#8221; tool instead. ip addr show dev [device name] ip addr show dev enp2s0 If you really want ifconfig back then grab the &#8220;net-tools from the AUR.]]></description>
				<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/06/archlinux-logo.jpg"><img class="alignnone  wp-image-3223" alt="archlinux-logo" src="http://thedaneshproject.com/wp-content/uploads/2013/06/archlinux-logo-450x450.jpg" width="270" height="270" /></a></p>
<p>Archlinux dropped support for ifconfig &#8220;net-tools&#8221; sometime back. [<a href="https://www.archlinux.org/news/deprecation-of-net-tools/">announcement</a>]</p>
<p>To get the ip address use &#8220;ip&#8221; tool instead.</p>
<p>ip addr show dev [device name]</p>
<p><code>ip addr show dev enp2s0</code></p>
<p>If you really want ifconfig back then grab the &#8220;net-tools from the AUR.</p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/JwQ6_pXZaO0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/archlinux-cant-find-ifconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/archlinux-cant-find-ifconfig/</feedburner:origLink></item>
		<item>
		<title>Malaysiakini mirrors</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/dUkI73YlJog/</link>
		<comments>http://thedaneshproject.com/posts/malaysiakini-mirrors/#comments</comments>
		<pubDate>Thu, 02 May 2013 16:01:37 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[Malaysia]]></category>
		<category><![CDATA[mirrors]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3152</guid>
		<description><![CDATA[Malaysia&#8217;s independent news provider Malaysia accessible through http://www.malaysiakini.com and http://m.malaysiakini.com/en might be down (.i.e blocked by our ISP) for many of you. Try these alternatives. Alternatives; http://www.mkini.co/ - Mirror https://twitter.com/malaysiakini - Twitter @malaysiakini https://www.facebook.com/MalaysiaKini - Facebook You can&#8217;t block the internet!! Get that through your thick skulls &#8230; This list will be updated as more mirrors show up so check back often. [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/05/malaysiakini-logo.jpg"><img class="alignnone size-full wp-image-3153" alt="malaysiakini-logo" src="http://thedaneshproject.com/wp-content/uploads/2013/05/malaysiakini-logo.jpg" width="276" height="182" /></a></p>
<p>Malaysia&#8217;s independent news provider Malaysia accessible through <a href="http://www.malaysiakini.com/">http://www.malaysiakini.com</a> and <a href="http://m.malaysiakini.com/en">http://m.malaysiakini.com/en</a> might be down (.i.e blocked by our ISP) for many of you.</p>
<p>Try these alternatives.</p>
<p>Alternatives;</p>
<ol>
<li><a href="http://www.mkini.co/">http://www.mkini.co/</a> - Mirror</li>
<li><a href="https://twitter.com/malaysiakini">https://twitter.com/malaysiakini</a> - Twitter @malaysiakini</li>
<li><a href="https://www.facebook.com/MalaysiaKini">https://www.facebook.com/MalaysiaKini</a> - Facebook</li>
</ol>
<p>You can&#8217;t block the internet!! Get that through your thick skulls &#8230;</p>
<p>This list will be updated as more mirrors show up so check back often.</p>
<p>Update:</p>
<p><a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fwww.malaysiakini.com%2F&amp;h=yAQEtE7aO&amp;s=1" target="_blank" rel="nofollow nofollow">http://www.malaysiakini.com/</a><br />
<a href="http://www.facebook.com/l.php?u=https%3A%2F%2Fwww.malaysiakini.com%2F&amp;h=sAQHD964q&amp;s=1" target="_blank" rel="nofollow nofollow">https://www.malaysiakini.com/</a><br />
<a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fm.malaysiakini.com%2F&amp;h=_AQHNncAi&amp;s=1" target="_blank" rel="nofollow nofollow">http://m.malaysiakini.com/</a><br />
<a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fwww.mkini.co%2F&amp;h=fAQHpwTNA&amp;s=1" target="_blank" rel="nofollow nofollow">http://www.mkini.co/</a></p>
<p><a href="https://www.facebook.com/MalaysiaKini" target="_blank" rel="nofollow">https://www.facebook.com/MalaysiaKini</a><br />
<a href="http://www.facebook.com/l.php?u=https%3A%2F%2Ftwitter.com%2Fmalaysiakini&amp;h=8AQG5iL2_&amp;s=1" target="_blank" rel="nofollow nofollow">https://twitter.com/malaysiakini</a><br />
<a href="http://www.facebook.com/l.php?u=https%3A%2F%2Ftwitter.com%2FYahoo_MY&amp;h=TAQFGjVPw&amp;s=1" target="_blank" rel="nofollow nofollow">https://twitter.com/Yahoo_MY</a><br />
<a href="http://www.facebook.com/l.php?u=https%3A%2F%2Ftwitter.com%2Fpremesh&amp;h=KAQGiN1jm&amp;s=1" target="_blank" rel="nofollow nofollow">https://twitter.com/premesh</a></p>
<p><a href="http://www.kinitv.com/" target="_blank" rel="nofollow nofollow">http://www.KiniTV.com/</a><br />
<a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fwww.youtube.com%2Fkinitv&amp;h=HAQFss191&amp;s=1" target="_blank" rel="nofollow nofollow">http://www.youtube.com/kinitv</a><br />
<a href="https://www.facebook.com/kinitv" target="_blank" rel="nofollow">https://www.facebook.com/kinitv</a><br />
<a href="http://www.youtube.com/malaysiakini" target="_blank" rel="nofollow nofollow">http://www.youtube.com/malaysiakini</a></p>
<p><a href="http://live.undi.info/" target="_blank" rel="nofollow nofollow">http://live.undi.info/</a><br />
<a href="https://ge13.s3.amazonaws.com/" target="_blank" rel="nofollow nofollow">https://ge13.s3.amazonaws.com/</a><br />
<a href="http://bit.ly/mkinige13" target="_blank" rel="nofollow nofollow">http://bit.ly/mkinige13</a></p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/dUkI73YlJog" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/malaysiakini-mirrors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/malaysiakini-mirrors/</feedburner:origLink></item>
		<item>
		<title>How To Install Spotify In Ubuntu</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/WDXArdIUn2o/</link>
		<comments>http://thedaneshproject.com/posts/how-to-install-spotify-in-ubuntu/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 15:31:03 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3145</guid>
		<description><![CDATA[Follow this guide and you&#8217;ll get to enjoy Spotify&#8217;s Linux client. Note that it&#8217;s a preview release and is unsupported. Create a new source file for the Spotify repository. # sudo vi /etc/apt/sources.list.d/spotify.list Add the following line into the source file. Add Spotify&#8217;s public key so that you can verify Spotify&#8217;s packages. sudo apt-key adv [...]]]></description>
				<content:encoded><![CDATA[<p>Follow this guide and you&#8217;ll get to enjoy Spotify&#8217;s Linux client. Note that it&#8217;s a preview release and is unsupported.</p>
<p>Create a new source file for the Spotify repository.</p>
<p><code># sudo vi /etc/apt/sources.list.d/spotify.list<br />
</code><br />
Add the following line into the source file.</p>
<p>Add Spotify&#8217;s public key so that you can verify Spotify&#8217;s packages.<br />
<code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59</code></p>
<p><code>deb http://repository.spotify.com stable non-free<br />
</code><br />
Update your sources</p>
<p><code>#sudo apt-get update<br />
</code><br />
Install Spotify</p>
<p><code>#sudo apt-get install spotify-client<br />
</code><br />
Source: <a title="Spotify Linux Preview" href="https://www.spotify.com/us/download/previews/">Spotify</a></p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/WDXArdIUn2o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-install-spotify-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/how-to-install-spotify-in-ubuntu/</feedburner:origLink></item>
		<item>
		<title>Log all Putty sessions by default</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/HxWfTEWHzlA/</link>
		<comments>http://thedaneshproject.com/posts/log-all-putty-sessions-by-default/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 22:59:25 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3135</guid>
		<description><![CDATA[Putty has a feature to log your sessions to log files. This is a handy and I use it a lot. Comes in handy when you want to roll back what you did or to simply remember a command you ran. Session logging is not enabled by default but if you want logging enabled by [...]]]></description>
				<content:encoded><![CDATA[<p>Putty has a feature to log your sessions to log files. This is a handy and I use it a lot. Comes in handy when you want to roll back what you did or to simply remember a command you ran.</p>
<p>Session logging is not enabled by default but if you want logging enabled by default for all your sessions then here&#8217;s how.</p>
<p>Fire up Putty and go to the &#8220;Logging&#8221; tab. Check &#8220;Printable output&#8221; option and insert your desired log file name and location into the location field.</p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/03/PuTTY-Configuration_2013-03-05_22-52-01.png"><img class="alignnone size-medium wp-image-3136" alt="PuTTY Configuration_2013-03-05_22-52-01" src="http://thedaneshproject.com/wp-content/uploads/2013/03/PuTTY-Configuration_2013-03-05_22-52-01-450x432.png" width="450" height="432" /></a></p>
<p>For the log file name, Putty supports the following substitutes.</p>
<p>&amp;H &#8211; Hostname<br />
&amp;Y &#8211; Year (yyyy)<br />
&amp;M &#8211; Month (mm)<br />
&amp;D &#8211; Day (dd)<br />
&amp;T &#8211; Time (hhmmss)</p>
<p>D:\Users\username\Dropbox\backup\putty-log\&amp;H-&amp;Y&amp;M&amp;D-&amp;T.log</p>
<p>This will log all your sessions into a <a href="http://db.tt/MPUL3zQ">dropbox</a> backup folder with the desired naming format. .i.e &#8220;hostname-20130305-132319.log&#8221;</p>
<p>Go to &#8220;Session&#8221; , select the &#8220;Default Settings&#8221; saved session and hit &#8220;save&#8221; to make this default for all your new sessions.</p>
<p>NOTE: All your previous saved sessions will need to manually updated.</p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/HxWfTEWHzlA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/log-all-putty-sessions-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/log-all-putty-sessions-by-default/</feedburner:origLink></item>
		<item>
		<title>Google voice and video installer error 1603</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/UyJ-P9Hw8NU/</link>
		<comments>http://thedaneshproject.com/posts/google-voice-and-video-installer-error-1603/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 19:16:21 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3131</guid>
		<description><![CDATA[&#160; For some stupid reason my Google hangout and voice calls stopped working on my Windows machine. Removed the Google voice plugin and tried reinstalling it and got hit with a new error &#8220;Installer error 1603&#8243;. After some digging around the issue was narrowed down to either permissions or the windows installer service having some hangover files [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/03/Google-voice-and-video-chat-Installer_2013-03-02_11-22-32.png"><img class="alignnone size-medium wp-image-3132" alt="Google Voice Error 1603" src="http://thedaneshproject.com/wp-content/uploads/2013/03/Google-voice-and-video-chat-Installer_2013-03-02_11-22-32-450x155.png" width="450" height="155" /></a></p>
<p>&nbsp;</p>
<p>For some stupid reason my Google hangout and voice calls stopped working on my Windows machine. Removed the Google voice plugin and tried reinstalling it and got hit with a new error &#8220;Installer error 1603&#8243;.</p>
<p>After some digging around the issue was narrowed down to either permissions or the windows installer service having some hangover files or registry entries from previous installs.</p>
<p>The fix was to run Window&#8217;s FixIt to clean up the installer. This is what it does;</p>
<ul>
<li>Removes bad registry key on 64 bit operating systems.</li>
<li>Windows registry keys that control the upgrade (patching) data that become corrupted.</li>
<li>Resolves problems that prevent new programs from being installed.</li>
<li>Resolves problems that prevent programs from being completely uninstalled and blocking new installations and updates.</li>
<li>Use this troubleshooter for an uninstall only if the program fails to uninstall using the windows add/remove programs feature.</li>
</ul>
<p>&nbsp;</p>
<p><a title="Microsoft FixIt" href="http://support.microsoft.com/mats/Program_Install_and_Uninstall/" target="_blank">Download Here</a></p>
<p><a href="http://support.microsoft.com/mats/Program_Install_and_Uninstall/"><img class="alignnone size-full wp-image-3133" alt="microsoft_fix_it_small" src="http://thedaneshproject.com/wp-content/uploads/2013/03/microsoft_fix_it_small.png" width="300" height="169" /></a></p>
<p>&nbsp;</p>
<p>Let me know if it work for you.</p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/UyJ-P9Hw8NU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/google-voice-and-video-installer-error-1603/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/google-voice-and-video-installer-error-1603/</feedburner:origLink></item>
		<item>
		<title>Sunlight Unicablink. Malaysia’s first GPS enable taxi booking service.</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/lZ0xQ8daHAY/</link>
		<comments>http://thedaneshproject.com/posts/sunlight-unicablink-malaysias-first-gps-enable-taxi-booking-service/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 17:02:44 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Malaysia]]></category>
		<category><![CDATA[taxi]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3118</guid>
		<description><![CDATA[Malaysia finally gets it first GPS based taxi booking service, Unicablink. Its part of the Sunlight  Taxi group of companies. You have 3 ways to book a cab. Call the call center at 1300-800-222, book online or through the mobile app. The mobile app is the best way and is available for both the Android and [...]]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='450' height='284' src='http://www.youtube.com/embed/ZkNrh4Bn7NM?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>Malaysia finally gets it first GPS based taxi booking service, Unicablink. Its part of the Sunlight  Taxi group of companies.</p>
<p>You have 3 ways to book a cab. Call the call center at 1300-800-222, <a href="http://www.sunlighttaxi.com/online-booking">book online</a> or through the mobile app. The mobile app is the best way and is available for both the Android and iPhone.</p>
<p>When a booking is made,  the nearest taxis will be notified and they can then bid on the job. Just like the cabs in SG. The company claims booking time has dropped from 20 minutes to only 5 minutes.</p>
<p>The next phase will be to introduce alternative payment methods. Credit / Debit cards and Touch n Go. This is something many of us are waiting for! Especially travelers.</p>
<p>Go grab the app on <a href="https://play.google.com/store/apps/details?id=com.infindo.expresstaxi">Google Play</a> or the <a href="https://itunes.apple.com/us/app/book-a-cab/id533418231?mt=8">AppStore</a> and take it for a spin.</p>
<p>What about <a href="http://www.taximonger.com/">Taxi Monger</a> you ask? If I&#8217;m not wrong, that&#8217;s sms based and the response time is slightly longer.</p>
<p>I&#8217;ve yet to book a cab through Unicablink, hopefully soon. Have you tried Unicablink yet?</p>
<p><span id="more-3118"></span></p>
<p>Some screens from the Android App</p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2013/02/2013-02-08-23.54.04.png"><img class="alignnone size-medium wp-image-3121" alt="2013-02-08 23.54.04" src="http://thedaneshproject.com/wp-content/uploads/2013/02/2013-02-08-23.54.04-450x800.png" width="450" height="800" /></a> <a href="http://thedaneshproject.com/wp-content/uploads/2013/02/2013-02-08-23.56.09.png"><img class="alignnone size-medium wp-image-3119" alt="2013-02-08 23.56.09" src="http://thedaneshproject.com/wp-content/uploads/2013/02/2013-02-08-23.56.09-450x800.png" width="450" height="800" /></a></p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/lZ0xQ8daHAY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/sunlight-unicablink-malaysias-first-gps-enable-taxi-booking-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/sunlight-unicablink-malaysias-first-gps-enable-taxi-booking-service/</feedburner:origLink></item>
		<item>
		<title>How to set the date and time in Archlinux</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/RGDlgNfK1Ko/</link>
		<comments>http://thedaneshproject.com/posts/how-to-set-the-date-and-time-in-archlinux/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 17:04:58 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Archlinux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3104</guid>
		<description><![CDATA[Quickly set the current date and time in Archlinux. 1. Check the current time. [root@atom ~]# timedatectl status Local time: Mon 2013-01-21 08:57:21 MYT Universal time: Mon 2013-01-21 00:57:21 UTC RTC time: Mon 2013-01-21 00:57:21 Timezone: Asia/Kuala_Lumpur (MYT, +0800) NTP enabled: no NTP synchronized: no RTC in local TZ: no DST active: n/a 2. Set [...]]]></description>
				<content:encoded><![CDATA[<p>Quickly set the current date and time in Archlinux. </p>
<p>1. Check the current time.<br />
<code>[root@atom ~]# timedatectl status<br />
      Local time: Mon 2013-01-21 08:57:21 MYT<br />
  Universal time: Mon 2013-01-21 00:57:21 UTC<br />
        RTC time: Mon 2013-01-21 00:57:21<br />
        Timezone: Asia/Kuala_Lumpur (MYT, +0800)<br />
     NTP enabled: no<br />
NTP synchronized: no<br />
 RTC in local TZ: no<br />
      DST active: n/a</code></p>
<p>2. Set the correct date and time.<br />
<code>[root@atom ~]# timedatectl set-time "2013-01-21 00:59:00"</code></p>
<p>3. Check again, make sure the date and time looks right now.<br />
<code>[root@atom ~]# timedatectl status<br />
      Local time: Mon 2013-01-21 00:59:14 MYT<br />
  Universal time: Sun 2013-01-20 16:59:14 UTC<br />
        RTC time: Sun 2013-01-20 16:59:14<br />
        Timezone: Asia/Kuala_Lumpur (MYT, +0800)<br />
     NTP enabled: no<br />
NTP synchronized: no<br />
 RTC in local TZ: no<br />
      DST active: n/a<br />
</code></p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/RGDlgNfK1Ko" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-set-the-date-and-time-in-archlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/how-to-set-the-date-and-time-in-archlinux/</feedburner:origLink></item>
		<item>
		<title>Linux How to change user UID and GID</title>
		<link>http://feedproxy.google.com/~r/TheDaneshProjectFeed/~3/FwKwqrg2uGU/</link>
		<comments>http://thedaneshproject.com/posts/linux-how-to-change-user-uid-and-gid/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 14:31:49 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=3100</guid>
		<description><![CDATA[I was running Debian for sometime and in Debian the UID starts at 1000. Now I moved to CentOS 6 and the UID starts from 500. Simply changing the UID/GID seemed like an quick way to get my file permission back in sync. Here&#8217;s how to easily change the UID and GID for a user [...]]]></description>
				<content:encoded><![CDATA[<p>I was running Debian for sometime and in Debian the UID starts at 1000. Now I moved to CentOS 6 and the UID starts from 500. Simply changing the UID/GID seemed like an quick way to get my file permission back in sync.</p>
<p>Here&#8217;s how to easily change the UID and GID for a user in Linux. </p>
<p>Check my current UID/GID<br />
<code>[root@atom ~]# id danesh<br />
uid=500(danesh) gid=500(danesh) groups=500(danesh)</code></p>
<p>Change my UID to 1000<br />
<code>[root@atom ~]# usermod -u 1000 danesh</code></p>
<p>Check my UID/GID again. GID is still 500.<br />
<code>[root@atom ~]# id danesh<br />
uid=1000(danesh) gid=500(danesh) groups=500(danesh)</code></p>
<p>Change the GID for my group.<br />
<code>[root@atom ~]# groupmod -g 1000 danesh</code></p>
<p>UID and GID now updated.<br />
<code>[root@atom ~]# id danesh<br />
uid=1000(danesh) gid=1000(danesh) groups=1000(danesh)</code></p>
<p>This will update the files in your home directory with the correct UID/GID but anything outside you will have to do it yourself.</p>
<img src="http://feeds.feedburner.com/~r/TheDaneshProjectFeed/~4/FwKwqrg2uGU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/linux-how-to-change-user-uid-and-gid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thedaneshproject.com/posts/linux-how-to-change-user-uid-and-gid/</feedburner:origLink></item>
	</channel>
</rss>
