<?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>T&#039;Krin&#039;s Realm &#187; *NIX</title>
	<atom:link href="http://www.tkrin.net/category/nix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tkrin.net</link>
	<description>My yammerings...</description>
	<lastBuildDate>Fri, 28 Aug 2009 01:57:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pretty good Bacula How-To</title>
		<link>http://www.tkrin.net/83/</link>
		<comments>http://www.tkrin.net/83/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 16:11:01 +0000</pubDate>
		<dc:creator>tkrin</dc:creator>
				<category><![CDATA[*NIX]]></category>

		<guid isPermaLink="false">http://www.tkrin.net/?p=83</guid>
		<description><![CDATA[Found this Bacula how to while browsing around. Enjoy. Bacula: The Open Source Commercial Backup Solution]]></description>
		<wfw:commentRss>http://www.tkrin.net/83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsftpd + SSL on CentOS 5</title>
		<link>http://www.tkrin.net/40/</link>
		<comments>http://www.tkrin.net/40/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 18:52:37 +0000</pubDate>
		<dc:creator>tkrin</dc:creator>
				<category><![CDATA[*NIX]]></category>

		<guid isPermaLink="false">http://www.tkrin.net/40/</guid>
		<description><![CDATA[Sweet and Simple. Should be OK on CentOS 4, I&#8217;d imagine too. The following will force SSL for ftp connections. Also, passive connections will be required as well. 1 &#8211; Add the following to your vsftpd.conf file: pasv_address=192.168.1.1 pasv_min_port=40000 pasv_max_port=40100 ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=NO force_local_logins_ssl=YES ssl_tlsv1=NO ssl_sslv2=NO ssl_sslv3=YES rsa_cert_file=/etc/ssl/your_cert.pem Restart vsftpd: service vsftpd restart 2 &#8211; [...]]]></description>
		<wfw:commentRss>http://www.tkrin.net/40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airport support in Ubuntu Dapper on a PowerBook G4</title>
		<link>http://www.tkrin.net/25/</link>
		<comments>http://www.tkrin.net/25/#comments</comments>
		<pubDate>Wed, 31 May 2006 03:32:16 +0000</pubDate>
		<dc:creator>T'Krin</dc:creator>
				<category><![CDATA[*NIX]]></category>

		<guid isPermaLink="false">http://www.tkrin.net/25/</guid>
		<description><![CDATA[It was surprisingly easy to get the Airport card working. First download and install the firmware files in a deb package format from: http://ubuntu.cafuego.net/dists/dapper-cafuego/bcm43xx/ It puts firmware files in /lib/firmware. Next create a little script such as: #!/bin/bash interface=eth0 #interface of your wireless card #Turning off wired network... ifconfig eth1 down modprobe bcm43xx #Starting up [...]]]></description>
		<wfw:commentRss>http://www.tkrin.net/25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool to help recover from a broken RAID5</title>
		<link>http://www.tkrin.net/23/</link>
		<comments>http://www.tkrin.net/23/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 22:07:00 +0000</pubDate>
		<dc:creator>tkrin</dc:creator>
				<category><![CDATA[*NIX]]></category>

		<guid isPermaLink="false">http://www.tkrin.net/23/</guid>
		<description><![CDATA[Raid5 image reconstruction]]></description>
		<wfw:commentRss>http://www.tkrin.net/23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Samba 3 Authenticating to Windows 2003 Active Directory</title>
		<link>http://www.tkrin.net/22/</link>
		<comments>http://www.tkrin.net/22/#comments</comments>
		<pubDate>Mon, 13 Feb 2006 16:10:35 +0000</pubDate>
		<dc:creator>T'Krin</dc:creator>
				<category><![CDATA[*NIX]]></category>

		<guid isPermaLink="false">http://www.tkrin.net/?p=22</guid>
		<description><![CDATA[A quick and dirty howto for CentOS 4. Make sure system is completely updated. yum update Make sure Kerberos packages are installed. krb5-server krb5-workstation Edit /etc/krb5.conf to work with the 2003 AD server. It should look similar to below. The line in bold are what needs to be chanaged and entries are CASE sensitive! [logging] [...]]]></description>
		<wfw:commentRss>http://www.tkrin.net/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
