<?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>gHacks technology news &#187; References</title>
	<atom:link href="http://www.ghacks.net/category/references/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fundamental Differences Between Linux and Windows</title>
		<link>http://www.ghacks.net/2008/12/10/fundamental-differences-between-linux-and-windows/</link>
		<comments>http://www.ghacks.net/2008/12/10/fundamental-differences-between-linux-and-windows/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:30:18 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Linux hardwar support]]></category>
		<category><![CDATA[Linux vs. Windows]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8885</guid>
		<description><![CDATA[Anyone who has pondered the idea of migrating from Windows to Linux knows there are differences between the two operating systems. But just what are those differences? Many people considering this migration might be more apt to make the jump if they know just what the differences are. So I thought it would be a [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who has pondered the idea of migrating from Windows to Linux knows there are differences between the two operating systems. But just what are those differences? Many people considering this migration might be more apt to make the jump if they know just what the differences are. So I thought it would be a good idea, in the spirit of helping users make the leap, to outline some of the fundamental differences between Linux and Windows.</p>
<p><strong>Cost</strong></p>
<p>In the current state of the economy, cost is a factor that will drive more and more people away from costly solutions to free solutions. That is one area that Linux can not be denied. It is free. Linux has been free since its inception. Why is it free? Because it is created by a vast community of developers who do not work for a single company. Linux is not a company. Red Hat is a company and they package a distribution of Linux that has a pricetag, but they are not Linux.</p>
<p><span id="more-8885"></span>The vast majority of the software created for Linux is also free. But does this lack of price tag make Linux (and other open source software) of any less quality? No. In some cases open source software is better than its proprietary counterpart. Back in the late &#8217;90s I did a cost comparison of a full Linux installation (at the time it was Red Hat) vs WIndows. To get a Windows-based system running with equivalent software that came with the Red Hat installation would cost the user over $4,000 USD.</p>
<p><strong>Freedom</strong></p>
<p>I am not talking about freedom as it is applied to the open source metaphor. I am talking about freedom from how a single company thinks your computer should work. With Windows you are locked in to how Microsoft feels the operating system should work. Microsoft thinks a taskbar, a start menu, icons, and a system tray create the best desktop. For some that may be. But for many users it is not the best choice. Myself? I prefer a minimalist desktop without the standard desktop pieces. If I were using Microsoft I would be out of luck (unless I employ a third party, proprietary solution). With Linux I can make my computer do and act exactly how I want. I am only limited to my imagination and my time.</p>
<p><strong>File system Hierarchy</strong></p>
<p>First and foremost Linux uses a single hierarchical directory system. Everything in Linux begins in the root directory which is the &#8220;/&#8221; and drives will be labeled /dev/sda, /dev/sdb, etc.  Windows, on the other hand, uses a multiple hierarchical directory system that depends upon the amount of drives in the system. When Windows boots, each drive will be assigned a letter which serves as a root. So in a Windows system that contains three drives there will be three roots (such as A:, E:, and F:). In a Linux system only one drive will hold the root directory. If other drives are mounted on that same system they will be mounted in <em>/media/</em>. But even if you have multiple drives on a Linux system, you will only have one root directory. The differences certainly do not end there, but for the sake of length, I will move on.</p>
<p><strong>Hardware Support</strong></p>
<p>This is where things can get a little tricky. Because Microsoft is so embedded in the retail market, most hardware is created with Windows in mind. Because of this it is possible to get, with the right drivers, most hardware to work with Windows. With Linux hardware support is dependent upon the developers being able to either hack together a workable solution or get the hardware maker to work with them and hand over the specs. There are only a few instances where hardware simply won&#8217;t work with Linux. In these cases it is a matter of hardware vendors not releasing specs. But in general you will find out of the box Linux support to be pretty fantastic.</p>
<p>In my case I find modern Linux distributions to be better at detecting hardware than Windows. But if you are one of the unlucky few that has hardware created by a less-than-cooperative vendor, you might have trouble. Google your hardware for Linux support in case you are unsure.</p>
<p><strong>Security</strong></p>
<p>This is another area that will be hotly debated until the end of the operating system as we know it. Whether driven by market share, hatred, or vulnerability Windows simply has far more weaknesses than Linux. One of the primary differences is the root access metaphor. In order to do any serious damage to the Linux system one has to have access to the root user, which means the root password. Without that password, you&#8217;re not getting very far. This does not mean there are not exploits to, say, Sendmail or Apache or MySQL. Another major difference is when a vulnerability or a bug is found the development community of the affected software is typically very fast at plugging the hole. Microsoft has a proven track record of taking far too long to patch similar holes.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><strong>Final Thoughts</strong><br />
There are plenty of other differences between Microsoft and Linux. Can you think of any? If you are a new user, what differences have you found to be most difficult to get beyond?</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-hardwar-support/" title="Linux hardwar support" rel="tag">Linux hardwar support</a>, <a href="http://www.ghacks.net/tag/linux-vs-windows/" title="Linux vs. Windows" rel="tag">Linux vs. Windows</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/24/five-good-reasons-to-switch-to-linux/" title="Five good reasons to switch to Linux (April 24, 2009)">Five good reasons to switch to Linux</a> (24)</li>
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/security-and-privacy-complete/" title="Security and Privacy Complete (December 7, 2006)">Security and Privacy Complete</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/01/monitor-your-network-connections-with-x-netstat/" title="Monitor your network connections with X-NetStat (December 1, 2006)">Monitor your network connections with X-NetStat</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/manage-your-tasks-with-task-coach/" title="Manage your Tasks with Task Coach (January 20, 2007)">Manage your Tasks with Task Coach</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/10/fundamental-differences-between-linux-and-windows/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Explore the world with Schmap</title>
		<link>http://www.ghacks.net/2008/05/17/explore-the-world-with-schmap/</link>
		<comments>http://www.ghacks.net/2008/05/17/explore-the-world-with-schmap/#comments</comments>
		<pubDate>Sat, 17 May 2008 12:09:04 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4162</guid>
		<description><![CDATA[Google Earth is unbeatable when finding stuff, looking at the world, finding your route and so on, but it doesn&#8217;t really give you information on what the places you see are like. Schmap is service I found which tries to bring together Google Maps, and actual information on places to get you valuable travel guide [...]]]></description>
			<content:encoded><![CDATA[<p>Google Earth is unbeatable when finding stuff, looking at the world, finding your route and so on, but it doesn&#8217;t really give you information on what the places you see are like. <a title="vacation information " href="http://www.schmap.com/" target="_blank">Schmap</a> is service I found which tries to bring together Google Maps, and actual information on places to get you valuable travel guide quality info.</p>
<p>I found that the information was quite helpful and detailed, there was even loads of info on Budapest where I live. History was accurate and thorough and although there were only 18 places to see, these were well picked with nice photos and descriptions. Tour suggestions were also well written and show pretty much what needs to be seen when traveling to Budapest for the first time, and even events were accurate and updated.</p>
<p>Schmap also makes a desktop application named Schmap Guides Desktop which contains all this data in a downloadable form. You can download various cities, or choose packs which contain all American, all European, or every single destination available. The desktop software is great if you&#8217;re traveling somewhere, and it also enables you to print custom guides for yourself, a great way to get to know a place.</p>
<p><span id="more-4162"></span></p>
<p><img class="alignleft size-full wp-image-4163" src="http://www.ghacks.net/wp-content/uploads/2008/05/schmap.gif" alt="Schmap Logo" width="156" height="73" />The only real problem with Schmap is that there aren&#8217;t enough destinations. You&#8217;ll find them if you go to big places like capitols, but if you want to go to a seaside city in Italy, you won&#8217;t find an entry. I think Schmap would be one of the most useful aps on the net if they manage to build such an infrastructure. Since I&#8217;m going to Italy this Summer, I would urge them to hurry up!</p>

	Tags: <a href="http://www.ghacks.net/tag/maps/" title="maps" rel="tag">maps</a>, <a href="http://www.ghacks.net/tag/travel/" title="travel" rel="tag">travel</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/11/09/routerank-finds-the-fastest-cheapest-and-most-co2-friendly-travelling-route/" title="RouteRank Finds The Fastest, Cheapest And Most CO2 Friendly Travelling Route (November 9, 2009)">RouteRank Finds The Fastest, Cheapest And Most CO2 Friendly Travelling Route</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/09/10/please-bringsome/" title="Please Bringsome (September 10, 2007)">Please Bringsome</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/09/nokia-map-loader/" title="Nokia Map Loader (May 9, 2009)">Nokia Map Loader</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/16/google-maps-downloader-and-joiner/" title="Google Maps Downloader And Joiner (July 16, 2009)">Google Maps Downloader And Joiner</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/07/04/create-photo-maps-with-93-photo-street/" title="Create Photo Maps With 93 Photo Street (July 4, 2009)">Create Photo Maps With 93 Photo Street</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/17/explore-the-world-with-schmap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft to be banned from EU contracts ?</title>
		<link>http://www.ghacks.net/2008/04/10/microsoft-to-be-banned-from-eu-contracts/</link>
		<comments>http://www.ghacks.net/2008/04/10/microsoft-to-be-banned-from-eu-contracts/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 15:58:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[References]]></category>
		<category><![CDATA[eu]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[european commission]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3771</guid>
		<description><![CDATA[Will Microsoft be banned from future EU contracts ? That&#8217;s the question of Heide Rühle, a member of the European Parliament is asking the European Commission. According to European Law candidates shall be &#8220;excluded from participation in procurement procedures if they have been convicted of an offense concerning their professional conduct by a judgment which [...]]]></description>
			<content:encoded><![CDATA[<p>Will Microsoft be banned from future EU contracts ? That&#8217;s the question of <a href="http://www.heide-ruehle.de/heide/fe/pub/de/dct/555">Heide Rühle</a>, a member of the European Parliament is asking the European Commission. According to European Law candidates shall be &#8220;excluded from participation in procurement procedures if they have been convicted of an offense concerning their professional conduct by a judgment which has the force of res judicata or if they have been guilty of grave professional misconduct proven by any means which the contracting authority can justify.&#8221;</p>
<p>&#8220;Considering  that  Microsoft  continued  to  abuse  its  powerful  market  position  after  the  Commission&#8217;s  March  2004 decision  requiring it to change  its  practices, and given the fact that it is already the third time in four years that the Commission had to impose fines or penalty payment for non-compliance with a Commission decision, and bearing in mind that the 17 September 2007 CFI judgment has the force of res judicata, does the Commission consider that Article 93 (b) and (c) of Financial Regulation, read in conjunction with article 45(2)  of Directive 2004/18/EC could be applied to Microsoft in this particular case and with regard to any ongoing or future public procurement procedure? If it is  the  case, could  we  therefore  consider  that Microsoft  does  not  fulfill  the  conditions  to  participate  in  such  public<br />
procurement procedure?&#8221;</p>
<p>The last two paragraphs have been directly taken from the form that was submitted to the European Commission, the pdf can be downloaded from this <a href="http://www.heide-ruehle.de/heide2007/media/doc/1207747685964.pdf">link</a>. It will be very interesting to read the answer of the European Commission. My guess is that Microsoft will not be excluded from receiving EU contracts because if they would it would be like a digital revolution in Europe and a huge chance for Linux on the other hand.</p>
<p><span id="more-3771"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/eu/" title="eu" rel="tag">eu</a>, <a href="http://www.ghacks.net/tag/europe/" title="europe" rel="tag">europe</a>, <a href="http://www.ghacks.net/tag/european-commission/" title="european commission" rel="tag">european commission</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/12/microsoft-removes-internet-explorer-from-windows-7-in-eu/" title="Microsoft Removes Internet Explorer From Windows 7 In EU (June 12, 2009)">Microsoft Removes Internet Explorer From Windows 7 In EU</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/zune-does-not-allow-to-share-all-songs/" title="Zune does not allow to share all songs (January 20, 2007)">Zune does not allow to share all songs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/04/23/yuck-new-windows-vista-ultimate-extras/" title="Yuck new Windows Vista Ultimate Extras (April 23, 2008)">Yuck new Windows Vista Ultimate Extras</a> (20)</li>
	<li><a href="http://www.ghacks.net/2008/08/06/yahoo-sick-of-them-yet/" title="Yahoo, sick of them yet? (August 6, 2008)">Yahoo, sick of them yet?</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/10/microsoft-to-be-banned-from-eu-contracts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
