<?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>from Chips to Chips &#187; computers</title>
	<atom:link href="http://chips.imutroom.com/category/tech/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://chips.imutroom.com</link>
	<description>blogging about anything, from IT to Cooking</description>
	<lastBuildDate>Mon, 17 Oct 2011 04:16:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Windows 7 accessing file share error</title>
		<link>http://chips.imutroom.com/2011/10/windows-7-accessing-file-share-error/</link>
		<comments>http://chips.imutroom.com/2011/10/windows-7-accessing-file-share-error/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 04:16:20 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Tech Stuffs]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[file share]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=230</guid>
		<description><![CDATA[strange issue came up for me recently, my notebook running Windows 7, stopped to be able to connect to CIFS shares. I keep getting that the &#8220;network is not reacheable&#8221; error from Windows. Networking wise, it&#8217;s incorrect as I can ping the device and I can access the web services on the device. Some research [...]]]></description>
			<content:encoded><![CDATA[<p>strange issue came up for me recently, my notebook running Windows 7, stopped to be able to connect to CIFS shares. I keep getting that the &#8220;network is not reacheable&#8221; error from Windows. Networking wise, it&#8217;s incorrect as I can ping the device and I can access the web services on the device.</p>
<p>Some research pointed me to the proliferation of the 6to4 adapters in Windows. These adapters help to route IPv6 over IPv4, and for some reason, I&#8217;ve got hundreds of these adapters in my system.</p>
<p>All I had to do is to remove them by disabling IPv6, and the problem got resolved. No root cause here yet, but at least there&#8217;s the fix.</p>
<p>So, go to <a href="http://support.microsoft.com/kb/929852">http://support.microsoft.com/kb/929852</a> and apply Fix #50409 &amp; #50412. Both will need a reboot each time, and then my problem was resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2011/10/windows-7-accessing-file-share-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what the hell is speed and duplex?</title>
		<link>http://chips.imutroom.com/2011/01/what-the-hell-is-speed-and-duplex/</link>
		<comments>http://chips.imutroom.com/2011/01/what-the-hell-is-speed-and-duplex/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 08:57:56 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Tech Stuffs]]></category>
		<category><![CDATA[autonegotiate]]></category>
		<category><![CDATA[duplex]]></category>
		<category><![CDATA[linked]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=180</guid>
		<description><![CDATA[It&#8217;s actually quite amazing that many many many IT professionals out there is actually quite ignorant about some basic network understanding. Perhaps, forgivable if your IT exposure is high up in the application stack&#8230; for those who live and breath system administration&#8230; and even for those who are network administrators&#8230; no excuse at all. So, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s actually quite amazing that many many many IT professionals out there is actually quite ignorant about some basic network understanding. Perhaps, forgivable if your IT exposure is high up in the application stack&#8230; for those who live and breath system administration&#8230; and even for those who are network administrators&#8230; no excuse at all.</p>
<p>So, what&#8217;s this about? This is about fundamental configuration of physical ethernet network connections. Something a vast majority takes for granted. This applies very much to the days of 10/100Mbps networks, which is still very prevalent in current environment, but is slowly going away.</p>
<p>In ethernet, when 2 devices are connected together with a regular UTP cable, they&#8217;ll need to communicated at the same speed and mode of transmission. For optimal operations, both ends have got to be operating at the same settings. For speed, there&#8217;s a choice of 10Mbps or 100Mbps, and transmission mode is full or half duplex.</p>
<p>If there is speed mismatch, there won&#8217;t be any communications at all, and it&#8217;s easily corrected. So once you see there&#8217;s a link, the speed is definitely a match. However, what&#8217;s not obvious at all is that the transmission mode (duplex settings) may not match. And when they don&#8217;t match, the result is horrifyingly slow throughput.</p>
<p>So what does full duplex and half duplex mean? It simply means when and how each device is allowed to transmit. In half duplex mode, it means only 1 of the devices is allowed to transmit at any one time. The other just listens. In full duplex mode, both devices are allowed to transmit at the same time. In the very early days of ethernet over UTP, the cores in the wire are shared, such that the transmission cables are shared, as such when more than 1 device transmits, the message on the cable  gets &#8220;noisy&#8221; and collision occurs.</p>
<p>Imagine, that if at one end, device A is told to communicate at half duplex, and at the other end, device B thinks full duplex is in operation. So, when A is sending out signal to B, and B needs to send something back to A, B thinks it&#8217;s ok and sends out the message. A is not expecting anything from B at all, and so is unable to handle the traffic from B. As a result collision occurs. A will keep resending it&#8217;s data thinking that it never reached B, and in the end, a whole lot of miscommunication occurs. This causes what appears to be very very slow throughput.</p>
<p>In this day and age, I would say all cat 5 UTP cables and devices are full duplex capable. Also, there is a 5th setting called &#8220;Autodetect&#8221;. It&#8217;s this &#8220;autodetect&#8221; setting which introduces a lot convenience as well as headache. Personally, I love &#8220;autodetect&#8221; and advocate the use of it. But by those who don&#8217;t understand it, avoids it at all cost. In fact, some IT shops will default to move away from &#8220;autodetect&#8221; at all costs.</p>
<p>So, why are some network people so afraid of &#8220;autodetect&#8221;? More often than not, they&#8217;ve had bad experience with poor performances due to duplex mismatch. There is some history to this&#8230;. when autodetect first showed up, there was interoperability issues between different vendors. Naturally, for that reason, it&#8217;s fair to set a standard to avoid &#8220;autodetect&#8221; as a default setting. But this is something one will observe maybe 15-20 years ago.</p>
<p>Soon after, the IEEE stepped in to resolve this by standardizing how &#8220;autodetect&#8221; should work. It&#8217;s a good thing, but the standardization is quite peculiar. Here&#8217;s why&#8230;.</p>
<p>Autodetect is great with speed negotiation, if there&#8217;s no cabling issue, both devices will negotiate at the highest possible speed. Usually no issues here. Even if one end is put to a manual setting on speed, the other end on auto will still get it right.</p>
<p>Then, here comes the fun part&#8230; if one end is set manually on the duplex, the end which is on auto will default to half duplex. Yes, half, not full. I never understood what the reason is. But you can see that if someone sets one end to full duplex, the other end on auto will always talk in half duplex. As a result, we have a duplx mismatch, and performance will be bad.</p>
<p>So, if no one takes care to understand why performance tanks when network settings don&#8217;t match at both ends, you&#8217;ll get an environment without a standard. You&#8217;ll see some ports are set to autonegotiate, and some are set to manual&#8230; and some do have mismatch and some don&#8217;t.</p>
<p>My take is that, if you&#8217;ve got fairly recent equipment, just leave everything on default to be on &#8220;autonegotiate&#8221;. If you&#8217;ve got flaky performance, it&#8217;s more likely due to bad cabling, and have that fixed. If you are using manual or static type settings, cable issues are less likely to surface, and it&#8217;s not obvious that there may be cabling issue at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2011/01/what-the-hell-is-speed-and-duplex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great place for &#8220;Old Apps&#8221;</title>
		<link>http://chips.imutroom.com/2010/11/great-place-for-old-apps/</link>
		<comments>http://chips.imutroom.com/2010/11/great-place-for-old-apps/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 00:04:38 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Tech Stuffs]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[previous]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tekzilla]]></category>
		<category><![CDATA[versions]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=176</guid>
		<description><![CDATA[a recent task I had to do involved getting a bunch of old versions of applications. The search for these brought me to a website www.oldapps.com. I first came across this website from watching Tekzilla. (good video podcast for tech fans, and the hosts are great!). The website hosts a lot of popular applications, and [...]]]></description>
			<content:encoded><![CDATA[<p>a recent task I had to do involved getting a bunch of old versions of applications. The search for these brought me to a website <a title="Old Apps" href="http://www.oldapps.com">www.oldapps.com</a>. I first came across this website from watching <a title="Tekzilla" href="http://revision3.com/tekzilla/">Tekzilla</a>. (good video podcast for tech fans, and the hosts are great!).</p>
<p>The website hosts a lot of popular applications, and every version of those software that have been publicly available. Most of the times, these software are no longer found on their main website, and even hard to find on the P2P network. Fret not as this site has it!</p>
<p>So, if there are any vintage versions of Winamp that you like, but lost due to a system rebuild. You can hop over to <a title="Old Apps" href="http://www.oldapps.com">Old Apps</a> and download that favorite version you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2010/11/great-place-for-old-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the beauty of virtualization &#8211; part 1 &#8211; introduction</title>
		<link>http://chips.imutroom.com/2010/03/the-beauty-of-virtualization-part-1-introduction/</link>
		<comments>http://chips.imutroom.com/2010/03/the-beauty-of-virtualization-part-1-introduction/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:26:01 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Tech Stuffs]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=159</guid>
		<description><![CDATA[many people in the IT industry should have heard about virtualization, and for the rest of the world&#8230; the closest thing they can think of is probably the movie &#8211; Avatar. uhm&#8230; not the same&#8230; I&#8217;m talking about computer virtualization here. And so what the heck is it really about? To senior management, it&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>many people in the IT industry should have heard about virtualization, and for the rest of the world&#8230; the closest thing they can think of is probably the movie &#8211; Avatar. uhm&#8230; not the same&#8230;</p>
<p>I&#8217;m talking about computer virtualization here. And so what the heck is it really about? To senior management, it&#8217;s a promise of lowering cost, faster ROI, better flexibility of the infrastructure, simpler management of IT infrastructure.</p>
<p>To the guys on the ground, it means, faster build and release to production, quick and easy back out plan for patch maintenance, fast cloning of production data for beta testing, no more hair ripping experience due to hardware refresh, and much much more.</p>
<p>Right, so these are some of the benefits that I just touched on. So, still what really is virtualization?</p>
<p>To virtualize a computer/server is simply just an extraction of the running system from a physical box, into just a bunch of files and processes. In a traditional approach of having 1 OS instance per physical box, we move into the realm of having multiple OS instances per physical box. No, this is not multiboot, this is having more than 1 OS instance running simultaneously in each physical box. Imagine, one box, be it a regular desktop or a high end server, running multiple OS at the same time. Each OS instance runs unaware of the other in the same box. They are independent of each other, they can work together, they can do anything just like how they will be as in the traditional model.</p>
<p>For example, you can have a Redhat Linux instance, Windows 2008,  Windows 2000 Server, all running as virtual machines (VM) in the same physical box. You can ssh into the Linux VM and do anything as you may as a regular Linux machine. You can RDP into the Windows VMs, check on running services, eventlogs ,etc&#8230; just like any other Windows servers.</p>
<p>To the un-initiated who logs into a VM, they will not know that it is a VM. I behaves just like any regular server.</p>
<p>So, since the VM does the same things as the physical counterparts&#8230; what&#8217;s the point?</p>
<p>Now, think about this for a moment. In nearly all data centers today, going with the 80-20 rule, we can easily find 80% of the servers running with very low utilization most of the time. Some probably only spike up once a week or month even. So, the rest of the days, it&#8217;s just there doing nothing much, and just sucking up power.</p>
<p>So, let&#8217;s say we take 10 of such servers, virtualized them and consolidate them all into just 1 box. If done correctly, you can expect the performance of these 10 servers to remain the same. And there you have it, 90% reduction!! Instead of buying 10 servers, you just need 1. Just 1 physical server to run, maintain and suck less power and utility. Lower up front cost, certainly less ongoing utility bills, and real estate cost. In real life examples, we can see conservative consolidations of over 20 servers into just 1 box!!</p>
<p>This is only the tip of the ice berg we have touched on here. Let me go on a little more before this introduction becomes too much.</p>
<p>One very powerful aspect of virtualization that some may take for granted, but makes all these wonderful concepts possible, is that virtualization creates a whole new hardware platform. I see it as a virtual hardware platform. The virtualization layer basically creates a whole new infrastructure, which only exists logically. What this means is that the hardware that the VM OS actually thinks it sees, are virtual. They do not exist, physically.The result is that we have essentially de-coupled VM from the real server it resides on. We can then take a copy of that VM, and allow it to run on any physical box that has the virtualization layer/engine/OS installed.</p>
<p>Such is not possible with OS running on physical machines. The closest thing we can probably do is pull out the harddisk from one server, transfer it to another server with the exact same hardware, CPU, RAM, NIC, HBA, etc&#8230; and then boot up. Even then, there are some differences, the NIC MAC and HBA addresses are different. If you transfer the harddisk to other boxes, but with different config. You&#8217;ll end up with some nightmare to reconfigure all the drivers, which most of the time is a very very risky maneuver.</p>
<p>If you are following my thoughts so far, you should now realize that virtualization transforms servers to be something portable. With the right setup, you can easily move VM from one physical box to another, even in different locations, and geography. Think server migration&#8230; you can even just copy a VM on to a 2.5&#8243; portable harddisk, take it with you on the plane, fly half way round the planet, and load it up on to another box, and it&#8217;s up and running in minutes!!</p>
<p>Again, we are still only scratching the surface. The promise of what else can be done is tremendous, and I will write about them in my future posts.</p>
<p>For those who I&#8217;ve lost since &#8220;Avatar&#8221;, I&#8217;ll close off with a little tidbit to help you appreciate virtualization a little more. Some of you may have played old Nintento consoles, the Famicom, Super Famicom, Gameboy Advance, etc&#8230; There are emulators out there, which allows you to play these old school games on your computer, be it a Windows, Mac or even the iPhone. This in a way, is virtualization, the consoles have been virtualized so that you can play the games on other type of hardware. Though not exactly the same as server virtualization, I&#8217;m hoping it&#8217;s something more people can relate to.</p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2010/03/the-beauty-of-virtualization-part-1-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DROPBOX &#8211; keep files in sync and have a backup copy in the cloud</title>
		<link>http://chips.imutroom.com/2010/03/dropbox-keep-files-in-sync-and-have-a-backup-copy-in-the-cloud/</link>
		<comments>http://chips.imutroom.com/2010/03/dropbox-keep-files-in-sync-and-have-a-backup-copy-in-the-cloud/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 01:16:39 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tech Stuffs]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[share files]]></category>
		<category><![CDATA[sync files]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=156</guid>
		<description><![CDATA[I&#8217;ve been using this nifty little tool for many months now, and it works like a charm!! I first got introduced to it watching Tekzilla, and I&#8217;m now hooked!! What Dropbox does is that you identify a particular folder in your computer that you want to be kept in sync between computers. For me, this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using this nifty little tool for many months now, and it works like a charm!! I first got introduced to it watching Tekzilla, and I&#8217;m now hooked!!</p>
<p>What Dropbox does is that you identify a particular folder in your computer that you want to be kept in sync between computers. For me, this is my desktop, notebook &amp; netbook. Everytime your computer is on the internet, it will keep all the files sync&#8217;d in this folder. So, no matter which machine you are on, you have access to all the files in that folder. Update the file any where, and the rest will get the updates too. To make it even more awesome, you can access these files on your iPhone or Android device.</p>
<p>Dropbox installs a small client on to your computer, and gives you 2GB of free space at the start. With some successful referrals, your free space goes up to 10GB!!</p>
<p>I use it to keep my frequently used files in sync between my computers. I&#8217;ve read other usage as to keep iTunes libraries in sync between computers, some others use it to keep emails sync&#8217;d between computers, and much more. The possibilities are endless.</p>
<p>So, wait no more!! give it a try and use <a href="https://www.dropbox.com/referrals/NTM2MjYzMTc5" target="_blank">my referral link here</a> =)</p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2010/03/dropbox-keep-files-in-sync-and-have-a-backup-copy-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>softlinks (symbolic links) and hardlinks in Windows</title>
		<link>http://chips.imutroom.com/2010/02/softlinks-symbolic-links-and-hardlinks-in-windows/</link>
		<comments>http://chips.imutroom.com/2010/02/softlinks-symbolic-links-and-hardlinks-in-windows/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:25:46 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Tech Stuffs]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[hard links]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[LSE]]></category>
		<category><![CDATA[soft links]]></category>
		<category><![CDATA[symbolic links]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=154</guid>
		<description><![CDATA[for the die hard unix and linux fans out there who appreciate the use of symbolic links and hard links, there&#8217;s actually a Windows equivalent out there. (then again, if you a die hard fan&#8230; you may not use windows much&#8230; but for those who do&#8230; keep reading&#8230;) All these years, I thought the closest [...]]]></description>
			<content:encoded><![CDATA[<p>for the die hard unix and linux fans out there who appreciate the use of symbolic links and hard links, there&#8217;s actually a Windows equivalent out there. (then again, if you a die hard fan&#8230; you may not use windows much&#8230; but for those who do&#8230; keep reading&#8230;)</p>
<p>All these years, I thought the closest thing to symbolic links in Windows will be the shortcuts. However, In Vista and Windows 7 there is actually a good support for symbolic links and hard links. The command line utility to create/manage these links are not there by default however. One will need to download a package from Microsoft.</p>
<p>Now, I&#8217;ve discovered that someone has actually developed a Windows explorer shell extension to create/manage symbolic/hard links. You can download the freeware <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html">here</a>.</p>
<p>I&#8217;ve downloaded and installed the utility called Link Shell Extension (LSE in short), and it works nicely for me. Mind you, I strongly encourage you to read through the online manual to understand how to use it effectively. It also has a good coverage on the pitfalls in the earlier version of Windows.</p>
<p>For the benefits of you who do not know what are symbolic/hard links, these are references to files and directories in your computers. There are many usage for these links, and the most common scenario is this&#8230;.</p>
<p>Imagine you have a file located in c:\users\hello\documents\download\section\blah\etc\here\thisfile.jpg</p>
<p>That is a very long reference to the file. To make things simple, you want the file to be available in c:\directory\thisfile.jpg but you need to keep a copy in the original location, and at the same time have c:\directory\thisfile.jpg as an exact copy. The traditional way is probably just to create a copy of the file, and anytime the original file is updated, we&#8217;ll just copy it again.</p>
<p>Now, imagine that we can create c:\directory\thisfile.jpg as a symbolic link to the original file. Access this symbolic link gives the exact same result as accessing the file directly. You can open, save, change the symbolic link just as if it&#8217;s a real file. And anytime the original file changes, you&#8217;ll get the update immediately. No need to copy the file over. In way, you save disk space as well, since there&#8217;s only one real copy of the file.</p>
<p>There&#8217;s a lot more to symbolic links and hard links, and you can easily find more information about them on the web.</p>
<p>Hope you&#8217;ll find this useful =)</p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2010/02/softlinks-symbolic-links-and-hardlinks-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to make your Windows PC run faster?</title>
		<link>http://chips.imutroom.com/2009/10/how-to-make-your-windows-pc-run-faster/</link>
		<comments>http://chips.imutroom.com/2009/10/how-to-make-your-windows-pc-run-faster/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 07:49:23 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[boot up]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[defrag]]></category>
		<category><![CDATA[defragmentation]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[fragmentation]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=81</guid>
		<description><![CDATA[I don&#8217;t know anyone who has a Windows computer that doesn&#8217;t come to a crawl after using it for about a year. The computer takes 5-10 mins, and in worse cases 20mins to boot up to a usable state. This happens for several reasons, and one of the biggest reason is due to file fragmentation. [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know anyone who has a Windows computer that doesn&#8217;t come to a crawl after using it for about a year. The computer takes 5-10 mins, and in worse cases 20mins to boot up to a usable state.</p>
<p>This happens for several reasons, and one of the biggest reason is due to file fragmentation. The performance hit gets worse if your paging file (swap file) is fragmented as well.</p>
<p>Since nearly 2 years ago, I found a nice, free defragmentation utility on the web. Back then, it was known as JKDefrag. The idea was good and it worked by calling native Windows APIs. This means that the programmer leveraged a lot on Microsoft&#8217;s native functions to do the work. His utility just provided the brain and coordinate the whole activity.</p>
<p>This is a good design that the utility will not do anything out of Microsoft&#8217;s comfort zone. Meaning, all moving of the bits and pieces of the file is executed as safe as it gets. JKDefrag did not have to re-invent anything.</p>
<p>Now, a newer version has been released and I&#8217;ve used it. The utility has been renamed as MyDefrag (mydefrag.com) and it has a new feature. This introduces a new dimension to what JKDefrag did. MyDefrag will now optimize the files, in addition to just defragmentation.</p>
<p>The new optimization idea is great! It basically re-orders the files on the harddisk into zones, and depending on the type of the file, the frequency of access of the file, the files are organized into each zone. I will not go into the specifics here, so if you like to understand in greater details what is done, you may read up from the <a href="http://www.mydefrag.com" target="_blank">website</a>.</p>
<p>I&#8217;ve installed and optimized on my desktop and 2 netbooks. The end result is phenomenal! I can actually feel that the boot up time of these computers are shorter, and general usage experience of the computers have improved.</p>
<p>For anyone who wants to squeeze more out of their computers, I would recommend trying this utility out.</p>
<p>This utility is free, and you have the freedom to make a donation to the author of the utility if you wish to. I&#8217;m in no way affiliated to this author, and I&#8217;m writing this just to share with you out there this great utility I&#8217;ve discovered.</p>
<p>So, if you do try out the utility, what you need to do after installation is to run &#8220;slow optimize&#8221; the very first time you use it. That basically does the initial job to re-order the entire harddisk. Be warned though, this can take a very very long time&#8230; on one of my netbooks, it took 2 days, and the other took only 3 hours. So it depends how much work needs to be done.</p>
<p>So, go forth and unleash some renewed performance to your computer <img src='http://chips.imutroom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2009/10/how-to-make-your-windows-pc-run-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you getting MSN SPAM?</title>
		<link>http://chips.imutroom.com/2009/09/are-you-getting-msn-spam/</link>
		<comments>http://chips.imutroom.com/2009/09/are-you-getting-msn-spam/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 02:16:58 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[AVG]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://chips.imutroom.com/?p=77</guid>
		<description><![CDATA[Have you ever received strange messages from your friends on MSN, but they are not really online? The messages seems somewhat realistic, and often comes with a link for you to click on&#8230;. one example I received recently is as below huhuhahahah thats YOU?!? LOL! :D:D http://xxxxx.My-Pictures&#8211;Downloads..com/?image=DSC07819.JPG #1 rule &#8211; Don&#8217;t Click on It!!! never [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever received strange messages from your friends on MSN, but they are not really online?</p>
<p>The messages seems somewhat realistic, and often comes with a link for you to click on&#8230;. one example I received recently is as below</p>
<p><span style="color: #ffcc99;"><span style="text-decoration: underline;"><span style="font-family: Arial;">huhuhahahah thats YOU?!? LOL!  <img src='http://chips.imutroom.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> :D:D http://xxxxx.My-Pictures&#8211;Downloads..com/?image=DSC07819.JPG</span></span></span></p>
<p>#1 rule &#8211; <strong><span style="text-decoration: underline;"><span style="color: #ffcc99;">Don&#8217;t Click on It!!!</span></span></strong> never click on any URL you are not sure of. If you received a message with your friend being offline, it&#8217;s a really good chance it&#8217;s not from your friend. Clicking on it will likely get you into trouble with malware.</p>
<p>In fact, most of the times it&#8217;s actually a malware site that&#8217;s spamming you. So the question is, how did the spammer get hold of your friend&#8217;s account? There are at least 2 possible ways.</p>
<ol>
<li>your friend has a poor password used for the MSN account, a password which the spammers were able to &#8220;guess&#8221;. Most of the time this is true, not many people will have good passwords.</li>
<li>your friend has used a computer that has a malware active, so when he/she logs in to MSN, the malware captures the password and sends it to the spammer</li>
</ol>
<p>So, how do we combat this? Just a few simple tips should make these go away</p>
<ol>
<li>immediately advise your friend who&#8217;s account has been compromised to change the password to his/her MSN account</li>
<li>if you know that your password is simple, change it as well (no it&#8217;s not that it&#8217;s now compromised, it&#8217;s to avoid it being compromised in a similar fashion)</li>
<li>it&#8217;s good practice now to have passwords that mixes numbers and letters. To make it even better, throw in a punctuation. Of course the ultimate password will also contain the 3 components plus the letters are a mix of upper and lower cases, and the entire password is at least 8 characters long. So something like &#8220;BitE2mE89$&#8221; is great! and &#8220;coffeeforme&#8221; is really bad.</li>
<li>make sure your computer has an up to date antivirus/malware installed. If you don&#8217;t want to pay for one, you can get a free version from <a href="http://free.avg.com/" target="_blank">AVG</a>. Free, only if you are using it for personal use. For a business PC, you need to buy one.</li>
<li>make sure your computer is patched (updated) regularly, if windows prompt you to update, run it. It often fix problems which antivirus/malware products cannot protect you from.</li>
<li>Patching and having an antivirus/malware product complements each other, together they cover you better.</li>
</ol>
<p>If you use facebook or twitter, earlier in August 2009, both these websites were hit badly. As a user to these sites, you&#8217;ll probably get strange looking webpages, or perhaps slow, or nothing worked. That is the consequence of hundreds of thousands of PCs not properly maintained and have malwares running on them. These PCs were under control via the malware to attack these services. So, for a good couple of weeks, facebook was not really usable. If all computers were properly maintained with the few simple steps above, we wouldn&#8217;t have any problem. It&#8217;ll be good for facebook and the rest of us.</p>
<p>If you have friends and family who you feel may not know these few basic and hugely important tips, do share these tips with them.</p>
<p>If you have any queries or comments, just drop in a message below or email me <img src='http://chips.imutroom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://chips.imutroom.com/2009/09/are-you-getting-msn-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

