<?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>Genius-Field &#187; Computer Technology</title>
	<atom:link href="http://blog.genius-field.com/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.genius-field.com</link>
	<description>Your world starts from here</description>
	<lastBuildDate>Tue, 08 Feb 2011 06:02:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>RAID on the Cheap: Windows 7 Software RAID vs. inexpensive “fake RAID” at Kevin’s Blog</title>
		<link>http://blog.genius-field.com/2010/01/22/raid-on-the-cheap-windows-7-software-raid-vs-inexpensive-%e2%80%9cfake-raid%e2%80%9d-at-kevin%e2%80%99s-blog/</link>
		<comments>http://blog.genius-field.com/2010/01/22/raid-on-the-cheap-windows-7-software-raid-vs-inexpensive-%e2%80%9cfake-raid%e2%80%9d-at-kevin%e2%80%99s-blog/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:03:20 +0000</pubDate>
		<dc:creator>Icyfish</dc:creator>
				<category><![CDATA[Computer Technology]]></category>

		<guid isPermaLink="false">http://blog.genius-field.com/?p=120</guid>
		<description><![CDATA[spinning the seattleites via RAID on the Cheap: Windows 7 Software RAID vs. inexpensive “fake RAID” at Kevin’s Blog.]]></description>
			<content:encoded><![CDATA[<p>spinning the seattleites</p>
<p>via <a href="http://kmwoley.com/blog/?p=429">RAID on the Cheap: Windows 7 Software RAID vs. inexpensive “fake RAID” at Kevin’s Blog</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.genius-field.com%2F2010%2F01%2F22%2Fraid-on-the-cheap-windows-7-software-raid-vs-inexpensive-%25e2%2580%259cfake-raid%25e2%2580%259d-at-kevin%25e2%2580%2599s-blog%2F&amp;title=RAID%20on%20the%20Cheap%3A%20Windows%207%20Software%20RAID%20vs.%20inexpensive%20%E2%80%9Cfake%20RAID%E2%80%9D%20at%20Kevin%E2%80%99s%20Blog" id="wpa2a_2"><img src="http://blog.genius-field.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.genius-field.com/2010/01/22/raid-on-the-cheap-windows-7-software-raid-vs-inexpensive-%e2%80%9cfake-raid%e2%80%9d-at-kevin%e2%80%99s-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Knowledge of Cygwin</title>
		<link>http://blog.genius-field.com/2009/05/06/basic-knowledge-of-cygwin/</link>
		<comments>http://blog.genius-field.com/2009/05/06/basic-knowledge-of-cygwin/#comments</comments>
		<pubDate>Wed, 06 May 2009 03:21:49 +0000</pubDate>
		<dc:creator>Icyfish</dc:creator>
				<category><![CDATA[Computer Technology]]></category>

		<guid isPermaLink="false">http://blog.genius-field.com/?p=69</guid>
		<description><![CDATA[Cygwin is a Linux-like environment for Windows. It is something like a Linux simulator, but actually it is NOT. Cygwin is not a way to run native linux apps on Windows. You have to rebuild your application from source if &#8230; <a href="http://blog.genius-field.com/2009/05/06/basic-knowledge-of-cygwin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Cygwin is a Linux-like environment for Windows. It is something like a Linux simulator, but actually it is NOT. Cygwin is not a way to run native linux apps on Windows. You have to rebuild your application from source if you want it to run on Windows. Cygwin is not a way to magically make native Windows apps aware of UNIX ® functionality, like signals, ptys, etc. Again, you need to build your apps from source if you want to take advantage of Cygwin functionality.</p>
<p>Because it is simple to use and you don&#8217;t need to install a real Linux on your computer, it is widely used for Windows user. The most common situation to use Cygwin is when you want to use g++ in Windows.<span id="more-69"></span></p>
<p>When you install Cygwin, you may see the following figure. You can choose whatever packages you like if you know their functions. You may expand the category to find what you need. If you want to install g++ and other related components such as gdb and make, you may see the post <a href="http://blog.genius-field.com/2009/04/20/build-up-cc-environment-on-eclipse-using-cdt-cygwin/" target="_blank">here</a>.<br />
<a href="http://blog.genius-field.com/wp-content/uploads/2009/05/01.png" target="_blank"><img class="alignnone size-medium wp-image-70" title="01" src="http://blog.genius-field.com/wp-content/uploads/2009/05/01-300x182.png" alt="01" width="300" height="182" /></a></p>
<p>To be mentioned, although Cygwin contains most of commands in Linux, there will be some missing. For example diff is not included by default. You may find it in the Utils category, and it is diffutils: A GNU collection of diff utilities. See the figure below.<br />
<a href="http://blog.genius-field.com/wp-content/uploads/2009/05/02.png" target="_blank"><img class="alignnone size-medium wp-image-71" title="02" src="http://blog.genius-field.com/wp-content/uploads/2009/05/02-300x182.png" alt="02" width="300" height="182" /></a></p>
<p>Click on the skip once, it will show a current version, then press Next to install it. After installation, you may use diff command in Cygwin.<br />
<a href="http://blog.genius-field.com/wp-content/uploads/2009/05/03.png" target="_blank"><img class="alignnone size-medium wp-image-72" title="03" src="http://blog.genius-field.com/wp-content/uploads/2009/05/03-228x300.png" alt="03" width="228" height="300" /></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.genius-field.com%2F2009%2F05%2F06%2Fbasic-knowledge-of-cygwin%2F&amp;title=Basic%20Knowledge%20of%20Cygwin" id="wpa2a_4"><img src="http://blog.genius-field.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.genius-field.com/2009/05/06/basic-knowledge-of-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

