<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/15759/Use_Windows_For_UNIX_Services</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 06 Jul 2009 19:12:23 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Comparison</title>
			<link>http://osnews.com/thread?160242</link>
			<guid isPermaLink="true">http://osnews.com/thread?160242</guid>
			<description>So how does this compare to things like MinGW and Cygwin?</description>
			<pubDate>Thu, 07 Sep 2006 20:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (raboof)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>hmm</title>
			<link>http://osnews.com/thread?160255</link>
			<guid isPermaLink="true">http://osnews.com/thread?160255</guid>
			<description>Unix and Windows?<br />
<br />
That's like a peanut butter and ass sandwich.<br />
<br />
Seriously, just learn to run a real OS and stay away from Wintendo.</description>
			<pubDate>Thu, 07 Sep 2006 20:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (tmack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comparison</title>
			<link>http://osnews.com/thread?160258</link>
			<guid isPermaLink="true">http://osnews.com/thread?160258</guid>
			<description>I think the only substantial difference is that SUA aims to ultimately be a set of libraries providing a complete POSIX API &amp; environment by mapping them to Win32 API calls. (The author provides ample evidence that SUA isn't 100% POSIX yet.) Its secondary purpose is to provide standard tools on top of the libraries. (Why have a POSIX environment if you can't even do ls?) I'm guessing if you typed in &quot;ps&quot; in SUA, you'll actually get a list of all the processes running in Windows. Cygwin's purpose is just to provide tools that are common in Linux. Cygwin provides some degree of mapping, but just enough to allow its tools to run correctly. Running &quot;ps&quot; only displays the processes running on top of the running bash shell instancce, not all the processes running in Windows. Honestly, I'm not sure totally sure. It must be a very subtle difference.<br />
<br />
In terms of licensing, Cygwin is open source, whereas SUA, being developed by Microsoft, is closed source.</description>
			<pubDate>Thu, 07 Sep 2006 20:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (samad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: hmm</title>
			<link>http://osnews.com/thread?160261</link>
			<guid isPermaLink="true">http://osnews.com/thread?160261</guid>
			<description>Like the author explained, he couldn't get drivers for his new hardware in Linux. This article is useful when you have to compromise and you need some POSIX compatibility.</description>
			<pubDate>Thu, 07 Sep 2006 20:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (samad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comparison</title>
			<link>http://osnews.com/thread?160263</link>
			<guid isPermaLink="true">http://osnews.com/thread?160263</guid>
			<description>the posix subsystem runs in _parallel_ to win32, and thus maps calls to the winNT api calls, just like the win32 subsystem does.<br />
<br />
cygwin and mingw both build on win32, so you go through three layers (unixish-&gt;win32-&gt;nt) instead of two (posix-&gt;nt), where win32 is substantially different from anything posix like (compare fork and CreateProcess for example), while directly mapping onto NT makes things faster and more reliable.<br />
<br />
btw, services for unix provides many of the user land tools (at least those specified in posix)</description>
			<pubDate>Thu, 07 Sep 2006 20:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (oxygene)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>That's awesome!</title>
			<link>http://osnews.com/thread?160267</link>
			<guid isPermaLink="true">http://osnews.com/thread?160267</guid>
			<description>Well, all except for the Windows part.</description>
			<pubDate>Thu, 07 Sep 2006 21:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Clinton)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: hmm</title>
			<link>http://osnews.com/thread?160270</link>
			<guid isPermaLink="true">http://osnews.com/thread?160270</guid>
			<description>Tsk, tsk. Buying hardware without checking for compatibility. Will they ever learn?</description>
			<pubDate>Thu, 07 Sep 2006 21:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (r_a_trip)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Unix tools to Windows</title>
			<link>http://osnews.com/thread?160302</link>
			<guid isPermaLink="true">http://osnews.com/thread?160302</guid>
			<description>- Microsoft Windows Services for Unix (that is what the article is talking about). It is huge, never used it, did the download and will put it on test (or not, I'm satisfied with GnuWin32, but who knows);<br />
<br />
- cygwin (huge also, very complete and with the gnu args we already know - www.cygwin.com). A kind of emulation is used through cygwin.dll;<br />
<br />
- GnuWin32 (big, the utilities are win32 console applications - gnuwin32.sourceforge.net). Not as complete as cygwin, but very good for regular needs;<br />
<br />
- UnxUtils (small, all utilities are win32 console applications - unxutils.sourceforge.net). A bit outdated and not as complete as the above ones, but good anyway;<br />
<br />
- Berkeley Utilities (tiny, all utilities are DOS applications, some differences on arguments and features - www.openetwork.com). If you need to use Unix tools on DOS it is for you.<br />
<br />
The biggest problem on Windows to me is related to soft links. I know it has what they call &quot;junction&quot; points to allow something similar to Unix mounting points, but it seems too limited and error prone. Anyway it is way better than have to assign a drive letter to storage locations. That is something that should really be addressed on WIndows.</description>
			<pubDate>Thu, 07 Sep 2006 22:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (acobar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: hmm</title>
			<link>http://osnews.com/thread?160306</link>
			<guid isPermaLink="true">http://osnews.com/thread?160306</guid>
			<description>Any port in a storm.</description>
			<pubDate>Thu, 07 Sep 2006 22:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sphinx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>openBSDin SFU</title>
			<link>http://osnews.com/thread?160333</link>
			<guid isPermaLink="true">http://osnews.com/thread?160333</guid>
			<description>SFU draws on significant openBSD code - see the paper packaging for an acknowledgment.</description>
			<pubDate>Fri, 08 Sep 2006 00:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (project_2501)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Never worked</title>
			<link>http://osnews.com/thread?160345</link>
			<guid isPermaLink="true">http://osnews.com/thread?160345</guid>
			<description>I had very bad experiences with SFU 3.0 &amp; 3.5, since their NFS client couldn't authenticate ONCE against my FreeBSD NFS servers, and I bent over backwards to try and get it to work.</description>
			<pubDate>Fri, 08 Sep 2006 00:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (lopisaur)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Quite Good For Unix Beginner</title>
			<link>http://osnews.com/thread?160353</link>
			<guid isPermaLink="true">http://osnews.com/thread?160353</guid>
			<description>SFU will I think help in it's own little way of feeding practices and info of how a unix commands operates even without a unix box</description>
			<pubDate>Fri, 08 Sep 2006 01:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (neo_0531)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Unix tools to Windows</title>
			<link>http://osnews.com/thread?160395</link>
			<guid isPermaLink="true">http://osnews.com/thread?160395</guid>
			<description>The biggest problem on Windows to me is related to soft links. I know it has what they call &quot;junction&quot; points to allow something similar to Unix mounting points, but it seems too limited and error prone. Anyway it is way better than have to assign a drive letter to storage locations. That is something that should really be addressed on WIndows.<br />
<br />
Vista's NTFS exposes symbolic links for files and directories now, so these are an option in addition to junctions.</description>
			<pubDate>Fri, 08 Sep 2006 06:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (n4cer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Unix tools to Windows</title>
			<link>http://osnews.com/thread?160448</link>
			<guid isPermaLink="true">http://osnews.com/thread?160448</guid>
			<description>There's also MSYS from the MinGW guys and UWIN from AT&amp;T.Edited 2006-09-08 11:00</description>
			<pubDate>Fri, 08 Sep 2006 11:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (pxa270)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comparison</title>
			<link>http://osnews.com/thread?160512</link>
			<guid isPermaLink="true">http://osnews.com/thread?160512</guid>
			<description>Running ps initially only shows the processes running in the shell. There are options that will show all global processes, and there are options to just for showing the Interix processes. <br />
<br />
It's a really neat little tool and works, for the most part, like a regular unix shell. It's great if you need to interact with unix boxes, but don't need any unix specific features. It saves from having to dual boot, everything is on one desktop.</description>
			<pubDate>Fri, 08 Sep 2006 14:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Flatland_Spider)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: hmm</title>
			<link>http://osnews.com/thread?160513</link>
			<guid isPermaLink="true">http://osnews.com/thread?160513</guid>
			<description>Not really. It's actually very useful when people are on a Windows domain, but need to interact with unix boxes.</description>
			<pubDate>Fri, 08 Sep 2006 14:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Flatland_Spider)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Quite Good For Unix Beginner</title>
			<link>http://osnews.com/thread?160518</link>
			<guid isPermaLink="true">http://osnews.com/thread?160518</guid>
			<description>This is true. It's nice to be able to use it to keep up with my *ix skills. It's really not a replacement for a full system due to some idiosyncrasies of it having to run on top of Windows, but to keep the command line and scripting knowledge fresh, it's pretty good.</description>
			<pubDate>Fri, 08 Sep 2006 14:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Flatland_Spider)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Comparison</title>
			<link>http://osnews.com/thread?160558</link>
			<guid isPermaLink="true">http://osnews.com/thread?160558</guid>
			<description>Actually the Win32 subsystem is privileged and serves also as as a 'gateway' to NT kernel for other subsystems (POSIX, OS/2).<br />
<br />
So the path is still posix -&gt; win32 -&gt; nt.</description>
			<pubDate>Fri, 08 Sep 2006 16:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (zanusi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: hmm</title>
			<link>http://osnews.com/thread?161077</link>
			<guid isPermaLink="true">http://osnews.com/thread?161077</guid>
			<description>Like the author explained, he couldn't get drivers for his new hardware in Linux. This article is useful when you have to compromise and you need some POSIX compatibility.&quot;<br />
<br />
How you can argue that statement is beyond me, missed your point completely</description>
			<pubDate>Sun, 10 Sep 2006 14:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sphinx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: hmm</title>
			<link>http://osnews.com/thread?161111</link>
			<guid isPermaLink="true">http://osnews.com/thread?161111</guid>
			<description>SFU does have quite a bit of functionality, so I didn't really didn't see the problem on quite the same the desperation level.</description>
			<pubDate>Sun, 10 Sep 2006 17:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Flatland_Spider)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
