<?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>Computer Plumber</title>
	<atom:link href="http://computerplumber.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Thu, 07 Jan 2010 20:54:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WinSCP program for Mac</title>
		<link>http://computerplumber.com/2010/01/winscp-program-for-mac/</link>
		<comments>http://computerplumber.com/2010/01/winscp-program-for-mac/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 20:34:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[winSCP]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=652</guid>
		<description><![CDATA[WinSCP is a great program for Windows that will give you a GUI interface to manage files on a remote server when all you can use to connect is SSH.  Having grown fond of this program a colleague was sad to find there was no version for MAC.  After playing with several different [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2010/01/winscp-program-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Postgresql Cron Backup</title>
		<link>http://computerplumber.com/2010/01/simple-postgresql-cron-backup/</link>
		<comments>http://computerplumber.com/2010/01/simple-postgresql-cron-backup/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:55:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Postgresql]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=648</guid>
		<description><![CDATA[Here is a very simple method to backup your postgresql DB using a cron job and the pg_dump command.  The main problem people encounter when trying to automate the pg_dump command is the password input.  Now you could easily create a local user with no password, but why would you want to do [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2010/01/simple-postgresql-cron-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Mongrel with Ruby 1.9</title>
		<link>http://computerplumber.com/2009/08/installing-mongrel-with-ruby19/</link>
		<comments>http://computerplumber.com/2009/08/installing-mongrel-with-ruby19/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 15:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=635</guid>
		<description><![CDATA[Installing mongrel on ruby 1.9 has caused problems for many different people as has been reported on isitruby19.com.
Running gem install mongrel produces the following error.
http11.c: In function &#8216;http_field&#8217;:
http11.c:77: error: &#8217;struct RString&#8217; has no member named &#8216;ptr&#8217;
http11.c:77: error: &#8217;struct RString&#8217; has no member named &#8216;len&#8217;
http11.c:77: warning: left-hand operand of comma expression has no effect
http11.c: In function [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/08/installing-mongrel-with-ruby19/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing MySQL gem for Ruby 1.9.x</title>
		<link>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/</link>
		<comments>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:53:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=625</guid>
		<description><![CDATA[As of this writing, the MYSQL gem cannot be installed by simply doing a GEM INSTALL with ruby 1.9.1.  In order to install the gem, follow these easy steps. 
First download the mysql gem from rubyforge, and unzip it:
sudo wget http://rubyforge.org/frs/download.php/51087/mysql-ruby-2.8.1.tar.gz

 sudo tar -xzvf mysql-ruby-2.8.1.tar.gz

 cd mysql-ruby-2.8.1


Now, you will need to compile the gem, [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace Ruby 1.8.x with version 1.9.x</title>
		<link>http://computerplumber.com/2009/07/replace-ruby-1-8-x-with-version-1-9-x/</link>
		<comments>http://computerplumber.com/2009/07/replace-ruby-1-8-x-with-version-1-9-x/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 17:54:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=623</guid>
		<description><![CDATA[We recently replaced ruby 1.8.6 on a Ubuntu 8.04 Server with Ruby 1.9.1.  Follow these steps to remove the old ruby from the system, but be warned that it may not be as simple for you.
First thing was to remove the old ruby1.8.  We had installed this from the Ubuntu package installer so [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/replace-ruby-1-8-x-with-version-1-9-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Routine for Spyware and Viruses Removal</title>
		<link>http://computerplumber.com/2009/07/good-routine-for-spyware-and-viruses-removal/</link>
		<comments>http://computerplumber.com/2009/07/good-routine-for-spyware-and-viruses-removal/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:22:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows NT]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=614</guid>
		<description><![CDATA[Here is a list of things you can do to help diagnose and fix problems associated with viruses and spyware.  Hopefully you have been running an anti virus program and have been keeping it updated, if not then these steps can probably help fix a spyware/virus problem.

Go into Add/Remove programs, and remove all unwanted entries, [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/good-routine-for-spyware-and-viruses-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to control Windows with Apple Remote Desktop</title>
		<link>http://computerplumber.com/2009/07/how-to-control-windows-with-apple-remote-desktop/</link>
		<comments>http://computerplumber.com/2009/07/how-to-control-windows-with-apple-remote-desktop/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:01:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows NT]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=610</guid>
		<description><![CDATA[If you do not want to use the Microsoft Remote Desktop application as detailed here. You can do the following to allow you to control Windows via Apple&#8217;s Remote Desktop application.
Install RealVNC Server (www.realvnc.com or www.tightvnc.com) on your Windows PC.
Once installed it will appear in the tray area of the taskbar or in your program [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/how-to-control-windows-with-apple-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ODBC.ini update did not work</title>
		<link>http://computerplumber.com/2009/07/odbc-ini-update-did-not-work/</link>
		<comments>http://computerplumber.com/2009/07/odbc-ini-update-did-not-work/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=558</guid>
		<description><![CDATA[After running the same database for quite some time for a rails application, we finally had to change the database in odbc.ini to point to the new server.  Alas we changed the odbc.ini file, shut down the old database and relaunched the application.  Expecting the application to immediately start talking to the database [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/odbc-ini-update-did-not-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Setup of SSL on Apache with mod_ssl and OpenSSL</title>
		<link>http://computerplumber.com/2009/05/simple-setup-of-ssl-on-apache-with-mod_ssl-and-openssl/</link>
		<comments>http://computerplumber.com/2009/05/simple-setup-of-ssl-on-apache-with-mod_ssl-and-openssl/#comments</comments>
		<pubDate>Sun, 31 May 2009 19:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=467</guid>
		<description><![CDATA[This is a very simple way of setting up Apache with SSL from a trusted Certificate Authority(CA), just follow these steps and you will have it running in no time.  I am assuming you have all the prerequisites installed, Apache with mod_ssl enabled and OpenSSL.  I add the following to the server configuration [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/simple-setup-of-ssl-on-apache-with-mod_ssl-and-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Duplicate Fields in a Database Table</title>
		<link>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/</link>
		<comments>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/#comments</comments>
		<pubDate>Sat, 30 May 2009 19:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite3]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=446</guid>
		<description><![CDATA[Occasionally it is necessary to find duplicate fields within a database table.  The following query can be used to accomplish this easily.
SELECT *
FROM 'table'
WHERE ('item' IN (SELECT 'item'
                FROM 'table'
           [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
