<?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>Mochabomb &#187; Cygwin Linux</title>
	<atom:link href="http://mochabomb.com/blog/category/cygwin-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mochabomb.com/blog</link>
	<description>Web Design and Technical notes</description>
	<lastBuildDate>Fri, 11 Mar 2011 08:05:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dual NIC setup with CentOS &#8211; public and local interfaces</title>
		<link>http://mochabomb.com/blog/dual-nic-setup-with-centos/</link>
		<comments>http://mochabomb.com/blog/dual-nic-setup-with-centos/#comments</comments>
		<pubDate>Wed, 07 May 2008 21:20:13 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[Cygwin Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nics]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/?p=169</guid>
		<description><![CDATA[Ever had dual NICs fighting to be king of the hill?  This will help settle the battle once and for all.
]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/dual-nic-setup-with-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diff and Patch Notes</title>
		<link>http://mochabomb.com/blog/diff-and-patch-notes/</link>
		<comments>http://mochabomb.com/blog/diff-and-patch-notes/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 09:41:39 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[CVS]]></category>
		<category><![CDATA[Cygwin Linux]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/100</guid>
		<description><![CDATA[Useful diff and patch commands: Create a patch with 3 lines of context and amount of blank lines. I want to see other whitespace difference &#8211; it might expose a typo. diff -u 3 oldfile newfile > patchfile Use CVS diff to create a patch comparing the local file (newer) with the repository version. cvs [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/diff-and-patch-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Worpdress upgrade notes</title>
		<link>http://mochabomb.com/blog/worpdress-upgrade-notes/</link>
		<comments>http://mochabomb.com/blog/worpdress-upgrade-notes/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 10:49:34 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[Cygwin Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/72</guid>
		<description><![CDATA[Cygwin is installed on this system, thus the command line work. You can do this with the command console perhaps, but I have never seen the value of learning the windows command line when unix is more mature and stable (since the late 1960&#8242;s). 1] Backup the database: Format: `mysqldump -u -p -h > ` [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/worpdress-upgrade-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Setfacl ACL examples and setting them for files</title>
		<link>http://mochabomb.com/blog/linux-setfacl-acl-exmaples-and-setting/</link>
		<comments>http://mochabomb.com/blog/linux-setfacl-acl-exmaples-and-setting/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 05:04:10 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Cygwin Linux]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/45</guid>
		<description><![CDATA[From http://www.linuxcommand.org/man_pages/setfacl1.html #####Granting an additional user read access $ setfacl -m u:lisa:r file #####Revoking write access from all groups and all named users (using the effective rights mask) $ setfacl -m m::rx file #####Removing a named group entry from a file’s ACL $ setfacl -x g:staff file #####Copying the ACL of one file to another [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/linux-setfacl-acl-exmaples-and-setting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cygwin gunzip errors &#8211; a band-aid</title>
		<link>http://mochabomb.com/blog/cygwin-gunzip-errors-a-band-aid/</link>
		<comments>http://mochabomb.com/blog/cygwin-gunzip-errors-a-band-aid/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 19:48:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Cygwin Linux]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/2006/01/03/linux-unix/cygwin-gunzip-errors-a-band-aid/</guid>
		<description><![CDATA[Cygwin was erroring out when I tried the following: csh# gunzip articles.tar.gz After some googling, found that gunzip is symlinked to gzip -d, so I added this line to my .aliases file: csh# alias gunzip `gzip -d ` This fixed the errors. Now I am able to de-compress a lot of files quickly with this [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/cygwin-gunzip-errors-a-band-aid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portable Cygwin</title>
		<link>http://mochabomb.com/blog/portable-cygwin/</link>
		<comments>http://mochabomb.com/blog/portable-cygwin/#comments</comments>
		<pubDate>Sat, 05 Nov 2005 02:17:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Cygwin Linux]]></category>

		<guid isPermaLink="false">http://mochabomb.com/wordpress/?p=2</guid>
		<description><![CDATA[Portable Cygwin/Move your Cygwin install Scenario: Cygwin is installed on your D drive, I mvoe the Cygwin directory to my C drive, fix the desktop shortcut and its not starting, giving me funny messages about the tmp directory and /etc/passwd Solution: There are 4 entries in the windows registry that point to the cygwin install [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/portable-cygwin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

