<?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>Smilecouple.org &#187; Computers</title>
	<atom:link href="http://www.smilecouple.org/category/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smilecouple.org</link>
	<description>The Fuchs Family: Servants of Jesus Christ</description>
	<lastBuildDate>Fri, 09 Sep 2011 21:32:04 +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>How to install MySQL 5.5 on Ubuntu</title>
		<link>http://www.smilecouple.org/2011/07/25/how-to-install-mysql-5-5-on-ubuntu</link>
		<comments>http://www.smilecouple.org/2011/07/25/how-to-install-mysql-5-5-on-ubuntu#comments</comments>
		<pubDate>Tue, 26 Jul 2011 03:01:24 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Dental]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2527</guid>
		<description><![CDATA[I have been beating my head against the wall for almost a year now, trying to figure out how to install MySQL 5.5 on Ubuntu since there is still not a .deb package to use. OpenDental software makes use of MySQL as it&#8217;s database and since my servers have always run Ubuntu, I didn&#8217;t really [...]]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2011/07/25/how-to-install-mysql-5-5-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Install Virtual Box 4 on Ubuntu with PhpVirtualBox4</title>
		<link>http://www.smilecouple.org/2011/05/27/install-virtual-box-4-on-ubuntu-with-phpvirtualbox4</link>
		<comments>http://www.smilecouple.org/2011/05/27/install-virtual-box-4-on-ubuntu-with-phpvirtualbox4#comments</comments>
		<pubDate>Fri, 27 May 2011 19:00:06 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Dental]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2275</guid>
		<description><![CDATA[This is assuming Ubuntu 11.04 64 bit Edit the source list sudo nano /etc/apt/sources.list Add the following line deb http://download.virtualbox.org/virtualbox/debian natty contrib Save and exit the file Add gpg key wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- &#124; sudo apt-key add - sudo apt-get update To make sure your kernel is updated properly with virtualbox: sudo apt-get install [...]]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2011/05/27/install-virtual-box-4-on-ubuntu-with-phpvirtualbox4/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fix Out of Resource Problem with MySQL</title>
		<link>http://www.smilecouple.org/2011/03/01/fix-out-of-resource-problem-with-mysql</link>
		<comments>http://www.smilecouple.org/2011/03/01/fix-out-of-resource-problem-with-mysql#comments</comments>
		<pubDate>Wed, 02 Mar 2011 02:36:43 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Dental]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2375</guid>
		<description><![CDATA[Update: This did not seem to work, and the only solution seems to be to upgrade to MySQL 5.5 11/27/2011 ______________________________________________________________________ Possible errors you might be having: mysqldump: Couldn't execute 'show fields from `tablename`': Out of resources when opening file './databasename/tablename#P#p125.MYD' (Errcode: 24) (23) I started having problems with this when I upgraded to Ubuntu [...]]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2011/03/01/fix-out-of-resource-problem-with-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install MySQL 5.5 on Ubuntu 10.10</title>
		<link>http://www.smilecouple.org/2011/02/26/install-mysql-5-5-on-ubuntu-10-10</link>
		<comments>http://www.smilecouple.org/2011/02/26/install-mysql-5-5-on-ubuntu-10-10#comments</comments>
		<pubDate>Sat, 26 Feb 2011 21:27:58 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2362</guid>
		<description><![CDATA[UPDATED I finally got it to work using &#8220;alien&#8221; and converting the .RPM to .deb. Then I installed it on Ubuntu 11.04 See how I did it HERE&#8230; 07/26/2011 ________________________________________________________________________________________ Previously my tuorial did not seem to workÂ completely, so I am trying again with a new source: http://geek.co.il/wp/2011/03/02/mysql-5-5-on-ubuntu-10-10]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2011/02/26/install-mysql-5-5-on-ubuntu-10-10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rsync and SSH &#8211; Passwordless Login</title>
		<link>http://www.smilecouple.org/2011/01/25/rsync-and-ssh</link>
		<comments>http://www.smilecouple.org/2011/01/25/rsync-and-ssh#comments</comments>
		<pubDate>Tue, 25 Jan 2011 15:02:06 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2325</guid>
		<description><![CDATA[Making remote copies What if you want to copy files offsite to a remote host? No problem &#8212; all you need to do is add the host and user information. So, for instance, if you want to copy the same directory to a remote host, you&#8217;d use: rsync -ave ssh &#8211;delete /home/user/dir/ user@remote.host.com:dir/ If you [...]]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2011/01/25/rsync-and-ssh/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install VirtualBox 3.2 with PHPVirtualBox on Ubuntu</title>
		<link>http://www.smilecouple.org/2010/12/16/install-virtualbox-with-phpvirtualbox-on-ubuntu</link>
		<comments>http://www.smilecouple.org/2010/12/16/install-virtualbox-with-phpvirtualbox-on-ubuntu#comments</comments>
		<pubDate>Fri, 17 Dec 2010 02:32:03 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2219</guid>
		<description><![CDATA[original help from http://nerdoftherings.net/wp/?p=90 Using Ubuntu Server 10.10 (&#8220;Maverick Meerkat&#8221;) 1) Install the system (select options a. LAMP b.OpenSSH c.Samba) 2) Create a user named &#8220;vbox&#8221; as your main user to follow this example Type the following in a &#8220;putty&#8221; shell so you can copy and paste and you don&#8217;t have to type these out [...]]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2010/12/16/install-virtualbox-with-phpvirtualbox-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Webmin on Ubuntu 10.10</title>
		<link>http://www.smilecouple.org/2010/12/12/install-webmin-on-ubuntu-10-10</link>
		<comments>http://www.smilecouple.org/2010/12/12/install-webmin-on-ubuntu-10-10#comments</comments>
		<pubDate>Mon, 13 Dec 2010 04:03:16 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2216</guid>
		<description><![CDATA[sudo aptitude -y install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl apt-show-versions libapt-pkg-perl sudo wget http://ftp.debian.org/pool/main/libm/libmd5-perl/libmd5-perl_2.03-1_all.deb sudo dpkg -i libmd5-perl_2.03-1_all.deb sudo wget http://downloads.sourceforge.net/project/webadmin/webmin/1.530/webmin_1.530_all.deb sudo dpkg -i webmin_1.530_all.deb]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2010/12/12/install-webmin-on-ubuntu-10-10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Dental Plugin Renewed!</title>
		<link>http://www.smilecouple.org/2010/10/03/open-dental-plugin-renewed</link>
		<comments>http://www.smilecouple.org/2010/10/03/open-dental-plugin-renewed#comments</comments>
		<pubDate>Sun, 03 Oct 2010 20:57:38 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[Open Dental]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2179</guid>
		<description><![CDATA[Version 7.3 of Open Dental is out in Beta testing now, so my plugin to enhance its already cool features is now functioning with Version 7.3.3 and later. Check out version v1.1.1 of DrTech&#8217;s Plugin by reading more here or by downloading it here.]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2010/10/03/open-dental-plugin-renewed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Dental Software Plugin &#8211; Payment plans &amp; Referrals</title>
		<link>http://www.smilecouple.org/2010/04/27/open-dental-software-plugin-making-payment-plans-clearer</link>
		<comments>http://www.smilecouple.org/2010/04/27/open-dental-software-plugin-making-payment-plans-clearer#comments</comments>
		<pubDate>Tue, 27 Apr 2010 14:00:02 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Open Dental]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=2008</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2010/04/27/open-dental-software-plugin-making-payment-plans-clearer/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Video and Photos in one Gallery: WordPress , NextGen, jquery, and shadowbox</title>
		<link>http://www.smilecouple.org/2010/02/12/video-and-photos-in-one-gallery-wordpress-nextgen-and-jquery</link>
		<comments>http://www.smilecouple.org/2010/02/12/video-and-photos-in-one-gallery-wordpress-nextgen-and-jquery#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:15:30 +0000</pubDate>
		<dc:creator>drtech</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.smilecouple.org/?p=1729</guid>
		<description><![CDATA[The Problem: After searching far and wide for a gallery script that would allow me to show my photos and videos inline, one after another, in a simple to use shadowbox or similar viewer, I finally come up with a solution. The problem is most galleries are only set up to handle photos and not [...]]]></description>
		<wfw:commentRss>http://www.smilecouple.org/2010/02/12/video-and-photos-in-one-gallery-wordpress-nextgen-and-jquery/feed</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
	</channel>
</rss>

