<?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"
	>

<channel>
	<title>Information Technology &#38; Life</title>
	<atom:link href="http://www.nishv.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nishv.com</link>
	<description>Nish Vamadevan</description>
	<pubDate>Sun, 24 Aug 2008 23:18:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>CCDE Design Track Certification</title>
		<link>http://www.nishv.com/2008/08/ccde-design-track-certification/</link>
		<comments>http://www.nishv.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.


http://www.youtube.com/watch?v=Xlmf0wgkbVk

<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=CCDE+Design+Track+Certification&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F08%2Fccde-design-track-certification%2F">ShareThis</a></p>]]></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;">
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq48c1f1536583a"><a href="http://www.youtube.com/watch?v=Xlmf0wgkbVk">http://www.youtube.com/watch?v=Xlmf0wgkbVk</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/08/ccde-design-track-certification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPSec Explained</title>
		<link>http://www.nishv.com/2008/08/ipsec-explained/</link>
		<comments>http://www.nishv.com/2008/08/ipsec-explained/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:45:41 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=366</guid>
		<description><![CDATA[I have been going through YouYube and found this great video about IPSec&#8230;


http://www.youtube.com/watch?v=DH1zI8QYi4A

<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=IPSec+Explained&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F08%2Fipsec-explained%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p>I have been going through YouYube and found this great video about IPSec&#8230;</p>
<p style="text-align: center;">
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq48c1f15368ca8"><a href="http://www.youtube.com/watch?v=DH1zI8QYi4A">http://www.youtube.com/watch?v=DH1zI8QYi4A</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/08/ipsec-explained/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding Nameservers on Sun Solaris</title>
		<link>http://www.nishv.com/2008/08/adding-nameservers-on-sun-solaris/</link>
		<comments>http://www.nishv.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 [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=Adding+Nameservers+on+Sun+Solaris&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F08%2Fadding-nameservers-on-sun-solaris%2F">ShareThis</a></p>]]></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>
<div class="quickcodenoclick"><code><br />
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#<br />
</code></div>
<p>As you can see, the Name Server is working!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/08/adding-nameservers-on-sun-solaris/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to add IP Address / Default Gateway on Sun Solaris</title>
		<link>http://www.nishv.com/2008/08/how-to-add-ip-address-default-gateway-on-sun-solaris/</link>
		<comments>http://www.nishv.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 [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=How+to+add+IP+Address+%2F+Default+Gateway+on+Sun+Solaris&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F08%2Fhow-to-add-ip-address-default-gateway-on-sun-solaris%2F">ShareThis</a></p>]]></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>
<div class="quickcodenoclick"><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></div>
<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>
<div class="quickcodenoclick"><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></div>
<p>Success! We can now ping a WAN IP! and here is the new output of <strong>ifconfig -a</strong></p>
<div class="quickcodenoclick"><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></div>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/08/how-to-add-ip-address-default-gateway-on-sun-solaris/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DNS Cache Poisoning Bug</title>
		<link>http://www.nishv.com/2008/08/dns-cache-poisoning-bug/</link>
		<comments>http://www.nishv.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 [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=DNS+Cache+Poisoning+Bug&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F08%2Fdns-cache-poisoning-bug%2F">ShareThis</a></p>]]></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>
<div class="quickcodenoclick"><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></div>
<p>and you should get a result similar to this&#8230;</p>
<div class="quickcodenoclick"><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 />
&#8220;208.67.217.8 is GREAT: 26 queries in 2.1 seconds from 26 ports with std dev 20119&#8243;<br />
</code></div>
<p>Or something like this&#8230;</p>
<div class="quickcodenoclick"><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 />
&#8220;209.244.4.25 is GOOD: 26 queries in 1.9 seconds from 26 ports with std dev 3880&#8243;<br />
</code></div>
<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>
<div class="quickcodenoclick"><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></div>
<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>
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq48c1f15375614"><a href="http://www.youtube.com/watch?v=B0dHDD9fFM4">http://www.youtube.com/watch?v=B0dHDD9fFM4</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/08/dns-cache-poisoning-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Logitech MX Air Gyroscopic Cordless Mouse</title>
		<link>http://www.nishv.com/2008/08/logitech-mx-air-gyroscopic-cordless-mouse/</link>
		<comments>http://www.nishv.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 [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=Logitech+MX+Air+Gyroscopic+Cordless+Mouse&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F08%2Flogitech-mx-air-gyroscopic-cordless-mouse%2F">ShareThis</a></p>]]></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;">
<div class="vvqbox vvqyoutube" style="width:425px;height:355px;">
<p id="vvq48c1f1537cb3e"><a href="http://www.youtube.com/watch?v=rlurAy_jnP8">http://www.youtube.com/watch?v=rlurAy_jnP8</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/08/logitech-mx-air-gyroscopic-cordless-mouse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTC Kaiser (TyTN II) car charger problem solved!</title>
		<link>http://www.nishv.com/2008/08/htc-kaiser-tytn-ii-car-charger-problem-solved/</link>
		<comments>http://www.nishv.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 [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=HTC+Kaiser+%28TyTN+II%29+car+charger+problem+solved%21&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F08%2Fhtc-kaiser-tytn-ii-car-charger-problem-solved%2F">ShareThis</a></p>]]></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.nishv.com/2008/08/htc-kaiser-tytn-ii-car-charger-problem-solved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Defender Error Application failed to initialize: 0&#215;800106ba.</title>
		<link>http://www.nishv.com/2008/06/windows-defender-error-application-failed-to-initialize-0x800106ba/</link>
		<comments>http://www.nishv.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 [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=Windows+Defender+Error+Application+failed+to+initialize%3A+0%26%23215%3B800106ba.&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F06%2Fwindows-defender-error-application-failed-to-initialize-0x800106ba%2F">ShareThis</a></p>]]></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" onclick="javascript:pageTracker._trackPageview ('/outbound/www.microsoft.com');">Microsoft</a>.</p>
<p>If you are trying to Disable Windows Defender, follow this URL below&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/06/windows-defender-error-application-failed-to-initialize-0x800106ba/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable Windows Defender</title>
		<link>http://www.nishv.com/2008/06/disable-windows-defender/</link>
		<comments>http://www.nishv.com/2008/06/disable-windows-defender/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 09:26:28 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<category><![CDATA[Turn Off Windows Defender]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=239</guid>
		<description><![CDATA[Windows Defender can be easily disabled and here is how it’s done&#8230; It is NOT recommended to be disabled and I hope you know what you’re doing.
Here is how it’s done&#8230;
Go to Start -&#62; Control Panel and click on Security Centre or go to Start -&#62; Run and type in wscui.cpl and It will bring [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=Disable+Windows+Defender&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F06%2Fdisable-windows-defender%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p>Windows Defender can be easily disabled and here is how it’s done&#8230; It is NOT recommended to be disabled and I hope you know what you’re doing.</p>
<p>Here is how it’s done&#8230;</p>
<p>Go to <strong>Start</strong> -&gt; <strong>Control Panel</strong> and click on <strong>Security Centre</strong> or go to <strong>Start</strong> -&gt; <strong>Run</strong> and type in <strong>wscui.cpl</strong> and It will bring up Security Centre.</p>
<p>Click <strong>Tools</strong>, and then click <strong>Options</strong>.</p>
<p>Under Administrator options, select or clear the <strong>Use Windows Defender</strong> check box, and then click Save. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/06/disable-windows-defender/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Live Messenger Blocks YouTube URLs</title>
		<link>http://www.nishv.com/2008/05/live-messenger-blocks-youtube-urls/</link>
		<comments>http://www.nishv.com/2008/05/live-messenger-blocks-youtube-urls/#comments</comments>
		<pubDate>Sat, 10 May 2008 11:01:41 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
		
		<category><![CDATA[IM]]></category>

		<category><![CDATA[Has Microsoft blocked YouTube URLs on Live Messenger?]]></category>

		<category><![CDATA[Microsoft Blocks YouTube]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=237</guid>
		<description><![CDATA[Looks like Microsoft has decided to bounce all the YouTube URLs sent via Live Messenger. It is rather pathetic to see such measure been taken in direct competition with Google.
Microsoft has its own version of Video sharing site called MSN Video and I guess it’s their way of competing against YouTube just because Microsoft has [...]<p><a href="http://sharethis.com/item?&#038;wp=2.6&#38;publisher=43e39229-1122-4fa5-9ee5-0ee1e8e5a8b9&#38;title=Live+Messenger+Blocks+YouTube+URLs&#38;url=http%3A%2F%2Fwww.nishv.com%2F2008%2F05%2Flive-messenger-blocks-youtube-urls%2F">ShareThis</a></p>]]></description>
			<content:encoded><![CDATA[<p>Looks like Microsoft has decided to bounce all the YouTube URLs sent via Live Messenger. It is rather pathetic to see such measure been taken in direct competition with Google.</p>
<p>Microsoft has its own version of Video sharing site called MSN Video and I guess it’s their way of competing against YouTube just because Microsoft has the upper hand when it comes to Instant Messenger.</p>
<p>Here is an example&#8230;</p>
<p><strong>The following message could not be delivered to all recipients:<br />
http://www.youtube.com/watch?v=yVjzd320gew</strong></p>
<p>There are two solutions for it, one being straight forward where you just modify the URL by changing the HTTP into HXXP so it will not trigger their system and bounce back to you. But the only disadvantage is, the receiving party will not be able to click on the link, instead they have to copy and paste the link on their favourite web browser (Firefox in my case :-))</p>
<p>Here is how to get pass it&#8230;</p>
<p><strong>hxxp://www.youtube.com/watch?v=yVjzd320gew</strong></p>
<p>Having said that, there is another way to do it&#8230;</p>
<p>It is by encrypting the msn conversation you have with people. I have written a small article on <a href="http://www.nishv.com/2006/07/instant-messenger-privacy/">Encrypting IM Conversations</a> a while back and that way, it is possible to send and receive YouTube URLs through Windows Live Message.</p>
<p>The only downside of that is, both parties needs to have the Encryption Software Installed. </p>
<p>You can find the Encryption Software on the following URL&#8230;<br />
http://www.secway.fr/us/products/simplite_msn/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nishv.com/2008/05/live-messenger-blocks-youtube-urls/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
