<?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>Khurshed Consulting</title>
	<atom:link href="http://www.khurshed.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khurshed.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 May 2013 17:49:41 +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>
		<item>
		<title>3Com 4200G Setup</title>
		<link>http://www.khurshed.com/2013/05/3com-4200g-setup/</link>
		<comments>http://www.khurshed.com/2013/05/3com-4200g-setup/#comments</comments>
		<pubDate>Mon, 06 May 2013 17:02:28 +0000</pubDate>
		<dc:creator>zaheer</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[3COM]]></category>
		<category><![CDATA[3COM 4200G]]></category>
		<category><![CDATA[3COM default]]></category>
		<category><![CDATA[3COM password]]></category>
		<category><![CDATA[3COM setup]]></category>
		<category><![CDATA[3COM SSH]]></category>
		<category><![CDATA[3CR17661-91]]></category>
		<category><![CDATA[HP E4200-24G]]></category>

		<guid isPermaLink="false">http://www.khurshed.com/?p=196</guid>
		<description><![CDATA[3COM 4200 G Managed switch Setup: In case you come across some of these retired switches..I am trying to amalgamate some info from the web since they are not as searchable as Cisco devices. These were bought by HP and may also be called HP E4200-24G Switch Getting In :  by</p><p class="more-link"><a href="http://www.khurshed.com/2013/05/3com-4200g-setup/">Read More…</a></p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><strong>3COM 4200 G Managed switch Setup:</strong></p>
<p style="text-align: center;"><a href="http://i2.wp.com/www.khurshed.com/wp-content/uploads/2013/05/3CR17661-91.jpg"><img class="aligncenter size-medium wp-image-202" alt="3CR17661-91" src="http://i2.wp.com/www.khurshed.com/wp-content/uploads/2013/05/3CR17661-91.jpg?resize=300%2C180" data-recalc-dims="1" /></a></p>
<p style="text-align: left;">In case you come across some of these retired switches..I am trying to amalgamate some info from the web since they are not as searchable as Cisco devices. These were bought by HP and may also be called HP E4200-24G Switch</p>
<p style="text-align: left;"><strong>Getting In : </strong></p>
<p style="text-align: left;">by default the switch should be DHCP, so use a good network scanner to locate it. It will show up as &#8220;3COM LTD.&#8221; A common app for this is &#8220;iNet Scanner&#8221;. My switch came set as 192.168.0.99.</p>
<p style="text-align: left;">Default Login: manager/manager.</p>
<p style="text-align: left;">Default Admin: admin/ BLANK</p>
<p style="text-align: center;"><strong>If you cannot get in using default info : </strong></p>
<p style="text-align: left;">Open the terminal application, Console in using a console(RJ45) to USB cable.  baud rate is 19200.</p>
<p style="text-align: left;">List your devices:</p>
<p style="text-align: left;">ls /dev/tty.*</p>
<p style="text-align: left;">Connect to your USB console cable:</p>
<p style="text-align: left;">e.g: screen /dev/tty.usbserial 19200</p>
<p style="text-align: left;">try recover/recover to login within the first 30 seconds of boot.</p>
<p style="text-align: center;"><strong>Enable SSH, so you can shove this beast in a room far away from you: </strong></p>
<p style="text-align: left;">Set the IP and subnet mask:</p>
<p style="text-align: left;">system-view<em> &lt;enter&gt;</em><br />
interface vlan 1<em> &lt;enter&gt;   </em><br />
ip address xxx.xxx.xxx.xxx mmm.mmm.mmm.mmm<em> &lt;enter&gt;  </em><br />
save<em> &lt;enter&gt;  </em></p>
<p style="text-align: left;">rsa local-key-pair create<br />
1024<br />
user-interface vty 0 4<br />
authentication-mode scheme<br />
protocol inbound ssh<br />
local-user <strong>admin</strong><br />
password simple <strong>password</strong><br />
service-type ssh<br />
quit<br />
ssh user <strong>admin</strong> authentication-type <strong>password</strong><br />
save</p>
<p style="text-align: left;">BOLD = Your personal values for username and password.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Current Config: </strong></p>
<p style="text-align: left;">&#8221; dis cur&#8221; command will display current config. Remember to type &#8220;save&#8221; command after any change or a reboot will wipe out your config.</p>
<p style="text-align: left;"><strong>To update your config : </strong></p>
<p style="text-align: left;">Get the latest firmware:</p>
<p style="text-align: left;">1.https://h10145.www1.hp.com/Downloads/ProductsList.aspx?lang=en&amp;cc=us&amp;prodSeriesId=4236411</p>
<p style="text-align: left;">2.startup a TFTP server, I used tftpserver.app from the Mac app store.</p>
<p style="text-align: left;">3.Set the working directory of TFTP server , your desktop is the easiest to avoid permissions issues.</p>
<p style="text-align: left;">4.Drop the latest 4200G firmware files in the working directory of the TFTP server. ( the .btm .web and .app files)</p>
<p style="text-align: left;">5.then go to the switch. ( SSH or console)</p>
<p style="text-align: left;">tftp GET &lt; IP &gt; &lt; Filename &gt;</p>
<p style="text-align: left;">repeat for the .app .btm and .web package.</p>
<p style="text-align: left;">disregard &lt;&gt; in your commands.</p>
<p style="text-align: left;"><strong>To apply the update:</strong></p>
<p style="text-align: left;">Over SSH or console:</p>
<p style="text-align: left;">boot boot-loader flash: &lt;.app filename&gt;</p>
<p style="text-align: left;">boot bootrom flash: &lt;.btm filename&gt;</p>
<p style="text-align: left;">boot web-package &lt;.web filename&gt; main</p>
<p style="text-align: left;">disregard &lt;&gt; in your commands.</p>
<p style="text-align: left;">save</p>
<p style="text-align: left;">reboot.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.khurshed.com/2013/05/3com-4200g-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s foray into everything you see</title>
		<link>http://www.khurshed.com/2012/04/googles-foray-into-everything-you-see/</link>
		<comments>http://www.khurshed.com/2012/04/googles-foray-into-everything-you-see/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 16:09:02 +0000</pubDate>
		<dc:creator>zaheer</dc:creator>
				<category><![CDATA[Future Tech]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Glasses]]></category>

		<guid isPermaLink="false">http://www.khurshed.com/?p=151</guid>
		<description><![CDATA[&#160; Google Glass and Augmented Reality Google Glass is a project that the company launched to explore the idea of creating a pair of glasses that enhance reality. The concept is revolutionary, but it is certainly one that has been explored in science fiction stories and films for many years.</p><p class="more-link"><a href="http://www.khurshed.com/2012/04/googles-foray-into-everything-you-see/">Read More…</a></p>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong><a href="http://i1.wp.com/www.khurshed.com/wp-content/uploads/2012/04/largeNewGoogleLogoFinalFlat-a.png"><img class="alignleft size-medium wp-image-160" title="Google" src="http://i1.wp.com/www.khurshed.com/wp-content/uploads/2012/04/largeNewGoogleLogoFinalFlat-a.png?resize=300%2C116" alt="" data-recalc-dims="1" /></a></strong></p>
<p><strong>Google Glass and Augmented Reality</strong></p>
<p>Google Glass is a project that the company launched to explore the idea of creating a pair of glasses that enhance reality. The concept is revolutionary, but it is certainly one that has been explored in science fiction stories and films for many years. With Google Glasses, the users would have a heads up display (HUD) that would overlay what they seen in front of them. The effect could be extraordinary and could make how we interact with the world much different.</p>
<p>Information at a Glance</p>
<p>Imagine looking at any city street and having detailed information about the establishments on it pop up as soon as you look at them. Imagine being given directions to a restaurant and having guidance arrows displayed right in your field of vision, eliminating the need to use a GPS. Imagine being able to read and respond to your emails by looking at them projected in front of you and without requiring any sort of handheld device. These possibilities—and many more—are behind Google Glass.</p>
<p>Google, of course, is a for-profit company and that means that advertising is already a part of their plans. The aforementioned storefronts for which information is displayed, for instance, could buy advertisements that could be integrated with Google Glass in creative ways. While there is potentially a sort of information utopia to be hand in the form of Google Glasses, there is also the potential for having advertisements right in your face whenever you&#8217;re out and about. Part of what Google will have to do is to make these advertisements attractive, and useful, to users so that the product remains interesting.</p>
<p><strong> Practical Considerations</strong></p>
<p>Google is working on Google classes that work with prescription lenses. This would be a necessity, of course, as many people will want to integrate the two. In a video put out by Google, quite a few scenarios are shown to demonstrate how Google Glasses could change people&#8217;s world. The overarching effect between all the examples given is that Google Glasses have the effect of making technology more present while, counterintuitively, making it less intrusive, as well. It becomes an organic part of the world that users live in and, because of that, it is made more useful. Advertisements, of course, will have to be integrated in a similar fashion.</p>
<p>&nbsp;</p>
<p><strong>The Glass Ceiling</strong></p>
<p>While Google Glass is certainly innovative, it is, by no means, the be all end all of this type of development. It&#8217;s become predictable that, as soon as a new technology is released on the market, someone will come along with a smaller, more compact and more practical version of it. There are already contact lenses with similar capabilities—and other capabilities entirely—being developed.</p>
<p>Google Glass could change the business and information technology worlds at once. The competition for high Google search rankings is famously fierce. With those search engine rankings—and their other services—being right in front of user&#8217;s faces in the near future, it&#8217;s likely that the advertising stakes for companies will only go higher.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khurshed.com/2012/04/googles-foray-into-everything-you-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>B.Y.O.D In your business</title>
		<link>http://www.khurshed.com/2012/04/b-y-o-d-in-your-business/</link>
		<comments>http://www.khurshed.com/2012/04/b-y-o-d-in-your-business/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 22:14:51 +0000</pubDate>
		<dc:creator>zaheer</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[B.Y.O.D]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[BYOD]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[Mobile policies]]></category>

		<guid isPermaLink="false">http://www.khurshed.com/?p=107</guid>
		<description><![CDATA[BYOD in Enterprise BYOD is another technology-related acronym. It stands for &#8220;Bring Your Own Device&#8221; and, while BYOD might sound like something that applies to consumers, it is increasingly becoming a factor in how businesses have to provide IT resources. The concept is simple; the implications are complex. &#160; So</p><p class="more-link"><a href="http://www.khurshed.com/2012/04/b-y-o-d-in-your-business/">Read More…</a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>BYOD in Enterprise</strong></p>
<p>BYOD is another technology-related acronym. It stands for &#8220;Bring Your Own Device&#8221; and, while BYOD might sound like something that applies to consumers, it is increasingly becoming a factor in how businesses have to provide IT resources. The concept is simple; the implications are complex.</p>
<p>&nbsp;</p>
<p><strong>So What is BYOD?</strong></p>
<p>Chances are that you have a cellular phone that has Internet access on it in your possession right now. There is also a very good chance that you use this device to check your email, browse the web and instant message. What&#8217;s becoming increasingly the norm is for people to use their own devices to access their work email and other communications. This is the heart of the BYOD concept. People buy and use their own devices in the workplace and outside the workplace and utilize those devices to access company information. This presents opportunities and potential pitfalls.</p>
<p>&nbsp;</p>
<p><strong>The Good</strong></p>
<p>BYOD increases efficiency. It allows employees of a business to be more accessible without requiring them to be in the office for very long hours and without requiring them to carry an extra device around for business purposes. The fact that they own their own devices also allows employees to get something that they enjoy using and that gives them a sense of ownership and control. Not to mention, a higher likelihood that devices will be well cared for.</p>
<p><a href="http://i2.wp.com/www.khurshed.com/wp-content/uploads/2012/04/byod-tshirt1.jpg"><img class="alignleft size-medium wp-image-162" title="BYOD Shirt" src="http://i2.wp.com/www.khurshed.com/wp-content/uploads/2012/04/byod-tshirt1.jpg?resize=300%2C152" alt="" data-recalc-dims="1" /></a></p>
<p><strong>The Complex</strong></p>
<p>There isn&#8217;t a serious downside to BYOD in enterprise, but it does introduce a level of complexity that did not exist before.</p>
<p><strong>Costs:</strong></p>
<p>Someone has got to foot the bill for mobile devices. In an enterprise company the typical scenario is that if you have need to be connected to work, work pays for the device. with BYOD, the door is opened for the employer to either purchase the device for an employee, subsidize the cost, or put the complete onus on the employee. This opens all sorts of complexities when it comes to device and bill management.</p>
<p><strong>IT Mobile Control:</strong></p>
<p>The IT departments of 10 years ago had almost total control over which devices were allowed to access their networks and how those devices were allowed to access their networks. As time passed, this loosened up. Laptop computers, for instance, were among the first employee-owned devices that were used to access company networks and information. As Internet-enabled devices have become smaller, more portable and more integrated with other devices, IT departments have had to become more accommodating.</p>
<p>&nbsp;</p>
<p>Today, IT departments are oftentimes the facilitators who make it possible for companies to get the most out of their IT investments. The IT department used to have a very powerful influence where making decisions about technology was concerned. They could allow or forbid devices on their networks and employees did not expect to be able to get their company email or other information outside of the company itself. Today, the IT departments spend less time dictating what employees can and cannot do and more time helping them to use technology that works.</p>
<p>&nbsp;</p>
<p>This is not a risk-free endeavour. Good IT departments will be able to accommodate these shifts in technology. IT departments that are too stuck in the past will not be able to accommodate these changes. This means that businesses without the type of IT talent that can change networks and make them more accessible to BYOD culture will likely suffer. Those businesses that have people who can make BYOD work, however, will likely see a great increase in what they get out of their technology and how that technology adapts to employee&#8217;s needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khurshed.com/2012/04/b-y-o-d-in-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Holographic Technology</title>
		<link>http://www.khurshed.com/2012/04/cisco-holographic-technology/</link>
		<comments>http://www.khurshed.com/2012/04/cisco-holographic-technology/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 22:05:50 +0000</pubDate>
		<dc:creator>zaheer</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Future Tech]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[business meeting]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[future technology]]></category>
		<category><![CDATA[holographic]]></category>

		<guid isPermaLink="false">http://www.khurshed.com/?p=102</guid>
		<description><![CDATA[Doing Business Face-to-Face from Across the World Holographic projections may change the way that people do business around the world. Technology from Cisco is among the innovations that are allowing businesses to step into an entirely new world where talking to someone over the Internet no longer means talking to</p><p class="more-link"><a href="http://www.khurshed.com/2012/04/cisco-holographic-technology/">Read More…</a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>Doing Business Face-to-Face from Across the World</strong></p>
<p>Holographic projections may change the way that people do business around the world. Technology from Cisco is among the innovations that are allowing businesses to step into an entirely new world where talking to someone over the Internet no longer means talking to a flat, two-dimensional image on a screen. In today&#8217;s world, having the person represented holographically is not something that the technology of the future may offer: it is already here.</p>
<p><a href="http://i1.wp.com/www.khurshed.com/wp-content/uploads/2012/04/holographic-technology.jpg"><img class="alignleft size-medium wp-image-105" title="holographic-technology" src="http://i1.wp.com/www.khurshed.com/wp-content/uploads/2012/04/holographic-technology.jpg?resize=257%2C300" alt="" data-recalc-dims="1" /></a></p>
<p><strong>Holograms and Humanity</strong></p>
<p>One of the reasons that video conferencing is so popular with businesses is that actually seeing the person on you&#8217;re talking to enhances the level of communication you have with them. The way their face responds to what you say and the way that they communication information through their own facial expressions makes seeing someone a very effective way of making certain that the entire message of what they&#8217;re saying is conveyed.</p>
<p>While video conferencing can enhance this communication, having a hologram in the room makes communicating long distance a much more personal experience. Around the world there are already rooms set up that can accommodate Cisco&#8217;s holographic technology and that allow businesses, government agencies and other entities to conference with people around the globe as if they were in the room.</p>
<p><strong>Not Taking that Flight</strong></p>
<p>Although efficiency, profits, communication and a host of other reasons may be used to justify it, flying somewhere to attend a business meeting is sometimes done just to make the entire affair more personal. With the holographic technology that Cisco and others are coming out with, globe-trotting for the sake of business will likely no longer be a necessity. Not only can all of the travel expenses that businesses pick up every year be replaced by holographic technology, those holograms can show up at a meeting instantly, eliminating all of the logistics involved in getting people important to the business to these meetings.</p>
<p>The effect of the holographic technology being introduced these days is likely one that will further shrink the globe. People will be—and already are—able to meet face-to-face over Internet connections that do more than provide a small webcam image. Not to discount the impact that video conferencing has had; it has been significant. Holographic conferencing, however, will likely change the world in a much more profound way than did being able to conference over webcams.</p>
<p>According to Cisco&#8217;s information, holographic technology will also be important to public speaking events. Rather than having to fly someone across the world to make a presentation to a board or another group of people within a corporation, holographic technology allows the presenter to interact with the audience from anywhere. Not only this, but the presenter has the advantage of using their stage presence and body language to communicate. This technology is already very advanced. It is being used by businesses from finance to the entertainment industry and has even been used to recreate performances by deceased musicians in recent months. This technology is not the wave of the future; it is very much already a part of the present.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khurshed.com/2012/04/cisco-holographic-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware on Mac OS X</title>
		<link>http://www.khurshed.com/2012/04/malware-on-mac-os-x/</link>
		<comments>http://www.khurshed.com/2012/04/malware-on-mac-os-x/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 19:38:47 +0000</pubDate>
		<dc:creator>zaheer</dc:creator>
				<category><![CDATA[Apple News]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flashback]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac Viruses]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://www.khurshed.com/?p=75</guid>
		<description><![CDATA[&#160; Update: There is yet another piece of malware called pubSab. This malware takes advantage of the exact same vulnerability as the flashback virus. Apple has released  a removal tool for flashback , but not PubSab. I have written a package that uses Apples removal binary, but also a removal</p><p class="more-link"><a href="http://www.khurshed.com/2012/04/malware-on-mac-os-x/">Read More…</a></p>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://i2.wp.com/www.khurshed.com/wp-content/uploads/2012/04/MacBookAir_Hero_1_PRINT-e1334692113895.jpg"><img class="size-medium wp-image-79 alignleft" title="Malware on Mac OS X" src="http://i2.wp.com/www.khurshed.com/wp-content/uploads/2012/04/MacBookAir_Hero_1_PRINT.jpg?resize=300%2C214" alt="" data-recalc-dims="1" /></a></p>
<p><strong>Update</strong>: There is yet another piece of malware called pubSab. This malware takes advantage of the exact same vulnerability as the flashback virus. Apple has released  a removal tool for flashback , but not PubSab. I have written a package that uses Apples removal binary, but also a removal script for PubSab and MacKontrol. Installing this and running all software updates on your Mac should remove PubSab, Flashback, MacKontrol.</p>
<p><a href="http://www.khurshed.com/wp-content/uploads/2012/04/FlashBackPuBSab-Remover1.zip1.zip">FlashBackPuBSab-Remover.zip</a></p>
<p><strong>The Mac Flashback Virus:</strong></p>
<p>&nbsp;</p>
<p>In the endless debates between Apple and PC users, security has always been a contentious issue. Mac users and Apple itself are quick to bring up that there are far fewer viruses that attack Mac computers and, among some Mac users, there was a misconception that Macintosh products were completely invulnerable to virus infection in a way that PCs just could not compete with. This misconception, and the vulnerability of Apple products to viruses was demonstrated by the Flashback Trojan, a piece of malware for which Apple only recently released a fix, approximately 6 months after it became a problem. Mac OS X continues to be a highly resilient platform however, it must be recognized within the Mac OS X community that highly resistant does not equate to impervious.</p>
<p>&nbsp;</p>
<p><strong>The Trojan:</strong></p>
<p>Flashback is among the many Trojans that make the computers they infect part of botnets. These are networks of compromised PCs and Macs that perform some sort of a service for Internet criminals. They may be part of a spam distribution network, they may be used to launch distributed denial of service attacks on servers or they may be used for most any other purpose. The important element is that the person or persons running the botnet has some significant control over the computers that make it up.</p>
<p>The Trojan attacked Macs though a Java vulnerability. Java is one of the most widely-used technologies in the world and, for that reason, it is a frequent target of attackers. The Flashback virus was loaded from a drive-by download website that infected the computer via an applet. This applet loaded an executable on the computer. That executable then downloaded the Trojan and made the computer part of the botnet.</p>
<p>Flashback is sophisticated. Every computer infected with this Trojan gets a unique ID on the botnet and it can switch the computer between servers. This level of sophistication is common for Internet attacks today.</p>
<p>&nbsp;</p>
<p><strong>Fixing the Flaw:</strong></p>
<p>On April 3, 2012, Apple finally released a fix for the vulnerability in their Java version. This followed nearly 2 months behind Oracle—the company that makes the main version of Java—who released their security patch of February 14, 2012. Trojans and other malware almost always have variants and Flashback is no exception. Apple released a fix for those variants on April 12, 2012.</p>
<p>Currently, there are no fixes available for Mac OS versions prior to Lion and Snow Leopard. If you happen to be running one of these older versions, Apple recommends that you just turn off Java to avoid the problem which, of course, limits the user experience you&#8217;ll have with your computer.</p>
<p>In the end, approximately 600,000 Macintosh computers were infected with this virus. This number included many that were located in Cupertino, CA, where the Apple Corporation has its headquarters located.</p>
<p>This Trojan is potentially very dangerous to security. If you have a Macintosh computer and have not checked it for the Trojan or downloaded a fix, you should do so immediately. If you have an older version of Mac OS that is still vulnerable, turning off your Java or using a third-party app to remove the Trojan are your best options.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khurshed.com/2012/04/malware-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: www.khurshed.com @ 2013-05-24 01:41:15 by W3 Total Cache -->