<?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>Tech Notes &#187; Tools</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Mon, 10 Aug 2009 18:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Push a Branch to Git</title>
		<link>http://www.ryannitz.org/tech-notes/2009/07/14/push-a-branch-to-git/</link>
		<comments>http://www.ryannitz.org/tech-notes/2009/07/14/push-a-branch-to-git/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 01:41:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://ryan-nitz.com/tech-notes/?p=183</guid>
		<description><![CDATA[I found this example of how to push a branch to Git in the GitHub documentation. git push &#60;remote_repository_name&#62; &#60;branch_name&#62; E.g. git push origin master Execute this from the base of your local repository. This pushes your local commits to the TOT.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-145" title="git-logo" src="http://ryan-nitz.com/tech-notes/wp-content/uploads/2009/02/git-logo.png" alt="git-logo" width="73" height="28" /></p>
<p>I found this example of how to push a branch to Git in the <a href="http://github.com/guides/push-a-branch-to-github" target="_blank">GitHub documentation</a>.</p>
<pre><code>git push &lt;remote_repository_name&gt; &lt;branch_name&gt;</code></pre>
<p>E.g.</p>
<pre><code>git push origin master</code></pre>
<p>Execute this from the base of your local repository. This pushes your local commits to the TOT.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2009/07/14/push-a-branch-to-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Git Links</title>
		<link>http://www.ryannitz.org/tech-notes/2009/02/12/useful-git-links/</link>
		<comments>http://www.ryannitz.org/tech-notes/2009/02/12/useful-git-links/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:25:25 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=144</guid>
		<description><![CDATA[Switching to Git has been an incremental learning experience. Below, are some useful links for learning about Git: Setting up your Git repositories for open source projects at GitHub Git &#8211; SVN Crash Course Gittuorial &#8211; Man Page If you know of other useful introductory Git links, add them in the comments and we will [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-145" title="git-logo" src="http://ryan-nitz.com/tech-notes/wp-content/uploads/2009/02/git-logo.png" alt="git-logo" width="73" height="28" /></p>
<p>Switching to <a href="http://en.wikipedia.org/wiki/Git_(software)" target="_blank">Git</a> has been an incremental learning experience. Below, are some useful links for learning about Git:</p>
<ul>
<li><a href="http://blog.insoshi.com/2008/10/14/setting-up-your-git-repositories-for-open-source-projects-at-github/" target="_blank">Setting up your Git repositories for open source projects at GitHub</a></li>
</ul>
<ul>
<li><a href=" http://git.or.cz/course/svn.html" target="_blank">Git &#8211; SVN Crash Course</a></li>
</ul>
<ul>
<li><a href=" http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html" target="_blank">Gittuorial &#8211; Man Page</a></li>
</ul>
<p>If you know of other useful introductory Git links, add them in the comments and we will update the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2009/02/12/useful-git-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create Amazon EBS</title>
		<link>http://www.ryannitz.org/tech-notes/2008/12/20/create-amazon-ebs/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/12/20/create-amazon-ebs/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 18:21:06 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=91</guid>
		<description><![CDATA[The Amazon Web Services blog has a good post on how to setup an EBS volume using ElasticFox: Amazon EBS (Elastic Block Store) &#8211; Bring Us Your Data I do not see a way to schedule snapshots through the UI so, you may have to write a script to accomplish this feat. Once you have [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-92" title="aws" src="http://ryan-nitz.com/tech-notes/wp-content/uploads/2008/12/aws.gif" alt="aws" width="150" height="60" /></p>
<p>The <a href="http://aws.typepad.com/" target="_blank">Amazon Web Services blog</a> has a good post on how to setup an EBS volume using <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609" target="_blank">ElasticFox</a>:</p>
<p><a href=" http://aws.typepad.com/aws/2008/08/amazon-elastic.html" target="_blank">Amazon EBS (Elastic Block Store) &#8211; Bring Us Your Data</a></p>
<p>I do not see a way to schedule snapshots through the UI so, you may have to write a script to accomplish this feat.</p>
<p>Once you have created your EBS volume you still have to mount the new device. First add the following line to /etc/fstab:</p>
<pre>/dev/YOUR_DEVICE_NAME  /data  ext3  defaults 0 0</pre>
<p>E.g.</p>
<pre>/dev/sde  /data  ext3  defaults 0 0</pre>
<p>Next, you need to format the device. This is accomplished by executing:</p>
<pre>mkfs.ext3 /dev/YOUR_DEVICE_NAME</pre>
<p>E.g.</p>
<pre>mkfs.ext3 /dev/sde</pre>
<p>This post assumes you are using the <a href="http://en.wikipedia.org/wiki/Ext3" target="_blank">ext3 filesystem</a>. Next, you need to mount the device. This is done by issuing:</p>
<pre>mount -t ext3 /dev/YOUR_DEVICE_NAME /DIRECTORY_TO_MOUNT_IN</pre>
<p>E.g.</p>
<pre>mount -t ext3 /dev/sde /data</pre>
<p>After you mount the device you should be good to go. If possible, reboot your instance to make sure the process mounted properly on a restart.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/12/20/create-amazon-ebs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>S3 GUI</title>
		<link>http://www.ryannitz.org/tech-notes/2008/12/19/s3-gui/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/12/19/s3-gui/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 20:52:11 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[S3]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=84</guid>
		<description><![CDATA[If you are looking for a simple GUI for Amazon&#8217;s S3 servcie, there is a pretty good (free) browser plugin product available for Firefox: S3 Firefox Organizer Warning: The author of the product states very clearly that he is not responsible for deleted files. He also mentions that he may not continue to maintain the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-89" title="firefox_logo1" src="http://leisuremech.com/wp-content/uploads/2008/12/firefox_logo1-150x150.jpg" alt="firefox_logo1" width="150" height="150" /></p>
<p>If you are looking for a simple GUI for <a href="http://aws.amazon.com/s3/" target="_blank">Amazon&#8217;s S3 servcie</a>, there is a pretty good (free) browser plugin product available for Firefox:</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3247" target="_blank">S3 Firefox Organizer</a></p>
<p><span style="color: #ff0000;">Warning:</span> The author of the product states very clearly that he is not responsible for deleted files. He also mentions that he may not continue to maintain the application. Of course, you can still access your files in S3 with another client if he decides to stop working on this free app.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/12/19/s3-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cronolog</title>
		<link>http://www.ryannitz.org/tech-notes/2008/08/04/cronolog/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/08/04/cronolog/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 04:08:58 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Log]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=20</guid>
		<description><![CDATA[Cronolog is a handy file rotation tool for Apache. To create daily log files, add something like this to your httpd.conf file. CustomLog "&#124;/usr/local/sbin/cronolog /var/log/httpd/%Y/%m/%d/access.log" combinedio Installation is simply: configure &#38;&#38; make &#38;&#38; make install]]></description>
			<content:encoded><![CDATA[<p><a href="http://cronolog.org/" target="_blank">Cronolog</a> is a handy file rotation tool for Apache.</p>
<p>To create daily log files, add something like this to your httpd.conf file.</p>
<pre>CustomLog "|/usr/local/sbin/cronolog /var/log/httpd/%Y/%m/%d/access.log" combinedio</pre>
<p>Installation is simply:</p>
<pre>configure &amp;&amp; make &amp;&amp; make install</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/08/04/cronolog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
