<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>SysAdmin Valley</title>
	<link>http://www.sysadminvalley.com</link>
	<description>I might as well write this stuff down so I remember it tomorrow</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:34:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Excluding files in FIND results</title>
		<description><![CDATA[Find is one of my favorite little tools under linux.  It helps me &#8220;find&#8221; almost anything, I can find files older than a certain date, newer than a certain date, modified on a certain date.  I can find files that have a certain name, or match a part of a name, file extension.  Once I&#8217;ve [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/03/09/excluding-files-in-find-results/</link>
			</item>
	<item>
		<title>Some interesting MySQL projects to check out</title>
		<description><![CDATA[While working on some MySQL stuff today I came across some interesting projects.  About 2 years ago I attended the Boston MySQL Meetup group which had a guest speaker (Patrick Galbraith) and he spoke about setting up MySQL in a Multi-Master setup.  This is where you have two MySQL database servers and each one is [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/02/11/some-interesting-mysql-projects-to-check-out/</link>
			</item>
	<item>
		<title>Working with Percona&#8217;s MySQL and RPM dependency problems</title>
		<description><![CDATA[I&#8217;ve started using Percona&#8217;s version of MySQL 5.1 and have run into a few issues trying to get other tools such as mytop or maatkit to install but have been having problems with RPM dependency&#8217;s.  I found the solution on this guy&#8217;s blog.  Basically, if you install the MySQL-client-percona, MySQL-percona, MySQL-server-percona, MySQL-shared-percona and Percona-XtraDB, instead [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/02/11/working-with-perconas-mysql-and-rpm-dependency-problems/</link>
			</item>
	<item>
		<title>A new way to manage files and backups</title>
		<description><![CDATA[Do you have multiple computers?  Maybe one at work and one at home, or maybe you have two at work.  Have you ever said I would love to have a way to keep my documents on multiple computers at the same time and not have to worry about copying the files back and [...]]]></description>
		<link>http://www.sysadminvalley.com/2010/02/07/a-new-way-to-manage-files-and-backups/</link>
			</item>
	<item>
		<title>Helpful Tools For Amazon EC2</title>
		<description><![CDATA[Here&#8217;s some tools that are great for managing Amazon&#8217;s EC2 servers.
ElasticFox
ElastDream
]]></description>
		<link>http://www.sysadminvalley.com/2010/02/05/helpful-tools-for-amazon-ec2/</link>
			</item>
	<item>
		<title>Helpful Tools for Amazon S3</title>
		<description><![CDATA[I&#8217;ve been doing quite a bit of work with the Amazon Cloud and here are a few tools I&#8217;ve found useful for managing the Amazon Simple Storage Service (S3).
S3Fox
Simple Access for S3 &#38; AWS
Amazon S3 Filesystem for Windows
S3Sync for Ruby
S3cmd for Perl
S3fs for Linux
Edit:
CloudBerry Explorer for S3
]]></description>
		<link>http://www.sysadminvalley.com/2010/02/05/helpful-tools-for-amazon-s3/</link>
			</item>
	<item>
		<title>View the details of a certificate signing request with OpenSSL</title>
		<description><![CDATA[Today I had the new to generate some new certs for a customer.  I wanted to see what I used previously for the values when I generated the CSR (Certificate Signing Request).  To view the details I used the following:

openssl req -noout -text -in server.csr

]]></description>
		<link>http://www.sysadminvalley.com/2009/10/29/view-the-details-of-a-certificate-signing-request-with-openssl/</link>
			</item>
	<item>
		<title>Using Nginx Web Server with ColdFusion</title>
		<description><![CDATA[One of the many sites I run is a ColdFusion site.  Not by choice, but because the developer that created the site was a CF developer.  When I acquired the site, the original developer would just run ColdFusion Server as a standalone web and application server.  For most cases this is fine, but as the [...]]]></description>
		<link>http://www.sysadminvalley.com/2009/10/01/using-nginx-web-server-with-coldfusion/</link>
			</item>
	<item>
		<title>More SEO tricks using Apache rewrites</title>
		<description><![CDATA[Another tip related to one of my previous blogs.  All websites have an index page (aka Home Page), but no matter whether it&#8217;s index.html or index.php or any other name, some search engines will view http://www.domain.com/ and http://www.domain.com/index.php as duplicate content.  So I use the following to redirect index.php to /

RewriteEngine on
RewriteRule ^index.php$ / [L,R=301]

]]></description>
		<link>http://www.sysadminvalley.com/2009/09/14/more-seo-tricks-using-apache-rewrites/</link>
			</item>
	<item>
		<title>New website: Cisco Sphere</title>
		<description><![CDATA[I have setup a new website for people who use Cisco products called Cisco Sphere.  I&#8217;m hoping that it will grow to be a helpful website for those who need help with their Cisco products.
]]></description>
		<link>http://www.sysadminvalley.com/2009/09/14/new-website-cisco-sphere/</link>
			</item>
</channel>
</rss>
