<?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>Information Technology &#38; Life</title>
	<atom:link href="http://www.fnode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>Nish Vamadevan</description>
	<lastBuildDate>Sat, 13 Jun 2009 13:48:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Find and Replac String</title>
		<link>http://www.fnode.com/2009/06/wordpress-find-and-replac-string/</link>
		<comments>http://www.fnode.com/2009/06/wordpress-find-and-replac-string/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:48:46 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Find and Replace]]></category>
		<category><![CDATA[Wordpress MySQL Replace]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=415</guid>
		<description><![CDATA[I had to do a find and replace a string on all of the wordpress post. This can only be done via a MySQL query and won’t take more than a minute.
This is how it’s done. In the following example, I will be finding X and replacing it with Y
The string will find X in [...]]]></description>
			<content:encoded><![CDATA[<p>I had to do a find and replace a string on all of the wordpress post. This can only be done via a MySQL query and won’t take more than a minute.</p>
<p>This is how it’s done. In the following example, I will be finding X and replacing it with Y</p>
<p>The string will find X in every single post and replace it with Y. This also works with phrases, URLs etc..</p>
<p><code>update wp_posts set post_content = replace(post_content, 'X', 'Y')</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2009/06/wordpress-find-and-replac-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do an IOS Upgrade via TFTP</title>
		<link>http://www.fnode.com/2009/06/how-to-do-an-ios-upgrade-via-tftp/</link>
		<comments>http://www.fnode.com/2009/06/how-to-do-an-ios-upgrade-via-tftp/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:11:13 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Cisco Update Image]]></category>
		<category><![CDATA[IOS Upgrade]]></category>
		<category><![CDATA[TFTP Update]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=393</guid>
		<description><![CDATA[There are many free TFTP server sortware out there, just install one.
First of all, make sure you have IP reachablity to the TFTP Server. You can do that via Ping&#8230;
Then check whether TCP port 69 is open. Usually it is not the case, but when it comes to troubleshooting, it is the first thing to [...]]]></description>
			<content:encoded><![CDATA[<p>There are many free TFTP server sortware out there, just install one.</p>
<p>First of all, make sure you have IP reachablity to the TFTP Server. You can do that via Ping&#8230;</p>
<p>Then check whether TCP port 69 is open. Usually it is not the case, but when it comes to troubleshooting, it is the first thing to check after a succesful Ping test.</p>
<p>Jump onto the router you are going to do the IOS upgrade.</p>
<p>Make sure the IOS you are going to replace it with is compatible with your router &#038; also you have the necessary Flash / RAM.</p>
<p>If your Flash is big enough to have more than two IOS images, then you can straight away go and download it from the TFTP Server.</p>
<p>If you are going to have two IOS images in flash, you need to specify the router which image to load on boot. It can be done via the following command&#8230;</p>
<p><strong>boot system flash IMAGE_NAME_HERE</strong></p>
<p>Example:<br />
<code>Router(config)#boot system flash c2691-adventerprisek9_ivs-mz.124-15.T9.bin</code><br />
If the flash is not big enough to have both images, you need to delete the old image.</p>
<p>I usually use the command show flash: then delete the content via the command delete flash:</p>
<p>You can see an example here&#8230;</p>
<p><code>Router#show flash: all<br />
-#- --length-- -----date/time------ path<br />
1     32293924 Mar 1 1993 00:23:52 +00:00 c2691-adventerprisek9-mz.124-5a.bin<br />
31739904 bytes available (32296960 bytes used)<br />
Router#delete flash:<br />
Delete filename []? c2691-adventerprisek9-mz.124-5a.bin<br />
Delete flash:c2691-adventerprisek9-mz.124-5a.bin? [confirm]<br />
Router#<br />
Router#<br />
Router#<br />
Router#show flash:<br />
No files on device<br />
64036864 bytes available (0 bytes used)</code></p>
<p><strong><br />
Now copy the IOS image from the TFTP Server</strong></p>
<p>Copy tftp: flash:</p>
<p>Example here&#8230;</p>
<p><code>Router#copy tftp: flash:<br />
Address or name of remote host []? 192.168.1.100<br />
Source filename []? c2691-adventerprisek9_ivs-mz.124-15.T9.bin<br />
Destination filename [c2691-adventerprisek9_ivs-mz.124-15.T9.bin]?<br />
Accessing tftp://192.168.1.100/c2691-adventerprisek9_ivs-mz.124-15.T9.bin...<br />
Loading c2691-adventerprisek9_ivs-mz.124-15.T9.bin from 192.168.1.100 (via FastEthernet0/1):  !!!!!!!!!!</code></p>
<p>Sometimes the router might ask you to erase Flash: but I usually do that&#8230;</p>
<p>Reload the router and it should be able to run the new IOS Image.</p>
<p>If you happen to have more than one IOS on Flash: You can hardcode which version of IOS to load with the global config command.</p>
<p><code>Router(config)#boot system flash c2691-adventerprisek9_ivs-mz.124-15.T9.bin</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2009/06/how-to-do-an-ios-upgrade-via-tftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Reliable is your Hard Disk?</title>
		<link>http://www.fnode.com/2008/09/how-reliable-is-your-hard-disk/</link>
		<comments>http://www.fnode.com/2008/09/how-reliable-is-your-hard-disk/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 14:36:10 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=378</guid>
		<description><![CDATA[If I ask that question to a number of people, I have a feeling I would get all sorts of answers. I think, Hard Disk Drive (HDD) reliability doesn&#8217;t necessarily depends on the manufacturer but it also depends on how it has been treated in a machine. In my opinion, a HDD in a machine [...]]]></description>
			<content:encoded><![CDATA[<p>If I ask that question to a number of people, I have a feeling I would get all sorts of answers. I think, Hard Disk Drive (HDD) reliability doesn&#8217;t necessarily depends on the manufacturer but it also depends on how it has been treated in a machine. In my opinion, a HDD in a machine with multiple power cuts would most likely have a short lifespan than one run with proper care.</p>
<p><strong>Lets talk about the Manufacturer&#8230;</strong></p>
<p>People have preference when it comes to HDD Manufacturer. When it comes to the manufacturer, I tend to go for Western Digital (WD) and solely because I had less bad experience with it compared to Maxtor&#8230;</p>
<p>I am not saying WD drives never fails, in fact I do have an old WD 80GB IDE drive here which died this morning; but it does have low percentage of failure.<br />
<strong><br />
Why does it die?</strong></p>
<p>One person actually asked me this question and the answer is very simple. Any electronic equipment, or any functioning part will die at one point, its the same as human body, it all depends on how its been treated the background of it. When it comes to HDD, its the manufacturer.<br />
<strong><br />
How to stop a HDD from dying?</strong></p>
<p>You can&#8217;t and you never know when it&#8217;s going to die, same as a human being&#8230; You never know when you are going to die. It all comes down to to proper care and how its been treated. For example, do not shut your machine down by pulling the plug, it WILL kill the HDD at one point! If you want to shut it down without doing it via the Operating System, press and hold the Power Button for 10 seconds and it should shut the machine down.</p>
<p><strong>Conclusion</strong></p>
<p>Treat a HDD like it is going to die the next minute and back it up on a regular basis. If you don&#8217;t have any important information on the disk, then it not a problem. You could either manually back it up on another drive, setup RAID on machine or even back it up to a remote server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/09/how-reliable-is-your-hard-disk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CCDE Design Track Certification</title>
		<link>http://www.fnode.com/2008/08/ccde-design-track-certification/</link>
		<comments>http://www.fnode.com/2008/08/ccde-design-track-certification/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:59:26 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=369</guid>
		<description><![CDATA[An interview with Russ White, CCIE No. 2635, a member of the Routing Protocol Design and Architecture Team at Cisco Systems. In this interview he presents valuable insights into CCDE Design Track Certification.

]]></description>
			<content:encoded><![CDATA[<p>An interview with Russ White, CCIE No. 2635, a member of the Routing Protocol Design and Architecture Team at Cisco Systems. In this interview he presents valuable insights into CCDE Design Track Certification.</p>
<p style="text-align: center;"><a href="http://www.fnode.com/2008/08/ccde-design-track-certification/"><p><em>Click here to view the embedded video.</em></p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/ccde-design-track-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Nameservers on Sun Solaris</title>
		<link>http://www.fnode.com/2008/08/adding-nameservers-on-sun-solaris/</link>
		<comments>http://www.fnode.com/2008/08/adding-nameservers-on-sun-solaris/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:51:15 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Adding Nameserver on Solaris]]></category>
		<category><![CDATA[Solaris Name Server]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=358</guid>
		<description><![CDATA[This is how to add a DNS Server to Solaris Box&#8230;
First of all, Open up your favourite text editor and add the name servers into /etc/resolv.conf
nameserver 192.168.1.1
If you need to add more, just add another one in the next line&#8230;
Following the instructions below will walk you through the process&#8230;
bash-3.00# ping www.google.com
ping: unknown host www.google.com
bash-3.00# cat [...]]]></description>
			<content:encoded><![CDATA[<p>This is how to add a DNS Server to Solaris Box&#8230;</p>
<p>First of all, Open up your favourite text editor and add the name servers into <strong>/etc/resolv.conf</strong></p>
<p><strong>nameserver 192.168.1.1</strong></p>
<p>If you need to add more, just add another one in the next line&#8230;</p>
<p>Following the instructions below will walk you through the process&#8230;</p>
<p><code>bash-3.00# ping www.google.com<br />
ping: unknown host www.google.com<br />
bash-3.00# cat /etc/resolv.conf<br />
nameserver 192.168.1.1<br />
bash-3.00# cd /etc/<br />
bash-3.00# cp -p nsswitch.conf nsswitch.conf.org<br />
bash-3.00# cp -p nsswitch.dns nsswitch.conf<br />
bash-3.00# /etc/init.d/nscd stop; /etc/init.d/nscd start<br />
bash-3.00# ping www.google.com<br />
www.google.com is alive<br />
bash-3.00#</code></p>
<p>As you can see, the Name Server is working!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/adding-nameservers-on-sun-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add IP Address / Default Gateway on Sun Solaris</title>
		<link>http://www.fnode.com/2008/08/how-to-add-ip-address-default-gateway-on-sun-solaris/</link>
		<comments>http://www.fnode.com/2008/08/how-to-add-ip-address-default-gateway-on-sun-solaris/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:39:07 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Add Default Gateway on Solaris]]></category>
		<category><![CDATA[Add IP on Solaris]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=352</guid>
		<description><![CDATA[Adding IP address and default gateway is rather straight forward as long as the interface is loaded. To see whether the interface is loaded, issue the command ifconfig –a
You should see something like the following&#8230;

bash-3.00# ifconfig -a
lo0: flags=2001000849&#60;UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL&#62; mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
rtls0: flags=1000842&#60;BROADCAST,RUNNING,MULTICAST,IPv4&#62; mtu 1500 index 2
inet 0.0.0.0 netmask 0
ether 0:6:4f:47:76:1e

In this [...]]]></description>
			<content:encoded><![CDATA[<p>Adding IP address and default gateway is rather straight forward as long as the interface is loaded. To see whether the interface is loaded, issue the command <strong>ifconfig –a</strong></p>
<p>You should see something like the following&#8230;</p>
<p><code><br />
bash-3.00# ifconfig -a<br />
lo0: flags=2001000849&lt;UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL&gt; mtu 8232 index 1<br />
inet 127.0.0.1 netmask ff000000<br />
rtls0: flags=1000842&lt;BROADCAST,RUNNING,MULTICAST,IPv4&gt; mtu 1500 index 2<br />
inet 0.0.0.0 netmask 0<br />
ether 0:6:4f:47:76:1e<br />
</code></p>
<p>In this case, we will be adding the IP address and subnet mask to <strong>rtls0</strong> along with the default gateway.</p>
<p><strong>IP Address:</strong> 192.168.1.60<br />
<strong>Subnet Mask:</strong> 255.255.255.0<br />
<strong>Default Gateway:</strong> 192.168.1.1</p>
<p>Here is how its done&#8230;</p>
<p><code><br />
bash-3.00# ifconfig rtls0 192.168.1.60 netmask 255.255.255.0 up<br />
bash-3.00# route add default 192.168.1.1<br />
add net default: gateway 192.168.1.1<br />
bash-3.00# ping 4.2.2.2<br />
4.2.2.2 is alive<br />
</code></p>
<p>Success! We can now ping a WAN IP! and here is the new output of <strong>ifconfig -a</strong></p>
<p><code><br />
bash-3.00# ifconfig -a<br />
lo0: flags=2001000849&lt;UP,LOOPBACK,RUNNING,MULTICAST,IPv 4,VIRTUAL&gt; mtu 8232 index 1<br />
inet 127.0.0.1 netmask ff000000<br />
rtls0: flags=1000843&lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&gt; mtu 1500 index 2<br />
inet 192.168.1.60 netmask ffffff00 broadcast 192.168.1.255<br />
ether 0:6:4f:47:76:1e<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/how-to-add-ip-address-default-gateway-on-sun-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Cache Poisoning Bug</title>
		<link>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/</link>
		<comments>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 11:52:39 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[DNS bug]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=324</guid>
		<description><![CDATA[When a Name Server looks up a domain for the IP address, it stores the information into the cache so it doesn’t have to look it up every single time a request is made. For example, if someone looks for www.nishv.com the DNS server will look up the domain and stores the IP address 72.52.178.35 [...]]]></description>
			<content:encoded><![CDATA[<p>When a Name Server looks up a domain for the IP address, it stores the information into the cache so it doesn’t have to look it up every single time a request is made. For example, if someone looks for www.nishv.com the DNS server will look up the domain and stores the IP address 72.52.178.35 into the cache for a given time so it doesn’t have to look up that domain again for a given period of time.</p>
<p>DNS cache poisoning (also known as DNS cache pollution) is a maliciously created or unintended situation that provides data to a DNS Server that did not originate from authoritative DNS sources.</p>
<p>It happens when an attacker sends malicious data in response to a DNS query. For example, DNS query for www.nishv.com can be redirected to another website.</p>
<p>This method is taking the phishing scam to another level, you might be visiting your bank’s website but without you realising it, you will actually be putting in all the login information into some hackers servers which made it look exactly like the bank’s website. Yes, this is very serious!</p>
<p><strong>How do you patch it?</strong></p>
<p>On the client side (we are talking about Microsoft Windows here), your machines should have been patches automatically if you set the Auto-Update option. If not, I recommend you check the available updates and patch it as soon as possible.</p>
<p>If you use a DNS Server, my recommendation is to use the following command to figure out whether it has been patched or not. If it is not, STOP using it and have a look at this post on <a href="http://www.nishv.com/2008/03/opendns/" target="_self">OpenDNS</a> for more info.</p>
<p><strong>Use the following DIG command on UNIX</strong></p>
<p><code><br />
dig +short @{name-server-ip} porttest.dns-oarc.net txt<br />
dig +short @ns1.example.com porttest.dns-oarc.net txt<br />
dig +short @208.67.222.222 porttest.dns-oarc.net txt<br />
</code></p>
<p>and you should get a result similar to this&#8230;</p>
<p><code><br />
nishv@nishv.com [~]# dig +short @208.67.222.222 porttest.dns-oarc.net txt<br />
porttest.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.<br />
"208.67.217.8 is GREAT: 26 queries in 2.1 seconds from 26 ports with std dev 20119"<br />
</code><br />
Or something like this&#8230;<br />
<code><br />
nishv@nishv.com [~]# dig +short @4.2.2.2 porttest.dns-oarc.net txt<br />
porttest.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.<br />
"209.244.4.25 is GOOD: 26 queries in 1.9 seconds from 26 ports with std dev 3880"<br />
</code></p>
<p>If you don’t get <strong>GREAT</strong> or <strong>GOOD</strong> and gets something like <strong>POOR</strong>, you should immediately stop using it.</p>
<p>If you manage that DNS server, patch it or decommission it!</p>
<p><strong>This is how to check on Windows</strong></p>
<p>Open up command prompt by going <strong>Start</strong> &#8211;&gt; <strong>Run</strong> &#8211;&gt; <strong>CMD</strong> or on Vista typing <strong>CMD</strong> on the <em>Start Search</em> box</p>
<p><code><br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net<br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net ns1.your-isp.com<br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net NS-SERVER-IP<br />
</code></p>
<p>You must see the <strong>GREAT</strong> or <strong>GOOD</strong>, if not your DNS Server is compromised.</p>
<p style="text-align: center;"><a href="http://www.nishv.com/wp-content/uploads/nslookup1.jpg"><img class="size-medium wp-image-362 aligncenter" title="nslookup1" src="http://www.nishv.com/wp-content/uploads/nslookup1-300x150.jpg" alt="" width="300" height="150" /></a></p>
<p style="text-align: center;">
<p>You can see Dan Kaminsky&#8217;s presentation below&#8230;</p>
<a href="http://www.fnode.com/2008/08/dns-cache-poisoning-bug/"><p><em>Click here to view the embedded video.</em></p></a>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logitech MX Air Gyroscopic Cordless Mouse</title>
		<link>http://www.fnode.com/2008/08/logitech-mx-air-gyroscopic-cordless-mouse/</link>
		<comments>http://www.fnode.com/2008/08/logitech-mx-air-gyroscopic-cordless-mouse/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 01:26:57 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[3D Mouse]]></category>
		<category><![CDATA[MX Air]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=276</guid>
		<description><![CDATA[I have just got myself a Logitech MX Air Gyroscopic mouse. I haven’t spent this much amount of money on computer mice for quite some time (Maximum I have spent was around £50 for my MX 700). I have been trying to find a good replacement for my Logitech MX 700, and MX 1000 was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nishv.com/wp-content/uploads/mxair.jpg"><img style="float:left; margin-right:10px; margin-top:5px; border:1px grey solid" title="l148548" src="http://www.nishv.com/wp-content/uploads/mxair.jpg" alt="" width="141" height="90" /></a>I have just got myself a Logitech MX Air Gyroscopic mouse. I haven’t spent this much amount of money on computer mice for quite some time (Maximum I have spent was around £50 for my MX 700). I have been trying to find a good replacement for my Logitech MX 700, and MX 1000 was discontinued, my preference was towards the MX Revolution till I saw MX Air.</p>
<p>Logitech took a whole new approach when it comes to the design of this piece of gadget. First of all, the MX Air does not look like a typical computer mouse but it looks very much like a remote control. Since this mouse can be used as a 3D mouse, the design of such traditional mouse wouldn’t be suitable to be held on one’s hand.</p>
<p>I have tested this on Windows Vista Ultimate and when it comes to installations, there wasn’t any need for driver install. I had to just plug in the USB stick in and the mouse started to work without any prior configuration. Having said that, I did later install the Logitech Software and fully configured it to utilize its full functionality.</p>
<p>The gadget itself does look a bit weird compared to other mice. It fits very well in the hand and that includes using it as a 3D mouse.  Also there is no scroll wheel but it is equipped with a vertical trackpad which does the function of a scroll wheel and it is extremely accurate in the air. While on the air, it can be used for controlling music or video, holding down the Volume button and swinging the mouse to one side or going up/down (depends on the custom setting) will change the volume.</p>
<p>I have been using this mouse for about a day now and I have yet to find out any fawns in it. Based on that I would definitely give it 5 stars.</p>
<p style="text-align: center;"><a href="http://www.fnode.com/2008/08/logitech-mx-air-gyroscopic-cordless-mouse/"><p><em>Click here to view the embedded video.</em></p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/logitech-mx-air-gyroscopic-cordless-mouse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTC Kaiser (TyTN II) car charger problem solved!</title>
		<link>http://www.fnode.com/2008/08/htc-kaiser-tytn-ii-car-charger-problem-solved/</link>
		<comments>http://www.fnode.com/2008/08/htc-kaiser-tytn-ii-car-charger-problem-solved/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 11:29:34 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Kaiser Car Charger Problem]]></category>
		<category><![CDATA[Tilt Car charger]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=250</guid>
		<description><![CDATA[HTC Kaiser has an issue when it comes to charging using the in-car charger using the cigarette lighter. It displays as the device is being charged but it doesn’t actually charge the device.
The root cause of the problem is the wiring of the mini-usb port on the Kaiser itself and HTC decided to swap it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nishv.com/wp-content/uploads/l148548.jpg"><img title="l148548" src="http://www.nishv.com/wp-content/uploads/l148548.jpg" alt="" style="float:left; margin-right:10px; margin-top:5px; border:1px grey solid" width="162" height="162" /></a>HTC Kaiser has an issue when it comes to charging using the in-car charger using the cigarette lighter. It displays as the device is being charged but it doesn’t actually charge the device.</p>
<p>The root cause of the problem is the wiring of the mini-usb port on the Kaiser itself and HTC decided to swap it around; thus it shows the device being charged but it fails to give the power needed for the battery to charge.</p>
<p>As far as I can see, there is neither a software issue nor a hardware issue with the device itself.<br />
Most of the in-car chargers are equipped with the standard wiring and HTC has decided to swap them around.</p>
<p>There are two possible solutions to this problem. I am going to emphasise on the straight forward solution than the long winded one because the second solution involves a technical approach.</p>
<p><strong>Symptoms:</strong></p>
<p>Device charges fine using AC charger.<br />
Device charges fine when connected to a PC using the USB connector provided with the device.<br />
Device charges fine using the in-car charged when its Turned OFF. (To turn the Device OFF, press and hold the ON/OFF button for 10 Seconds)</p>
<p>Device does NOT charge when it is ON using in-car charger, but it displays the device being charged.</p>
<p><strong>Solution:</strong></p>
<p>Buy an HTC branded in-car charger.<br />
Swap the wire around on your current in-car charger. I am not going to go into details here but I will post a guide shortly.</p>
<p><strong>Conclusion:</strong></p>
<p>I am 99% sure using an HTC Branded in-car charger from Expansys will solve the problem. If that doesn’t solve it, contact HTC support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/htc-kaiser-tytn-ii-car-charger-problem-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Defender Error Application failed to initialize: 0&#215;800106ba.</title>
		<link>http://www.fnode.com/2008/06/windows-defender-error-application-failed-to-initialize-0x800106ba/</link>
		<comments>http://www.fnode.com/2008/06/windows-defender-error-application-failed-to-initialize-0x800106ba/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 11:26:25 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[0x800106ba]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=238</guid>
		<description><![CDATA[This is a common error generated by Windows Defender when the Windows Defender Service cannot be started. The fix is rather straight forward&#8230;
Go to Start -&#62; Run Type in services.msc
Make sure Windows Defender Services is running, if it is not, manually start it.
If that doesn’t fix the problem, download and install Windows Defender from Microsoft.
If [...]]]></description>
			<content:encoded><![CDATA[<p>This is a common error generated by Windows Defender when the Windows Defender Service cannot be started. The fix is rather straight forward&#8230;</p>
<p>Go to <strong>Start</strong> -&gt; <strong>Run</strong> Type in <strong>services.msc</strong></p>
<p>Make sure Windows Defender Services is running, if it is not, manually start it.</p>
<p>If that doesn’t fix the problem, download and install Windows Defender from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=435BFCE7-DA2B-4A6A-AFA4-F7F14E605A0D&amp;displaylang=en " target="_blank">Microsoft</a>.</p>
<p>If you are trying to Disable Windows Defender, follow this URL below&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/06/windows-defender-error-application-failed-to-initialize-0x800106ba/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
