<?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>Sol&#039;s blog</title>
	<atom:link href="http://www.soljerome.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soljerome.com/blog</link>
	<description>some stuff to remember</description>
	<lastBuildDate>Sat, 19 May 2012 15:01:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing OpenLDAP on RHEL6</title>
		<link>http://www.soljerome.com/blog/2012/05/03/installing-openldap-on-rhel6/</link>
		<comments>http://www.soljerome.com/blog/2012/05/03/installing-openldap-on-rhel6/#comments</comments>
		<pubDate>Thu, 03 May 2012 18:16:08 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Bcfg2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[OpenLDAP]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=300</guid>
		<description><![CDATA[This post will cover post-installation steps necessary to go from a completely unmanaged machine to a machine that is setup to be an LDAP server with a basic DIT. This will also setup phpldapadmin for web-based administration of your LDAP directory. Note: I use nginx here simply because I find it easier to deal with. <a href='http://www.soljerome.com/blog/2012/05/03/installing-openldap-on-rhel6/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2012/05/03/installing-openldap-on-rhel6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Request Tracker on Debian (wheezy) with nginx</title>
		<link>http://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/</link>
		<comments>http://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 22:17:43 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=281</guid>
		<description><![CDATA[The first thing you need to do is install all the required packages. The following is my rt.xml bundle for use with Bcfg2. It details the Packages, Services, and Paths that need to be setup for RT to work properly (the fetchmail configuration is not detailed below). Note: There are some packages explicitly listed below <a href='http://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mirroring RHN with mrepo on RHEL6</title>
		<link>http://www.soljerome.com/blog/2011/12/17/mirroring-rhn-with-mrepo-on-rhel6/</link>
		<comments>http://www.soljerome.com/blog/2011/12/17/mirroring-rhn-with-mrepo-on-rhel6/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 03:57:09 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=253</guid>
		<description><![CDATA[Update: Post updated to allow for generation of multiple mirrors of varying versions of RHEL as shown at http://brandonhutchinson.com/mrepo_configuration.html. The latest version of mrepo available in EPEL (mrepo-0.8.7-2.el6.noarch.rpm at the time of this writing) won&#8217;t allow you to mirror RHN without some slight modifications. This is a brief howto that will highlight exactly what is <a href='http://www.soljerome.com/blog/2011/12/17/mirroring-rhn-with-mrepo-on-rhel6/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/12/17/mirroring-rhn-with-mrepo-on-rhel6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openssh ignore global known hosts</title>
		<link>http://www.soljerome.com/blog/2011/10/25/openssh-ignore-global-known-hosts/</link>
		<comments>http://www.soljerome.com/blog/2011/10/25/openssh-ignore-global-known-hosts/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 21:49:58 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=248</guid>
		<description><![CDATA[I use Bcfg2 to create and synchronize the /etc/ssh/ssh_known_hosts file across all the machines I manage. The result of this is that the known_hosts file actually contains useful information. The one case where this bites me is when I want to boot from a live CD and image the drive on the machine itself. Booting <a href='http://www.soljerome.com/blog/2011/10/25/openssh-ignore-global-known-hosts/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/10/25/openssh-ignore-global-known-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preseeding Debian Wheezy</title>
		<link>http://www.soljerome.com/blog/2011/10/23/preseeding-debian-wheezy/</link>
		<comments>http://www.soljerome.com/blog/2011/10/23/preseeding-debian-wheezy/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 22:18:52 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=213</guid>
		<description><![CDATA[UPDATE: In response to a comment below, I have added this warning to the top. Please do not use any of these files unmodified. They have been created/tested for my purposes and are meant to be guides which will help you understand how the Debian preseed process works. In this post, I will walk through a <a href='http://www.soljerome.com/blog/2011/10/23/preseeding-debian-wheezy/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/10/23/preseeding-debian-wheezy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gentoo NFSv4 and MIT Kerberos</title>
		<link>http://www.soljerome.com/blog/2011/08/31/gentoo-nfsv4-and-mit-kerberos/</link>
		<comments>http://www.soljerome.com/blog/2011/08/31/gentoo-nfsv4-and-mit-kerberos/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 21:38:09 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Filesystems]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=223</guid>
		<description><![CDATA[I was unable to find any guides which accurately described setting up a NFSv4 client with Kerberos on Gentoo. There are guides for setting things up on other distros, but I have run into numerous issues which were directly related to using Gentoo. Therefore, I am going to use this guide to document some of <a href='http://www.soljerome.com/blog/2011/08/31/gentoo-nfsv4-and-mit-kerberos/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/08/31/gentoo-nfsv4-and-mit-kerberos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python umask inconsistencies</title>
		<link>http://www.soljerome.com/blog/2011/08/26/python-umask-inconsistencies/</link>
		<comments>http://www.soljerome.com/blog/2011/08/26/python-umask-inconsistencies/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 01:05:06 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Bcfg2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=217</guid>
		<description><![CDATA[Recently, while trying to resolve a bug in Bcfg2, I ran into a situation which can be summed up by the following: Python 2.7.1 (r271:86832, Mar 26 2011, 11:26:21) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. &#62;&#62;&#62; import os, stat &#62;&#62;&#62; dev = os.makedev(1, 3) &#62;&#62;&#62; mode = stat.S_IFCHR <a href='http://www.soljerome.com/blog/2011/08/26/python-umask-inconsistencies/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/08/26/python-umask-inconsistencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging OpenSSH GSSAPIAuthentication</title>
		<link>http://www.soljerome.com/blog/2011/08/17/debugging-openssh-gssapiauthentication/</link>
		<comments>http://www.soljerome.com/blog/2011/08/17/debugging-openssh-gssapiauthentication/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 00:06:38 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.soljerome.com/blog/?p=206</guid>
		<description><![CDATA[This is just a quick post to show how I go about debugging problems with GSSAPIAuthentication. You want to debug both the server side and the client side, so the first thing to do is start a new instance of the openssh server in the foreground on a different port. # `which sshd` -o "GSSAPIAuthentication yes" <a href='http://www.soljerome.com/blog/2011/08/17/debugging-openssh-gssapiauthentication/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/08/17/debugging-openssh-gssapiauthentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dd and netcat</title>
		<link>http://www.soljerome.com/blog/2011/07/29/dd-and-netcat/</link>
		<comments>http://www.soljerome.com/blog/2011/07/29/dd-and-netcat/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 14:33:01 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://soljerome.com/blog/?p=124</guid>
		<description><![CDATA[Sometimes I want to take an image of an entire disk and back it up to disk on another host which resides on the same network. While one could setup ssh, rsync, or some other mechanism to accomplish this, sometimes it is just easier to pipe dd to nc so that you don&#8217;t have to <a href='http://www.soljerome.com/blog/2011/07/29/dd-and-netcat/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/07/29/dd-and-netcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preseeding Ubuntu 10.04</title>
		<link>http://www.soljerome.com/blog/2011/06/28/preseeding-ubuntu-10-04/</link>
		<comments>http://www.soljerome.com/blog/2011/06/28/preseeding-ubuntu-10-04/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 19:08:27 +0000</pubDate>
		<dc:creator>solj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://soljerome.com/blog/?p=169</guid>
		<description><![CDATA[In this post, I will walk through a simple preseed file that can be used to install a minimal Ubuntu machine in ~10 minutes (depending on the mirror used). The installer will only ask for the hostname. Everything else will be automated. To get started, you will want to download the netboot ISO. You can <a href='http://www.soljerome.com/blog/2011/06/28/preseeding-ubuntu-10-04/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.soljerome.com/blog/2011/06/28/preseeding-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: www.soljerome.com @ 2012-05-21 00:11:26 -->
