<?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>Chovy&#039;s Blog</title>
	<atom:link href="http://www.chovy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chovy.com</link>
	<description>Web Development with Node.js, PHP, Javascript, and HTML5</description>
	<lastBuildDate>Wed, 16 Jan 2013 17:28:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Make samba create files with usable group permissions</title>
		<link>http://www.chovy.com/linux/make-samba-create-files-with-usable-group-permissions/</link>
		<comments>http://www.chovy.com/linux/make-samba-create-files-with-usable-group-permissions/#comments</comments>
		<pubDate>Wed, 16 Jan 2013 17:26:10 +0000</pubDate>
		<dc:creator>chovy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[chgrp]]></category>
		<category><![CDATA[fileserver]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://www.chovy.com/?p=3568</guid>
		<description><![CDATA[I am using Samba as my file server at home and connecting to it from two different users on their own macbook laptops. The Debian server has a share directory in /var/share that either myself or any other user on the system can connect to and create files or directories in. We all want to..<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.chovy.com/linux/managing-clients-with-linux/"     class="crp_title">Managing Clients with Linux</a></li><li><a href="http://www.chovy.com/linux/mounting-a-samba-share-and-amarok/"     class="crp_title">Mounting a Samba Share and Amarok</a></li><li><a href="http://www.chovy.com/web-development/dumping-a-mysql-or-mongo-database-for-offsite-backups/"     class="crp_title">Dumping a mysql or mongo database for offsite backups</a></li><li><a href="http://www.chovy.com/web-development/example-of-how-to-ignore-files-in-subversion/"     class="crp_title">Example of How to Ignore Files in Subversion</a></li><li><a href="http://www.chovy.com/linux/debian-tip/"     class="crp_title">Useful Debian Command Tip</a></li></ul></div>]]></description>
		<wfw:commentRss>http://www.chovy.com/linux/make-samba-create-files-with-usable-group-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dumping a mysql or mongo database for offsite backups</title>
		<link>http://www.chovy.com/web-development/dumping-a-mysql-or-mongo-database-for-offsite-backups/</link>
		<comments>http://www.chovy.com/web-development/dumping-a-mysql-or-mongo-database-for-offsite-backups/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 17:51:31 +0000</pubDate>
		<dc:creator>chovy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[mongo]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.chovy.com/?p=3547</guid>
		<description><![CDATA[If you&#8217;re doing offsite backups of your file system, AS YOU SHOULD BE, you should also dump your database periodically and include those in your offsite backups. Here is a simple bash script that will create a timestamped sql/gzip file of all your databases using mysqldump. You can use this file to import back into..<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.chovy.com/nosql/backing-up-and-restoring-a-mongodb-to-a-different-database/"     class="crp_title">Backing up and restoring a mongodb to a different database</a></li><li><a href="http://www.chovy.com/linux/make-samba-create-files-with-usable-group-permissions/"     class="crp_title">Make samba create files with usable group permissions</a></li><li><a href="http://www.chovy.com/web-development/upgrading-paid-wordpress-plugins-with-bash/"     class="crp_title">Upgrading Paid WordPress Plugins with Bash</a></li><li><a href="http://www.chovy.com/node-js/restart-a-node-js-app-when-the-server-reboots/"     class="crp_title">Restart a Node.js app when the server reboots</a></li><li><a href="http://www.chovy.com/ui-design/unix-cheatsheet/"     class="crp_title">Unix Cheatsheet</a></li></ul></div>]]></description>
		<wfw:commentRss>http://www.chovy.com/web-development/dumping-a-mysql-or-mongo-database-for-offsite-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing a node.js express app with Mocha and Should.js</title>
		<link>http://www.chovy.com/node-js/testing-a-node-js-express-app-with-mocha-and-should-js/</link>
		<comments>http://www.chovy.com/node-js/testing-a-node-js-express-app-with-mocha-and-should-js/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 16:02:20 +0000</pubDate>
		<dc:creator>chovy</dc:creator>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[mocha]]></category>
		<category><![CDATA[should]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.chovy.com/?p=3388</guid>
		<description><![CDATA[I&#8217;ve been doing more Test Driven Development the past few months with my node.js application code base. With my latest project Wishd.me, I decided to get started early with writing tests. While skeptical at first, I have to admit it does save quite a bit of effort in debugging and peace of mind when it..<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.chovy.com/node-js/managing-config-variables-inside-a-node-js-application/"     class="crp_title">Managing config variables inside a Node.js application</a></li><li><a href="http://www.chovy.com/nosql/backing-up-and-restoring-a-mongodb-to-a-different-database/"     class="crp_title">Backing up and restoring a mongodb to a different database</a></li><li><a href="http://www.chovy.com/node-js/restart-a-node-js-app-when-the-server-reboots/"     class="crp_title">Restart a Node.js app when the server reboots</a></li><li><a href="http://www.chovy.com/ruby-on-rails/learn-from-rails/"     class="crp_title">Things I&#8217;ve Learned from Ruby on Rails</a></li><li><a href="http://www.chovy.com/ui-design/homer-css/"     class="crp_title">Homer Simpson CSS (Animated) = AcidX</a></li></ul></div>]]></description>
		<wfw:commentRss>http://www.chovy.com/node-js/testing-a-node-js-express-app-with-mocha-and-should-js/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backing up and restoring a mongodb to a different database</title>
		<link>http://www.chovy.com/nosql/backing-up-and-restoring-a-mongodb-to-a-different-database/</link>
		<comments>http://www.chovy.com/nosql/backing-up-and-restoring-a-mongodb-to-a-different-database/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 17:00:53 +0000</pubDate>
		<dc:creator>chovy</dc:creator>
				<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[nosql]]></category>

		<guid isPermaLink="false">http://www.chovy.com/?p=3507</guid>
		<description><![CDATA[I&#8217;m using mongodb as my NoSQL database of choice for Wishd.me. I needed a quick way to backup the mongo database to another server, and then load that production database in a test environment locally so I could do some testing. Here is how I backed up mongodb using mongodump as described here: First, ssh..<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.chovy.com/web-development/dumping-a-mysql-or-mongo-database-for-offsite-backups/"     class="crp_title">Dumping a mysql or mongo database for offsite backups</a></li><li><a href="http://www.chovy.com/web-development/php-database-programming-mistakes/"     class="crp_title">PHP Database Programming Mistakes</a></li><li><a href="http://www.chovy.com/ruby-on-rails/deploying-with-capistrano/"     class="crp_title">Quick and Dirty Guide to Deploying Rails with Capistrano</a></li><li><a href="http://www.chovy.com/web-development/database-schema-examples/"     class="crp_title">Database Schema Examples</a></li><li><a href="http://www.chovy.com/node-js/managing-config-variables-inside-a-node-js-application/"     class="crp_title">Managing config variables inside a Node.js application</a></li></ul></div>]]></description>
		<wfw:commentRss>http://www.chovy.com/nosql/backing-up-and-restoring-a-mongodb-to-a-different-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restart a Node.js app when the server reboots</title>
		<link>http://www.chovy.com/node-js/restart-a-node-js-app-when-the-server-reboots/</link>
		<comments>http://www.chovy.com/node-js/restart-a-node-js-app-when-the-server-reboots/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 16:05:12 +0000</pubDate>
		<dc:creator>chovy</dc:creator>
				<category><![CDATA[Node.js]]></category>

		<guid isPermaLink="false">http://www.chovy.com/?p=3377</guid>
		<description><![CDATA[I had some issues when I first setup my Debian VPS for my node.js app over at Wishd.me when the ISP rebooted my server a couple of times unexpectedly and my node app didn&#8217;t come back online. I didn&#8217;t find many options out there, so I wrote a node-startup script (available on github) that can..<div class="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.chovy.com/node-js/managing-config-variables-inside-a-node-js-application/"     class="crp_title">Managing config variables inside a Node.js application</a></li><li><a href="http://www.chovy.com/web-development/xpath-namespacing/"     class="crp_title">The Subtleties of XPath namespacing</a></li><li><a href="http://www.chovy.com/node-js/testing-a-node-js-express-app-with-mocha-and-should-js/"     class="crp_title">Testing a node.js express app with Mocha and Should.js</a></li><li><a href="http://www.chovy.com/nosql/backing-up-and-restoring-a-mongodb-to-a-different-database/"     class="crp_title">Backing up and restoring a mongodb to a different database</a></li><li><a href="http://www.chovy.com/web-development/dumping-a-mysql-or-mongo-database-for-offsite-backups/"     class="crp_title">Dumping a mysql or mongo database for offsite backups</a></li></ul></div>]]></description>
		<wfw:commentRss>http://www.chovy.com/node-js/restart-a-node-js-app-when-the-server-reboots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.001 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-04-12 00:28:27 -->

<!-- Compression = gzip -->