<?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>How to Get it Working &#187; unix</title>
	<atom:link href="http://howtogetitworking.com/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtogetitworking.com</link>
	<description>get things working</description>
	<lastBuildDate>Tue, 06 Dec 2011 11:49:29 +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>Installing mysqld on Dreamhost VPS</title>
		<link>http://howtogetitworking.com/2011/06/28/installing-mysqld-dreamhost-vps/</link>
		<comments>http://howtogetitworking.com/2011/06/28/installing-mysqld-dreamhost-vps/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 09:28:37 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=149</guid>
		<description><![CDATA[If you do not already know, PS MySQL is useless! It&#8217;s basically a MySQL installation on a VPS where you have control over nothing! The only thing you have is assured memory allocation, which is pretty much useless. So how? Why not create another VPS and install mysqld on it! Seriously, it&#8217;s that simple, with [...]]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2011/06/28/installing-mysqld-dreamhost-vps/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Command Line: Recursive Deleting .svn folders</title>
		<link>http://howtogetitworking.com/2010/11/15/command-line-recursive-deleting-svn-folders/</link>
		<comments>http://howtogetitworking.com/2010/11/15/command-line-recursive-deleting-svn-folders/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 05:20:27 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=84</guid>
		<description><![CDATA[once in a while, you completely mess up your checkout folder or your svn repo is in a terrible mess or conflicts unable to be resolved, and folder unable to be unlocked. so you will most likely need to delete all the .svn folders and start over again. so here&#8217;s the command line to do [...]]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2010/11/15/command-line-recursive-deleting-svn-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>emptying large log files</title>
		<link>http://howtogetitworking.com/2009/03/30/emptying-large-log-files/</link>
		<comments>http://howtogetitworking.com/2009/03/30/emptying-large-log-files/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 13:51:32 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[empty file content]]></category>
		<category><![CDATA[unix command]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=22</guid>
		<description><![CDATA[my apache error_log file was like getting over 400mb! and go googling to figure how to empty these error messages and found this! # cat /dev/null &#62; /private/var/log/apache2/error_log that simple! and the error_log file is emptied. simplest method, fast and easy way to empty any file]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2009/03/30/emptying-large-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Install mssql extension for php on unix</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/</link>
		<comments>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:52:57 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[freetds]]></category>
		<category><![CDATA[isql]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mssql.so]]></category>
		<category><![CDATA[php extension]]></category>
		<category><![CDATA[php mssql]]></category>
		<category><![CDATA[php pecl]]></category>
		<category><![CDATA[tsql]]></category>
		<category><![CDATA[txt2man]]></category>
		<category><![CDATA[unixodbc]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=8</guid>
		<description><![CDATA[woh! okie.. this installation is gng to be long a tough.. took me a few days of google crawling and testing before i finally get it to work. okie, why will u need to install mssql extension on php? possibly becos u need to connect to a ms sql server of ur vendor or something [...]]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
	</channel>
</rss>

